edit: I started with fresh copies of each of the files and went over the edits one by one and everything works now. Thanks for your time. I'm sorry I had I already gone over my edits at least a dozen times before I posted and I even rechecked my edits a couple of more times today. I'm stumped and I ...
hello, ive just installed your mod and when I try to view a topic I get this error Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home/content/j/a/k/jakey321/html/forums/viewtopic.php on line 1667 and when I try to post I get this error Parse error: syntax error, unexpected T_VARIABLE, exp...
When I try to add an item to the shop, I get this mySQL error SQL ERROR [ mysqli ] Incorrect decimal value: 'a' for column 'price' at row 1 [1366] SQL INSERT INTO phpbb_paypal_shop (name, image_small, image_big, price, item_desc, catagory) VALUES ('a', 'a', 'a', 'a', 'a', 'a') BACKTRACE FILE: includ...
edit again: Everything seems to be working just fine without any edits to common.php thanks for you time edit: I just saw your post about getting the new version so I have v0.3r1 now and it's giving me completely different errors codes Warning: Cannot modify header information - headers already sent...
well, I'm trying to get a bot to post from the BBC RSS feed. Could you be more specific and tell me what you need to hear?
edit: shit, I was just looking through my php settings and I see that allow_url_fopen has been disabled. I guess this solves why the bots weren't posting. thanks for your time
I've got the newest version installed, got all my feeds added and verified, added the [RSS BOT] bots, and I've got all my feeds enabled from the RSS Import Settings in the ACP. How come the bots won't post?
Then you even forgot to create the table. CREATE TABLE phpbb_xmlfeeds ( feed_id mediumint(8) UNSIGNED NOT NULL auto_increment, feed_active tinyint(1) UNSIGNED DEFAULT '0' NOT NULL, feed_name varchar(255) DEFAULT '' NOT NULL COLLATE utf8_unicode_ci, feed_url varchar(255) DEFAULT '' NOT NULL, feed_li...
You forgot to modify includes/constants.php. define('FIND_TABLE', $table_prefix . 'xmlfeeds'); I did what you said and now its saying SQL ERROR [ mysqli ] Table 'dontbeaj_Forums.phpbb_xmlfeeds' doesn't exist [1146] SQL SELECT r.*, f.forum_name, f.forum_parents FROM phpbb_xmlfeeds r, phpbb_forums f ...
I've installed the arcade on to my forums and got all the games to install correctly, but every time I lose or finish a game it just takes me back to my board index. Every time it shows the board it always has a strange url, not that of the board index. its http://www.ejsherewhatthebiz.elementfx.com...
I installed the module but when I go to RSS Import settings under boar configuration in the ACP it tells me, SQL ERROR [ mysqli ] Table 'dontbeaj_forums.FIND_TABLE' doesn't exist [1146] SQL SELECT r.*, f.forum_name, f.forum_parents FROM FIND_TABLE r, phpbb_forums f WHERE r.post_forum = f.forum_id OR...