1. User permission is set to Admin.Smix wrote:1. Check the permissions for the user you´ve chosen.
2. Check phpinfo() if you have cURL or fopen enabled (curl is defaultly selected - phpbb_config -> lastrss_type) ...
3. Go to phpMyAdmin into table phpbb_lastrss_autopost and set column 'next_check_after' to 0 (this forces grabing the feed)
Code: Select all
General Error
SQL ERROR [ mysql4 ]
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 'WorldofWarcraft Gaming Mouse""' at line 3 [1064]
SQL
SELECT topic_title FROM megalomania_topics WHERE topic_title = "wowinsider.com | Gamestop listing for "WorldofWarcraft Gaming Mouse""
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/functions_lastrss_autopost.php
LINE: 159
CALL: dbal_mysql->sql_query()
FILE: includes/functions_lastrss_autopost.php
LINE: 96
CALL: autopost()
FILE: includes/functions_lastrss_autopost.php
LINE: 244
CALL: autopost_init()
FILE: index.php
LINE: 28
CALL: include('includes/functions_lastrss_autopost.php')
Code: Select all
General Error
SQL ERROR [ mysql4 ]
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 'Tigole Deep-Breaths more""' at line 3 [1064]
SQL
SELECT topic_title FROM megalomania_topics WHERE topic_title = ""Tigole Deep-Breaths more""
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/functions_lastrss_autopost.php
LINE: 159
CALL: dbal_mysql->sql_query()
FILE: includes/functions_lastrss_autopost.php
LINE: 96
CALL: autopost()
FILE: includes/functions_lastrss_autopost.php
LINE: 244
CALL: autopost_init()
FILE: index.php
LINE: 28
CALL: include('includes/functions_lastrss_autopost.php')
... What´s happening? What do you mean with "create import pb"?blitztrading wrote:Another issue: all special or latine characters such as ',à , é, è, create import pb.
Apparently � and ' generate the issue ...SQL ERROR [ mysql4 ]
Incorrect string value: '\xC3' for column 'topic_title' at row 1 [1366]
SQL
INSERT INTO phpbb_topics (topic_poster, topic_time, forum_id, icon_id, topic_approved, topic_title, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment) VALUES (2, 1222070843, '6', 0, 1, 'Saxo Banque | 22/09/08 - Les marchés actions : Vendredi, journée d\'euphorie sur les places boursi�', 'blitztrader', 'AA0000', 0, 0, 0)
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/functions_posting.php
LINE: 1835
CALL: dbal_mysql->sql_query()
FILE: includes/functions_lastrss_autopost.php
LINE: 247
CALL: submit_post()
FILE: includes/functions_lastrss_autopost.php
LINE: 95
CALL: autopost()
FILE: includes/functions_lastrss_autopost.php
LINE: 291
CALL: autopost_init()
FILE: index.php
LINE: 29
CALL: include('includes/functions_lastrss_autopost.php')