The module
PictureUrl seems to present a problem with mySql 5:
On one pc I have:
# PHP Version : 5.2.3
# MySQL Version : 5.0.45
and the following error appears after clicking submit on Create a picture:
Erreur requete :INSERT INTO x2_pictureurl (id, image, defaultimg, url_image, onmouseover, url_page, align, height, width, marginl, marginr, margint, marginb, repeat) VALUES ('','spotlight-computers.jpg', '1', '', '', 'http://localhost/xoops/', '', '', '', '', '', '', '', '')
Error number: 1064
Error message: 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 'repeat) VALUES ('','spotlight-computers.jpg', '1', '', '', 'http://localhost/xoo' at line 1
and the module does not work.
However on another pc I have:
# PHP Version : 5.2.3
# MySQL Version : 4.1.22
and the module does work there.