tips.paddyonline.net

If you need tips & tricks, here they are...

Various Tips & Tricks

JInstaller::install: SQL Error

JInstaller::install: SQL Error

JInstaller::install: SQL Error. DB function failed with error number 1064

If you get this error when you try to install extensions in a Joomla 1.5.x site on a server using MySQL 5,
check this out.

I had this when trying to install eXtplorer 2.1 witch was installed since I moved from another server using older MySQL. However I had some problems with it and needed a re-install. I uninstalled the older version and then downloaded eXtplorer 2.1 v2.1RC5. When I tried to install it I got an error stating something like this....

JInstaller::install: SQL Error. DB function failed with error number 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 35
SQL=CREATE TABLE IF NOT EXISTS '

I unpacked the zip file and searched thru the files for
"TYPE=MyISAM"

and replaced every finding with
"ENGINE=MyISAM"

After I had done that I packed the installation again and was able to install it just fine.

Fix for PHP Strict Standards issue with PHP 5.4.x

Fix for PHP Strict Standards issue with PHP 5.4.x

During some testing I found an issue with the latest PHP and osTicket. The one coding this puppy is not following php standards from what I understand so you need to disable logging for various errors. So in order to not get the dreaded PHP Strict Standards error in your logs make the following changes.

Read more: Fix for PHP Strict Standards issue with PHP 5.4.x 

Please consider supporting our efforts.


We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.