For those of you getting the file-not-found issue, what is your DIR_FS_CATALOG defined to in your /includes/configure.php file?
For those of you getting the file-not-found issue, what is your DIR_FS_CATALOG defined to in your /includes/configure.php file?
This is what I have in my configure.php file
define('DIR_FS_CATALOG', 'C:/Web/');
As this is a local version of my site, living on my laptop it seems correct and is the directory where the site lives
Thanks to those of you developing this software during your endless free time :)
I got mine forward by editing the file class.zcPassword.php as suggested above. Now the db is patched and the shop is working.
1. Uploaded the revised general.php file linked by DrByte earlier in this thread
2. Applied the revision to 'includes/classes/class.zcPassword.php' as posted earlier in this thread
Now, I'm getting the same white page after the hit the database upgrade button and this error appears in the logs folder:
"[26-Jul-2014 11:39:00 America/New_York] PHP Fatal error: Call to undefined function password_verify() in /home/laurel34/public_html/catalog/includes/classes/class.zcPassword.php on line 92"
So, I undid #2 from above and tried the database upgrade again. Again with the white screen, but no error log this time. I'm about to rip my hair out. Please tell me what to do to get this database upgraded. Please I beg of someone!
Actually, I did get an error log on try #2:
"[26-Jul-2014 11:47:12 America/New_York] PHP Warning: require_once(/home/laurel34/public_html/catalog/../includes/classes/vendors/password_compat-master/lib/password.php): failed to open stream: No such file or directory in /home/laurel34/public_html/catalog/includes/classes/class.zcPassword.php on line 52
[26-Jul-2014 11:47:12 America/New_York] PHP Fatal error: require_once(): Failed opening required '/home/laurel34/public_html/catalog/../includes/classes/vendors/password_compat-master/lib/password.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/laurel34/public_html/catalog/includes/classes/class.zcPassword.php on line 52"