 |
Author: |
|
Topic: JOS!!!!...I need your help!!! |

Raybo
Level 2
 
Member Since: 02/09/04
Forum Posts: 42
 |
 |
JOS!!!!...I need your help!!! Posted on 03/14/04 at 06:57:57 GMT |
I was playing around with the search function under the admin section where it gives you an option rather to place the search on top or in a box....I selected "box" when it originally was "top" and now it gives me this error message... Software error: Can't locate /usr/local/psa/home/vhosts/talkjacksonville.com/httpdocs/themes/ http://www.talkjacksonville.com/themes/classic/theme.pl/theme.pl at /usr/local/psa/home/vhosts/talkjacksonville.com/cgi-bin/user-lib/subs.pl line 14. AND IT HAS SCREWED EVEYTHING UP!!! Can you help me please?
-----------------
My generic signature...
|
Logged |
|

Jos (jos)

Administrator
Developer
      
Member Since: 08/09/03
Forum Posts: 2638
 |
 |
Re: JOS!!!!...I need your help!!! Posted on 03/14/04 at 09:15:13 GMT |
Hi Raybo, Nice to see you back. If I were you, I would try saving config.dat to your hard drive. Then go down to about line 92 were it says searchmod|(a number). I am guessing that yours might say searchmod|2 on that line. Mine says searchmod|1 . Off is 0, Top is 1, and Block is 2. Try changing yours to say searchmod|1 and ftp the file back to where it was on the server. See if that helps. If that doesn't help, you will have to try something else. It looks like there is a problem with your path to theme.pl someplace, as it shows in the error message as repeating itself i.e. "theme.pl/theme.pl". I am guessing that you have theme.pl in the path to the theme file when it doesn't need to be in there and should end with $usertheme/ whereas theme.pl gets added. Try searching with Windows Explorer, within your WebAPP cgi or themes folder, for the word in the error message. That's how I often find the problems.
-----------------
~
|
Logged |
|

Raybo
Level 2
 
Member Since: 02/09/04
Forum Posts: 42
 |
 |
Re: JOS!!!!...I need your help!!! Posted on 03/14/04 at 14:22:07 GMT |
JOS......thank you for your help. It didn't work. Don't know what I goign to do now. I have put so much into this site....this is crazy!!!! Can't beleiev I have done this!!
-----------------
My generic signature...
|
Logged |
|

Jos (jos)

Administrator
Developer
      
Member Since: 08/09/03
Forum Posts: 2638
 |
 |
Re: JOS!!!!...I need your help!!! Posted on 03/14/04 at 19:53:14 GMT |
In the error message, it says this: /usr/local/psa/home/vhosts/talkjacksonville.com/httpdocs/themes/http://www.talkjacksonville.com/themes/classic/theme.pl/theme.pl Obviously this part - http://www.talkjacksonville.com/themes/classic/theme.pl - should not be in there. Someplace you have the path to themes in as a URL. I see you have your subs.pl in your user-lib. Which sub did you redo, and what is on line 14? If you want to send me a copy of your config.dat and your subs.pl, I can look. If it is nothing critical what you did to subs.pl - try renaming it to substest.pl in the user-lib. That should take you back to your default original subs.pl. Then you can see if you have the same error message. Don't worry, what has been broken can usually be fixed as well.
-----------------
~
|
Logged |
|

Raybo
Level 2
 
Member Since: 02/09/04
Forum Posts: 42
 |
 |
Re: JOS!!!!...I need your help!!! Posted on 03/14/04 at 20:05:41 GMT |
Hey JOS...someone suggested that I get a copy of the install.cgi and redo it. Do you think I should do this and if so....will it mess up anything? If you think I should...pleasepleaseplease...is there anyway you culd walk me through it again?.....I am on messenger if so...if messenger isn't the fastest or best way...I could im you my number.
-----------------
My generic signature...
|
Logged |
|

Jos (jos)

Administrator
Developer
      
Member Since: 08/09/03
Forum Posts: 2638
 |
 |
Re: JOS!!!!...I need your help!!! Posted on 03/14/04 at 20:30:09 GMT |
Okay here is your sub you have in user-lib, the one you sent me. I am putting it here so we can riddle it out. Apparently you are using menu_manager, which I am not, but we can still probably figure it out. I don't advise running install again ever unless you are sure you have all your data files, mod data files, and anything else backed up. #--------------------------------------------------------- # Subroutine: print_top # Written By: Ted Loomos # Description: Modified for Menu Manager Mod # Get the latest updates from www.devdesk.com # # Revision History: # 2002-08-31 Script Created #--------------------------------------------------------- sub print_top { ############### require "$scriptdir/config.pl"; require "$sourcedir/plugins.pl"; require "$themesdir/$usertheme/theme.pl"; require "$scriptdir/user-lib/themes/theme.pl"; getvars(); require "$themesdir/$usertheme/header.pl"; } 1;
-----------------
~
|
Logged |
|

Jos (jos)

Administrator
Developer
      
Member Since: 08/09/03
Forum Posts: 2638
 |
 |
Re: JOS!!!!...I need your help!!! Posted on 03/14/04 at 20:36:27 GMT |
And here is the normal print_top sub: ############### sub print_top { ############### require "$scriptdir/config.pl"; require "$sourcedir/plugins.pl"; require "$themesdir/$usertheme/theme.pl"; getvars(); require "$themesdir/$usertheme/header.pl"; }
-----------------
~
|
Logged |
|

Jos (jos)

Administrator
Developer
      
Member Since: 08/09/03
Forum Posts: 2638
 |
 |
Re: JOS!!!!...I need your help!!! Posted on 03/14/04 at 20:37:59 GMT |
And the line 14 causing the first error message is: require "$themesdir/$usertheme/theme.pl";
-----------------
~
|
Logged |
|

Jos (jos)

Administrator
Developer
      
Member Since: 08/09/03
Forum Posts: 2638
 |
 |
Re: JOS!!!!...I need your help!!! Posted on 03/14/04 at 21:03:55 GMT |
Raybo, in your config.dat, line 130, it says: defaulttheme|http://www.talkjacksonville.com/themes/classic/theme.pl whereas mine says simply: defaulttheme|anonymous So maybe yours should say: defaulttheme|classic ??? That may be it. I'm still looking to see if there's anything else, but try changing that line and re-uploading your config.dat in ascii mode.
-----------------
~
|
Logged |
|

Jos (jos)

Administrator
Developer
      
Member Since: 08/09/03
Forum Posts: 2638
 |
 |
Re: JOS!!!!...I need your help!!! Posted on 03/14/04 at 22:36:14 GMT |
Well folks, we now have another working WebAPP again at TalkJacksonville.com See also http://www.ifilm.com/ , the Special Features box about halfway down the page for an example of a possible future feature.
-----------------
~
|
Logged |
|

Raybo
Level 2
 
Member Since: 02/09/04
Forum Posts: 42
 |
 |
Re: JOS!!!!...I need your help!!! Posted on 03/14/04 at 22:47:17 GMT |
yOUR INCREDABLE...THAT WORKED
-----------------
My generic signature...
|
Logged |
|