Noahs Classifieds: MySQL Database Naming
From A2Wiki
Error:
Warning: Invalid argument supplied for foreach() in /home/uachei/public_html/classificados/gorum/dbproperty.php on line 70 SELECT * FROM classifieds_ClassifiedsUser Table 'uachei_clss1.classifieds_ClassifiedsUser' doesn't exist
Solution:
The problem is that Fantastico names the MySQL database it creates in all lowercase and the database name used in the Noahs Classifieds script is in mixed case. Database names in MySQL are case-sensitive.
For example, the script expects the database "classifieds_ClassifiedsUser", but Fantastico creates a database named "classifieds_classifiedsuser" witch is not recognized by Noahs Classifieds.
You can rename your database so that it works with Noahs Classifieds in cPanel->'MySQL Databses'->phpMyAdmin.
