Thread: AllaClone 2.0
View Single Post
  #100  
Old 01-15-2015, 05:44 AM
Greyhelm's Avatar
Greyhelm
Sarnak
 
Join Date: Jul 2009
Location: East Coast
Posts: 35
Default

Quote:
Originally Posted by Rhodan View Post
Code:
add $cfgversion=""
around line 5. Cant find anyplace that sets cfgversion anyway.
Config.php sets this on line 5.
Code:
 $cfgversion='2.0.1 - Rev2103';
Now I cannot find anything that fills constantes.php line 3
Code:
$version="";
so I changed it to query my PEQ database db_version.version and chaged cfgversion to my database version to not throw the error.
Reply With Quote