Code: Select all
General Error
No mode specified.
same problem here, maybe i miss something. any help?bill.marcy wrote:Hmmm, spent an hour going over each permission group, and everyone is enabled, and I still get that message.
Anything else?
Er... I can confirm that it's working fine on phpBB 3.0.1, fresh install of Wall. Did you update from a previous version? Clear cache, etc.?bill.marcy wrote:Still waiting. Still happening.
Yup, did all the usual 'fixes'. Checked the permissions twice, but it seems all new users have that same message. An I did check the new users permissions. Maybe I will download and walk through all the steps again to see if I forgot something.Gleasonator wrote:Er... I can confirm that it's working fine on phpBB 3.0.1, fresh install of Wall. Did you update from a previous version? Clear cache, etc.?bill.marcy wrote:Still waiting. Still happening.
Code: Select all
Error
SQL query:
CREATE TABLE `phpbb_wall` (
`wall_id` mediumint( 8 ) unsigned NOT NULL AUTO_INCREMENT ,
`wall_user_id` mediumint( 8 ) unsigned NOT NULL default '0',
`wall_poster_id` mediumint( 8 ) unsigned NOT NULL default '0',
`wall_time` int( 11 ) unsigned NOT NULL default '0',
`wall_text` mediumtext COLLATE utf8_bin NOT NULL ,
`wall_deleted` tinyint( 1 ) unsigned NOT NULL default '0',
PRIMARY KEY ( `wall_id` ) ,
KEY `wall_user_id` ( `wall_user_id` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_bin;
MySQL said: Documentation
#1064 - 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 'collate utf8_bin NOT NULL,
`wall_deleted` tinyint(1) unsigne
It's only suporting Prosilver currently.LilSaKura wrote:it doesn't seem to be working for subsilver2 based themes.