Oh I'm so sorry! I thought it was just a query to check an error..:D Here's the result phpbb4_bbcodes CREATE TABLE `phpbb4_bbcodes` ( `bbcode_id` int(4) NOT NULL DEFAULT '0', `bbcode_tag` varchar(16) COLLATE utf8_bin NOT NULL DEFAULT '', `bbcode_helpline` varchar(255) COLLATE utf8_bin NOT NULL DEFAU...
I ran this sql query: Why? A bit of context would be useful. Some of my members are complaining about sql error whenever they tried to logging in using tapatalk (iphone). SQL error Incorrect string value.... So i followed the instructions here on how to checked the error then the table for bbcodes ...
Hello! i'm not sure if this is mod related, sorry if I posted this in the wrong area.. I ran this sql query: # Table: 'phpbb4_bbcodes' ALTER TABLE phpbb4_bbcodes MODIFY bbcode_id smallint(4) UNSIGNED DEFAULT '0' NOT NULL, MODIFY bbcode_tag varchar(16) DEFAULT '' NOT NULL COLLATE utf8_bin, MODIFY bbc...
Here's the full error statement.. Error SQL query: # # phpBB Backup Script # Dump of tables for phpbb_ # DATE : 15-08-2014 22:12:57 GMT # # Table: phpbb_acl_groups DROP TABLE IF EXISTS phpbb4_acl_groups; MySQL said: Documentation #1046 - No database selected I don't know what is the problem. :oops: ...
So what is the error? The error is the one I've quoted. After uploading, it always shows that..and nothing happened. Do I have to delete any tables or what? :oops: Another question, is it okay to just compress the files of my board from cpanel then downloaded it..then upload it to the cpanel of my ...
Hello everyone! I want to transfer my site to another host. I followed the knowledge based article but I'm kind of confused. What I did was compressed the specific files for one website then downloaded it from cpanel. Same with the database downloaded from phpmyadmin. But when I uploaded the databas...
So it came from the user's end then? I'm relieved. Currently we are deleting those spam posts.I'll try to change her password then observe. Thanks for a quick reply bonelifer!
Hi guys! One of my active member's account suddenly posting spams of Chinese posts. The real person of this account is not a spammer. I currently deactivated her account to stop it. I want to know where did it came from? Was it from the member's end or within the forum itself? Here's my site: http:/...
Support Request Template What version of phpBB are you using? phpBB 3.0.12 What is your board's URL? http://pinoyexpatforum.com Who do you host your board with? hostgator How did you install your board? I used the download package from phpBB.com What is the most recent action performed on your boar...
Hi! I'm getting this error when I look at the sent items folder in PM..I can't figure out where exactly the error is.. SQL ERROR [ mysqli ] 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 '' at line 3 [1064] SQL SE...
Hi Haravikk! Thanks for the reply.. After I edited it, now it shows another error.. Here's the original code.. if ($cron_type) { $template->assign_var ('RUN_CRON_TASK', '<img src="' . append_sid($phpbb_root_path . 'cron.' . $phpEx, 'cron_type=' . $cron_type) . '" width="1" height...