Hi link.
I got it all sorted now but one of our admins is having problems. Everytime he clicks on shout now he is redirected to the index.html page , his message still appears on the chat window Any idea what could be causing that
Hi link.
I got it all sorted now but one of our admins is having problems. Everytime he clicks on shout now he is redirected to the index.html page , his message still appears on the chat window Any idea what could be causing that
Someone else had this issue back on page 2. I answered it in post #83. I don't know why this is happening for some people, but it doesn't for me.
started to fix the problem
but i get this Fatal error: Maximum execution time of 30 seconds exceeded in c:\apache\htdocs\vb\includes\db_mysql.php on line 205
Fatal error: Maximum execution time of 30 seconds exceeded in c:\apache\htdocs\vb\includes\functions.php on line 467
I'll work on splitting the process to seperate pages and release 1.01 with the navbar phrased.
They are located there. If you are using vB3 RCX and not Gamma, it'll be at the bottom of the list. If you are using Gamma, they are in alphabetical order.
No, I did not find it, Link. I have been trying all day to make this shoutbox work so I hope you can tell me how I could activate its settings in the Admincp. Thanks!
Yeah, I'd bet you didn't run the installer, or skipped a few steps, since it appears that either both usergroup permissions and phrases were not installed, or settings were not installed, or both.
Well, I ran the uninstaller query and this is what I got...
PHP Code:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax near ';
DELETE FROM setting WHERE varname LIKE 'shoutbox%';
DELETE FROM settinggroup' at line 1
Run these queries:
[sql]DELETE FROM phrasetype WHERE phrasetypeid='716';
DELETE FROM phrase WHERE varname LIKE '%shoutbox%';
DELETE FROM setting WHERE varname LIKE 'shoutbox%';
DELETE FROM settinggroup WHERE grouptitle='shoutbox';
ALTER TABLE language DROP phrasegroup_shoutbox;
ALTER TABLE usergroup DROP shoutboxpermissions, DROP shouthierarchy, DROP shoutmaxdaily;
ALTER TABLE user DROP shouts, DROP shoutbanned;
DROP TABLE shoutbox_posts;[/sql]
EDIT: Well, even if you use uninstall.sql, you'll need to run this since I haven't updated unsinstall.sql since Beta 5.
[sql]ALTER TABLE usergroup DROP shoutmaxdaily;[/sql]
Run these queries:
[sql]DELETE FROM phrasetype WHERE phrasetypeid='716';
DELETE FROM phrase WHERE varname LIKE '%shoutbox%';
DELETE FROM setting WHERE varname LIKE 'shoutbox%';
DELETE FROM settinggroup WHERE grouptitle='shoutbox';
ALTER TABLE language DROP phrasegroup_shoutbox;
ALTER TABLE usergroup DROP shoutboxpermissions, DROP shouthierarchy, DROP shoutmaxdaily;
ALTER TABLE user DROP shouts, DROP shoutbanned;
DROP TABLE shoutbox_posts;
I ran the query above and I got this...
Quote:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax near ';
DELETE FROM phrase WHERE varname LIKE '%shoutbox%';
DELETE FROM setting WHER' at line 1
Well, I ran the uninstaller query and this is what I got...
PHP Code:
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax near ';
DELETE FROM setting WHERE varname LIKE 'shoutbox%';
DELETE FROM settinggroup' at line 1
You can't run multiple queries in the vB Admin CP. Use phpMyAdmin or split it up. (each line is a different query, for a total of 8)