1
I'm trying to install a module which i'm still developing to test with the new version of xoops. I want to use utf-8 encoding in my site so i downloaded the latest XOOPS version XOOPS 2.3.0 Alpha 2 Release.
After installing it, i couldnt login to admin because there was no button to click - solved that by changing my php to version 5.
Now i uploaded the module normally and tried to install it. The mysql.sql file apart from the tables contains data as well! I found out that the greek letters could not be inserted to the database because of the utf encoding used in XOOPS (while the MySQL file had iso encoding). I changed the file to utf to find out that now every single crate table command was not identified as it should and gave me errors (not valid syntax). Finally i erased the data from the file to leave only the tables with iso encoding. Now the installation passed this step and for some reason 2 templates (which are using ajax) could not be stored in the database! Also when i click on uninstall the tables from the db can not be dropped!! Any ideas?? This things used to work fine in 2.0.18 with iso encoding and php v4.
Now i'm using utf encoding, php5, MySQL 4.1.22, XOOPS 2.3.0 Alpha 2 release. Any help is appreciated!!