I've worked around some with XOOPS 2.016, and can't even get some basic modules working, such as Content?!?. I've concluded I must have the same problem as in the post
https://xoops.org/modules/newbb/viewtopic.php?topic_id=54859&forum=28&post_id=242323#forumpost242323 I have quite the same system WAMP -
Windows XP,
Apache 2.0.50,
PHP 5.2.0 and
MySQL 5.0.27.
The content module (version 0.5) gives me the error message below. I do undestand the errormessages, and I can even fix some in the code, but there must be something ELSE e.g. in my php settings or something, that is wrong. Other modules also gives me strange errors, and it seems that thousands of other people are using them with no problems at all.....?!?
---------------------------
In the content module when trying to create a new content:
Error while updating database!
Database Updated Successfully!
If the page does not automatically reload, please click here
All errors (4) queries (7) blocks (0) extra (0) timers (3)
Errors
Notice: Undefined variable: nohtml in file /modules/content/admin/index.php line 319
Notice: Undefined variable: nosmiley in file /modules/content/admin/index.php line 319
Notice: Undefined variable: submenu in file /modules/content/admin/index.php line 319
Notice: Undefined variable: return in file /modules/content/admin/index.php line 324
Queries
SELECT * FROM x2016_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data FROM x2016_session WHERE sess_id = 'g6kccid446pem81g07q72mlfv6'
SELECT * FROM x2016_users WHERE uid=1
SELECT * FROM x2016_modules WHERE dirname = 'content'
SELECT * FROM x2016_config WHERE (conf_modid = '4') ORDER BY conf_order ASC
SELECT * FROM x2016_content
INSERT INTO x2016_content (parent_id,title,text,visible,homepage,nohtml,nosmiley,nobreaks,nocomments,link,address,submenu) VALUES ('0','asdcasdc','asdcasdc','1','0','0','0','1','','0','','0')
Error number: 1366
Error message: Incorrect integer value: '' for column 'nocomments' at row 1
Total: 7 queries
Blocks
Total: 0 blocks
Extra
Timers
XOOPS took 0.154 seconds to load.
XOOPS Boot took 0.074 seconds to load.
Module init took 0.080 seconds to load.