Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 06:27 am EDT

Geeklog Forums

Forums Displaying incorrectly


Rob

Anonymous
Hi All,

I have installed the portal parts forum onto my website and it is not displaying correctly

It is at http://kwfs.info/V2/UK/fourm

Does anybody know how to resolve this?
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Did you add the forum's CSS to your stylesheet? Doesn't look like it. Please read the forum's installatio instructions again carefully.

bye, Dirk
 Quote

Rob

Anonymous
Hi Dirk,

I have added in the css and parts of the forum look better however the actual threads and the message posting still looks awful, what else do i need to do.

I really appreciate this.

Thanks.
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Right now, I'm only getting a Unfortunately, an error has occurred rendering this page. Please try again. Check your error.log to see what's wrong.

Did you even create a forum yet?

bye, Dirk
 Quote

Rob

Anonymous
Hi Dirk,

That was an error with my host, its now cleared, after i lost the staticpage i was working on lol!

Anyway i typed the URL incorrectly above too it is http://kwfs.info/V2/UK/forum/.

Thanks once again for assisting me with this issue.

Rob.
 Quote

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Location:Canada
I just tried your new link and I got the same error message as Dirk.
One of the Geeklog Core Developers.
 Quote

Status: offline

rob28

Forum User
Junior
Registered: 11/13/09
Posts: 28
I have decided to get an account as i am such a frequent poster!

The forum error only displays to those not logged in?

Any ideas?
 Quote

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Location:Canada
Check your error.log file in the logs directory and post the last few errors here.

I tried to create an account but I didn't get an email to my hotmail account. Can you post information for a temp account.
One of the Geeklog Core Developers.
 Quote

Status: offline

rob28

Forum User
Junior
Registered: 11/13/09
Posts: 28
I have set the password on the account you created yesterday to 123. Not too sure as to why it didn't send you an email, another job for my to do list!

Have you got any idea why the error is occuring, i will get the error.log readout and paste it here shortly.
 Quote

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Location:Canada
I logged in and still get the same error message. Post what is in the error.log
One of the Geeklog Core Developers.
 Quote

Status: offline

rob28

Forum User
Junior
Registered: 11/13/09
Posts: 28
i can't seem to find the error log, i'm sure its me being stupid, but can you remind me of where to find it.
 Quote

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Location:Canada
It is in the logs directory off of the root of your Geeklog website.
One of the Geeklog Core Developers.
 Quote

Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Location:la rochelle, France
Hello,

As your install is not perfect, your log file is reachable from the web here.

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS
 Quote

Status: offline

rob28

