03-15-2018, 09:26 PM
I have attempted to update from a 4.3.14 install to a 4.3.16 using the file on the Updates page.
I was surprised to see init.php had lost the database and timezone stuff, but easily fixed.
When I invoke users/update.php though, I get a huge string of warnings such as:
<pre></pre>
These continue until the maximum script processing time is exceeded... I suspect this is something in my install, but any ideas?
I was surprised to see init.php had lost the database and timezone stuff, but easily fixed.
When I invoke users/update.php though, I get a huge string of warnings such as:
<pre>
Code:
( ! ) Warning: unlink(../install/cleanup.php): No such file or directory in C:\wamp64\www\stock\users\update.php on line 292
Call Stack
# Time Memory Function Location
1 0.0020 443896 {main}( ) ...\update.php:0
2 0.1536 1569096 unlink ( ) ...\update.php:292
( ! ) Warning: unlink(../install/license.php): No such file or directory in C:\wamp64\www\stock\users\update.php on line 293
Call Stack
# Time Memory Function Location
1 0.0020 443896 {main}( ) ...\update.php:0
2 0.1564 1569344 unlink ( ) ...\update.php:293
( ! ) Warning: opendir(../install,../install): The system cannot find the file specified. (code: 2) in C:\wamp64\www\stock\users\helpers\backup_util.php on line 157
Call Stack
# Time Memory Function Location
1 0.0020 443896 {main}( ) ...\update.php:0
2 0.1586 1569344 rrmdir( ) ...\update.php:294
3 0.1586 1569344 opendir ( ) ...\backup_util.php:157
These continue until the maximum script processing time is exceeded... I suspect this is something in my install, but any ideas?