Code: Select all
Notice: Undefined property: dbal_mysql::$mysql_version in C:\wamp\www\xxxxxxxxxx\install\syndication_database.php on line 331
HiMitch1063 wrote:I posted a bug I'm having on your website but Hve not gotten an answer so I'm posting it here again
Did all the edit and ran the database install script got this error
Code: Select all
Notice: Undefined property: dbal_mysql::$mysql_version in C:\wamp\www\xxxxxxxxxx\install\syndication_database.php on line 331
Try this.andy2295 wrote:HiMitch1063 wrote:I posted a bug I'm having on your website but Hve not gotten an answer so I'm posting it here again
Did all the edit and ran the database install script got this error
Code: Select all
Notice: Undefined property: dbal_mysql::$mysql_version in C:\wamp\www\xxxxxxxxxx\install\syndication_database.php on line 331
I have been away for a few days. What version of mysql are you running
No good gotandy2295 wrote:Try this.andy2295 wrote:HiMitch1063 wrote:I posted a bug I'm having on your website but Hve not gotten an answer so I'm posting it here again
Did all the edit and ran the database install script got this error
Code: Select all
Notice: Undefined property: dbal_mysql::$mysql_version in C:\wamp\www\xxxxxxxxxx\install\syndication_database.php on line 331
I have been away for a few days. What version of mysql are you running
Find
if (version_compare($db->mysql_version, '4.1.3', '>='))
Replace with
if (version_compare ($ db-> mysql_version,'4 .1.3 ','>='))
Code: Select all
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE or '$' in C:\wamp\www\XXXXXXXXXXX\install\syndication_database.php on line 331
got this againandy2295 wrote:Sorry the replace should be:
if (version_compare($db-> mysql_version,'4 .1.3 ','>='))
Code: Select all
Notice: Undefined property: dbal_mysql::$mysql_version in C:\wamp\www\XXXXXXXXXXX\install\syndication_database.php on line 331