First of all, I get this error message:
- Code: Select all
Couldn't update/insert into banners table
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ''122','55','0','600','50')' at line 2
INSERT INTO phpbb_banner (banner_id, banner_name, banner_active, banner_spot, banner_description, banner_url, banner_click, banner_view, banner_owner, banner_level, banner_level_type, banner_timetype, time_begin, time_end, date_begin, date_end, banner_comment, banner_type, banner_width, banner_height, banner_filter, banner_filter_time,banner_weigth) VALUES ('1','http://forum.teretana.net/images/banners/scitec.jpg', '1', '0', 'SciTec', 'http://www.scitecnutrition.com/', '0', '0', '2', '-1', '2', '0', '0', '0', '0', '0', 'Sc','0',o'122','55','0','600','50')
Line : 1231
File : /home/users/mosor/forum.teretana.net/htdocs/admin/admin_banner.php
After manualy updating the MySQL table and fixing that error the banner finaly showes. But, when trying to edit this banner's properties I can't set any reasonable "Images size". For example, I input 550x60, but instead of that I get 550x550. Again, manualy alterin MySQL tables gets the job done, but that's not the way I want it to work.
Any ideas?

