I wrote a module that rejects an empty point for creating tables in my mysql4-install-1.0.0.php file ... but only on a real server.
The funny thing is that on my local machine (which is a mirror of a live server (i.e. identical file structure, etc.)), the installation is performed correctly and a table is created.
So, based on the fact that the files are the same, I can assume that this is a server configuration or permission problem? I searched everywhere and I can not find any problems in any of the log files (PHP, MySQL, Apache, Magento).
I can create tables in test scripts (using core_read / write).
Has anyone seen this before?
thanks
** EDIT ** The main difference between the two environments is that on a real server, MySQL is remote (not localhost). The dev server is localhost. Could this cause problems?
source share