04-06-2019, 12:51 PM
Hello,
Longtime user, big fan of your work. Thank you for everything you've done.
Hashtopolis: 0.5.1
PHP: 7.0.33
MariaDB: 10.1.37
I'm attempting to upgrade the server to latest, and come across an odd hurdle.
I backed up db.php, Encryption.class.php and files/
Trashed it,
Put https://archive.hashtopolis.org/server/all/0.10.1.zip files in,
replace db.php, Encryption.class.php and files/
jump into install/updates/
When I attempt "php -f update_v0.5.x_v0.6.0.php", it has a total hissyfit:
PHP Parse error: syntax error, unexpected '=' in /var/www/html/install/updates/update_v0.5.x_v0.6.0.php on line 13
That line simply being "Factory = new Factory();"
Literally the first line after the includes.
Help would be hugely appreciated.
Longtime user, big fan of your work. Thank you for everything you've done.
Hashtopolis: 0.5.1
PHP: 7.0.33
MariaDB: 10.1.37
I'm attempting to upgrade the server to latest, and come across an odd hurdle.
I backed up db.php, Encryption.class.php and files/
Trashed it,
Put https://archive.hashtopolis.org/server/all/0.10.1.zip files in,
replace db.php, Encryption.class.php and files/
jump into install/updates/
When I attempt "php -f update_v0.5.x_v0.6.0.php", it has a total hissyfit:
PHP Parse error: syntax error, unexpected '=' in /var/www/html/install/updates/update_v0.5.x_v0.6.0.php on line 13
That line simply being "Factory = new Factory();"
Literally the first line after the includes.
Help would be hugely appreciated.