Upgrade 1.2 - 1.3

Basti

Administrator
Staff member
If you have made use of child feature, so for example all your edits are in parabola/child/
Then you are safe. Simply follow the update instructions

Also this release does not feature html edits ( just few new files ), but if you use child, it does not hurt at all to simply take the hole update bundle and simply upload
 
I get this after uploading 1.3 from 1.2

Code:
Warning: require_once(./sources/sql/.php): failed to open stream: No such file or directory in /home3/xxxxxxxx/public_html/topwebs100.com/index.php on line 54

Fatal error: require_once(): Failed opening required './sources/sql/.php' (include_path='.:/opt/php54/lib/php') in /home3/xxxxxxxx/public_html/topwebs100.com/index.php on line 54
 

Basti

Administrator
Staff member
Warning: require_once(./sources/sql/.php): failed to open stream: No such file or directory
Do you by chance have edited settings_sql.php in any way?
require_once(./sources/sql/.php):
Note the .php
it required "mysql".php
The word mysql in the quotes get added via the config value in settings_sql.php, which indicate that it is not set.

I hope you not overwrote your files using the fresh install files
 
I hope you not overwrote your files using the fresh install files

lmao I did

No big deal. Not like anyone besides me registered on the site. I'll just do a fresh install and plop in my child themes?
 
Top