Forum User
Junior
Registered: 11/13/09
Posts: 28
Text Formatted Code
) TYPE=MyISAM;
Fri 13 Nov 2009 19:27:51 GMT - executing CREATE TABLE v2_site_forum_watch (
  id mediumint(8) NOT NULL auto_increment,
  forum_id mediumint(8) NOT NULL default '0',
  topic_id mediumint(8) NOT NULL default '0',
  uid mediumint(8) NOT NULL default '0',
  date_added date NOT NULL default '0000-00-00',
  PRIMARY KEY  (id),
  KEY uid (uid),
  KEY forum_id (forum_id),
  KEY topic_id (topic_id)
) TYPE=MyISAM;
Fri 13 Nov 2009 19:27:51 GMT - executing CREATE TABLE v2_site_forum_banned_ip (
  host_ip varchar(255) default NULL,
  KEY index1 (host_ip)
) TYPE=MyISAM;
Fri 13 Nov 2009 19:27:51 GMT - executing CREATE TABLE v2_site_forum_userinfo (
  `uid` mediumint(8) NOT NULL default '0',
  `location` varchar(128) NOT NULL default '',
  `aim` varchar(128) NOT NULL default '',
  `icq` varchar(128) NOT NULL default '',
  `yim` varchar(128) NOT NULL default '',
  `msnm` varchar(128) NOT NULL default '',
  `interests` varchar(255) NOT NULL default '',
  `occupation` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`uid`)
) TYPE=MyISAM COMMENT='Forum Extra User Profile Information';
Fri 13 Nov 2009 19:27:51 GMT - Success - Created  table
Fri 13 Nov 2009 19:27:51 GMT - Inserting default data into gf_settings table
Fri 13 Nov 2009 19:27:51 GMT - Success - inserting data into gf_settings table
Fri 13 Nov 2009 19:27:51 GMT - Inserting default data into blocks table
Fri 13 Nov 2009 19:27:51 GMT - Success - inserting data into blocks table
Fri 13 Nov 2009 19:27:51 GMT - Attempting to create forum admin group
Fri 13 Nov 2009 19:27:51 GMT - ...success
Fri 13 Nov 2009 19:27:51 GMT - About to save group_id to vars table for use during uninstall
Fri 13 Nov 2009 19:27:51 GMT - ...success
Fri 13 Nov 2009 19:27:51 GMT - Adding forum.edit feature
Fri 13 Nov 2009 19:27:51 GMT - Success
Fri 13 Nov 2009 19:27:51 GMT - Adding forum.edit feature to admin group
Fri 13 Nov 2009 19:27:51 GMT - Success
Fri 13 Nov 2009 19:27:51 GMT - Adding forum.user feature
Fri 13 Nov 2009 19:27:51 GMT - Success
Fri 13 Nov 2009 19:27:51 GMT - Adding forum.user feature to admin group
Fri 13 Nov 2009 19:27:51 GMT - Success
Fri 13 Nov 2009 19:27:51 GMT - Attempting to give all users in Root group access to forum admin group
Fri 13 Nov 2009 19:27:51 GMT - Registering forum plugin with Geeklog
Fri 13 Nov 2009 19:27:51 GMT - Succesfully installed the forum Plugin!
Fri 13 Nov 2009 19:27:58 GMT - Attempting to install the forum Plugin
Fri 13 Nov 2009 19:27:58 GMT - executing CREATE TABLE v2_site_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;
Fri 13 Nov 2009 19:27:58 GMT - 1050: Table 'v2_site_forum_categories' already exists. SQL in question:  
Fri 13 Nov 2009 19:27:58 GMT - Error Creating  table
Fri 13 Nov 2009 19:27:58 GMT - Plugin is installed and enabled. Disable first if you want to de-install it
Fri 13 Nov 2009 21:49:06 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Fri 13 Nov 2009 21:50:08 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Fri 13 Nov 2009 22:29:36 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Sat 14 Nov 2009 15:02:36 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Sat 14 Nov 2009 15:24:36 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Sat 14 Nov 2009 16:33:08 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Sat 14 Nov 2009 16:34:15 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Sat 14 Nov 2009 18:22:14 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Sat 14 Nov 2009 20:14:31 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Mon 16 Nov 2009 06:16:54 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Mon 16 Nov 2009 14:13:02 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Tue 17 Nov 2009 09:31:32 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Tue 17 Nov 2009 12:54:30 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Tue 17 Nov 2009 14:10:46 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Tue 17 Nov 2009 14:10:54 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379
Tue 17 Nov 2009 17:53:19 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379



Here are the latest entries on my error log.

Any ideas?
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Tue 17 Nov 2009 17:53:19 GMT - 2 - Division by zero @ /home/www/kwfs.info/V2/UK/forum/index.php line 379

I guess that's the problem then. I can't seem to find a division anywhere near line 379 in the forum index.php here on geeklog.net, though. Can you quote that line (with some of the surrounding code) here, please?

bye, Dirk
 Quote

Status: offline

rob28

Forum User
Junior
Registered: 11/13/09
Posts: 28
Text Formatted Code
$numpages = ceil($topicCount / $show);
 


Thats line 379, whats wrong?
 Quote

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
It seems to have something to do with the "Topics Per Page" setting in the forum's settings. What's the value you put in there?

bye, Dirk
 Quote

Status: offline

rob28

Forum User
Junior
Registered: 11/13/09
Posts: 28
I have found yet another bug, the settings page isn't displaying any options!

Whats happening!
 Quote

Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
Location:Canada
The forum is pretty bug free and used by a number of people.

Have you double checked your install of Geeklog? As mentioned before your error log file shouldn't be accessable via the web.


Also what version of the forum are you using. I believe the latest version is 2.7.2. In that version the line you quoted is number 490 and not 379.
One of the Geeklog Core Developers.
 Quote

Status: offline

rob28

Forum User
Junior
Registered: 11/13/09
Posts: 28
I'm not saying that the forum has bugs, its my install that seems to have accumlated these, i am using the forum release before 2.7.2 as i couldn't get 2.7.2 to install.

Would it be safe to say that my installation is buggered?
 Quote

All times are EDT. The time is now 06:27 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