Well, as we know, Windows IIS does not run PHP files so I had to install PHP 7 on my server by using the binaries here: http://windows.php.net/download#php-7.0
I then extracted the TWG V2.4 files to the PhotoAlbums subfolder and I get the following when I run INFO.PHP:
- Rotate available Test failed - Check cache dir
cache/
Unwriteablecounter/
Unwriteablexml/
UnwriteableAn image has to be shown below. If not, images cannot be
loaded properly! Please check the debug file for more details!
Error loading imageDisplay Errors: ON:
OFF I edited the permissions on the folders & files below for the "ServerName\Users" group to "Modify":
* Directory 'cache', 'counter', 'xml'
* Files my_config.php, my_style.css and admin/_config/.htusers.php
Now I get the following results:
cache/
Writeablecounter/
Writeablexml/
WriteableAn image has to be shown below. If not, images cannot be
loaded properly! Please check the debug file for more details!
Error loading imageI get a blank page when I load the info.php file. When I click one of the galleries, I get the following:
Quote:
Fatal error: Uncaught Error: Call to undefined function ereg_replace() in C:\inetpub\wwwroot\JDMils\PhotoAlbums\inc\parserequest.inc.php:62 Stack trace: #0 C:\inetpub\wwwroot\JDMils\PhotoAlbums\index.php(78): include() #1 {main} thrown in C:\inetpub\wwwroot\JDMils\PhotoAlbums\inc\parserequest.inc.php on line 62
So, I'm not sure what I need to do next to get this to work?
===EDIT===
I cleaned up the post as it looked all jumbled up so anyone who reads it in the future doesn't think I'm in grade 3.