Welcome to Geeklog, Anonymous Sunday, December 22 2024 @ 02:16 am EST
Geeklog Forums
Forum install error
mip
Anonymous
Hello,
I am trying to install latest geeklog forum. I have enabled and disabled the installation several times and i get the same error everytime. I have Geeklog 1.4 and i am using InnoDatabase table, could it have caused the problem? How do i fix this? Thanks
This error occurs on my browser -
Template Error: set_root: /home/content/t/j/o/tjour/html/layout/professional/forum/layout is not a directory.
Halted.
and the following error in error log file -
Wed 14 Dec 2005 19:57:38 EST - Attempting to install the forum Plugin
Wed 14 Dec 2005 19:57:38 EST - executing CREATE TABLE gl_forum_categories (
cat_order smallint(4) NOT NULL default '0',
cat_name varchar(255) NOT NULL default '',
cat_dscp text NOT NULL,
id int(2) NOT NULL auto_increment,
PRIMARY KEY (id)
) TYPE=MyISAM;
Wed 14 Dec 2005 19:57:38 EST - 1050: Table 'gl_forum_categories' already exists. SQL in question:
Wed 14 Dec 2005 19:57:38 EST - Error Creating table
Wed 14 Dec 2005 19:57:38 EST - Attempting to unregister the Forum plugin from Geeklog
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_topic
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_categories
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_forums
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_settings
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_watch
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_moderators
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_banned_ip
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_log
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_userprefs
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_userinfo
Wed 14 Dec 2005 19:57:38 EST - Removing forum Admin Group
Wed 14 Dec 2005 19:57:38 EST - Removing root users from admin of forum
Wed 14 Dec 2005 19:57:38 EST - Removing forum.edit feature and rights to it
Wed 14 Dec 2005 19:57:38 EST - DELETE FROM gl_access WHERE acc_ft_id = 31
Wed 14 Dec 2005 19:57:38 EST - Removing forum.user feature and rights to it
Wed 14 Dec 2005 19:57:38 EST - DELETE FROM gl_access WHERE acc_ft_id = 32
Wed 14 Dec 2005 19:57:38 EST - Removing Forum - Block Definition
Wed 14 Dec 2005 19:57:38 EST - ...success
I am trying to install latest geeklog forum. I have enabled and disabled the installation several times and i get the same error everytime. I have Geeklog 1.4 and i am using InnoDatabase table, could it have caused the problem? How do i fix this? Thanks
This error occurs on my browser -
Template Error: set_root: /home/content/t/j/o/tjour/html/layout/professional/forum/layout is not a directory.
Halted.
and the following error in error log file -
Wed 14 Dec 2005 19:57:38 EST - Attempting to install the forum Plugin
Wed 14 Dec 2005 19:57:38 EST - executing CREATE TABLE gl_forum_categories (
cat_order smallint(4) NOT NULL default '0',
cat_name varchar(255) NOT NULL default '',
cat_dscp text NOT NULL,
id int(2) NOT NULL auto_increment,
PRIMARY KEY (id)
) TYPE=MyISAM;
Wed 14 Dec 2005 19:57:38 EST - 1050: Table 'gl_forum_categories' already exists. SQL in question:
Wed 14 Dec 2005 19:57:38 EST - Error Creating table
Wed 14 Dec 2005 19:57:38 EST - Attempting to unregister the Forum plugin from Geeklog
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_topic
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_categories
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_forums
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_settings
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_watch
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_moderators
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_banned_ip
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_log
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_userprefs
Wed 14 Dec 2005 19:57:38 EST - Removing Table gl_forum_userinfo
Wed 14 Dec 2005 19:57:38 EST - Removing forum Admin Group
Wed 14 Dec 2005 19:57:38 EST - Removing root users from admin of forum
Wed 14 Dec 2005 19:57:38 EST - Removing forum.edit feature and rights to it
Wed 14 Dec 2005 19:57:38 EST - DELETE FROM gl_access WHERE acc_ft_id = 31
Wed 14 Dec 2005 19:57:38 EST - Removing forum.user feature and rights to it
Wed 14 Dec 2005 19:57:38 EST - DELETE FROM gl_access WHERE acc_ft_id = 32
Wed 14 Dec 2005 19:57:38 EST - Removing Forum - Block Definition
Wed 14 Dec 2005 19:57:38 EST - ...success
6
9
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Quote by mip: This error occurs on my browser -
Template Error: set_root: /home/content/t/j/o/tjour/html/layout/professional/forum/layout is not a directory.
Halted.
Template Error: set_root: /home/content/t/j/o/tjour/html/layout/professional/forum/layout is not a directory.
Halted.
This has nothing at all to do with the database. You simply forgot to copy the forum template files over to your theme. Please read the installation instructions again carefully.
bye, Dirk
5
6
Quote
mip
Anonymous
my forum install was success however when i click on convert menu in forum admin setting i get the following error and this error occurs on top of my webpage. Any idea?
Warning: Cannot modify header information - headers already sent by (output started at /home/content/t/j/o/tjour/html/admin/plugins/forum/migrate.php:72) in /home/content/t/j/o/tjour/html/lib-common.php(1066) : eval()'d code on line 1
In the forum admin section, the Statistics menu appears on top of setting menu instead of lining side by side like the rest. Is it normal? But when i click on other any menu, statistics menu lines up correctly. It doesn't seem to be affecting anything but the way statistics menu initially appears doesn't seem normal.
Any idea?
Thanks
Warning: Cannot modify header information - headers already sent by (output started at /home/content/t/j/o/tjour/html/admin/plugins/forum/migrate.php:72) in /home/content/t/j/o/tjour/html/lib-common.php(1066) : eval()'d code on line 1
In the forum admin section, the Statistics menu appears on top of setting menu instead of lining side by side like the rest. Is it normal? But when i click on other any menu, statistics menu lines up correctly. It doesn't seem to be affecting anything but the way statistics menu initially appears doesn't seem normal.
Any idea?
Thanks
10
5
Quote
Status: offline
Blaine
Forum User
Moderator
Registered: 07/16/02
Posts: 1232
Location:Canada
Ugh! Same post on my site www.portalparts.com
Geeklog components by PortalParts -- www.portalparts.com
Geeklog components by PortalParts -- www.portalparts.com
8
6
Quote
All times are EST. The time is now 02:16 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content