Looking through all my old scripts i purchased i came across the makolinks script (it a get paid to type script like paid to click).
Thought i would install this on my test server (not used this script in years)
I get this error:
Fatal error: Cannot redeclare DB_Sql::free_result() in /home/xxxxxx/domains/xxxxxxx/public_html/includes/mysql.php on line 35
This is the code on line 35:
Code:
	I know this is a old script and may not function on the latest version of mysql but any ideas how to fix this?
							
						
					Thought i would install this on my test server (not used this script in years)
I get this error:
Fatal error: Cannot redeclare DB_Sql::free_result() in /home/xxxxxx/domains/xxxxxxx/public_html/includes/mysql.php on line 35
This is the code on line 35:
Code:
Code:
	
	function free_result($sql) {
$this->free_result($sql);
}
Comment