SMFHacks.com

SMF Classifieds => Support => Bugs => Topic started by: Jed11 on October 27, 2008, 12:25:05 pm

Title: SMF Classifieds error message at line 588
Post by: Jed11 on October 27, 2008, 12:25:05 pm
I moved my SMF forum to another server and deleted the classifieds mod. The new MySQL database does not have the classified tables. Most of my forum members are showing some form of the following error:

8: Undefined index: allow_smfclassifieds_view
File: /mnt/stor1-wc1-dfw1/370689/www.martinsvilleonair.com/web/content/Themes/default/BoardIndex.template.php (main_above sub template - eval?)
Line: 588

Any idea on how to remedy this?
Title: Re: SMF Classifieds error message at line 588
Post by: SMFHacks on October 27, 2008, 07:07:57 pm
Check inside Sources/Subs.php
For the line that contains
smfclassifieds_view
Title: Re: SMF Classifieds error message at line 588
Post by: Jed11 on October 29, 2008, 11:21:24 am
Check inside Sources/Subs.php
For the line that contains
smfclassifieds_view

There is no "smfclassifieds_view" in Subs.php.

Any other suggestions?
Title: Re: SMF Classifieds error message at line 588
Post by: SMFHacks on October 29, 2008, 06:57:51 pm
Search in themes/default/index.template.php
Title: Re: SMF Classifieds error message at line 588
Post by: Jed11 on October 31, 2008, 12:01:09 pm
That was it. Thanks.