Hi Folks,
I am trying to install phpMyNewsletter on my local computer which is
running WinXp, IIS, php and MySQL.
When I got to access the installer file via
http://localhost/pmnl/install.php I get the following error:
Fatal error: Call to undefined function MYSQL_ERROR() in
c:\Inetpub\wwwr oot\pmnl\includ e\lang\english. php on line 199
Line 199: (MYSQL_ERROR() ? "The following error message can help you :
".MYSQL_ERR OR() : "")
Which is obviously a line that has been called to show the error.
Can anyone point me in the right direction here?
Thanks
-Al
I am trying to install phpMyNewsletter on my local computer which is
running WinXp, IIS, php and MySQL.
When I got to access the installer file via
http://localhost/pmnl/install.php I get the following error:
Fatal error: Call to undefined function MYSQL_ERROR() in
c:\Inetpub\wwwr oot\pmnl\includ e\lang\english. php on line 199
Line 199: (MYSQL_ERROR() ? "The following error message can help you :
".MYSQL_ERR OR() : "")
Which is obviously a line that has been called to show the error.
Can anyone point me in the right direction here?
Thanks
-Al
Comment