vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Troubleshooting / "How do I..." Questions

 
 
Thread Tools Display Modes
  #1  
Old 09-10-2004, 09:00 PM
SelRahc SelRahc is offline
Junior Member
 
Join Date: Sep 2004
Posts: 27
Question Help: Forum stopped working :(

Hihi,
Thankfully I am testing this on my test forum setup.

VB version 3.0.1

Problem 1:

I made the changes as directed by the instructions, and uploaded all of the files. But when I ran the install script, it just went to a blank white page. Now the forum does the same thing... nothing happens. Just goes to a white page.

What did I do wrong?

EDIT: I re-tried rehacking a fresh copy of the functions.php file as suggested in an earlier post, but still get the same blank white pages. I am now putting the test forum back into a useable state and will re-try the install again from scratch.....

EDIT2: No luck. I also tried uploading all fresh files in their original unchanged state (I made a backup b4 trying the install)... no luck! It's like the install process did something to the database itself... I may hafta restore the database to fix it?

EDIT3: I was able to get the test forum back online, but I had to re-run the install.php for the forum itself and empty the database. Otherwise I just got a DB error. Will re-attempt full install of VBA tomorrow, but ideas as to WHY are greatly desired!

Question 1:

When I checked my _server["path_translates"] in phpinfo, I got something like this: D:\\somefolder\\anotherfolder\\forum.mydomain.com\\phpinfo.php.

What would I put for the chdir for the path?

My setup looks like this:

host root
..... forum.mydomain.com <-- forum is here
..... mydomain.com <--- vba main page will go here

Last edited by SelRahc; 09-11-2004 at 02:08 AM.
  #2  
Old 09-11-2004, 07:47 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Help: Forum stopped working :(

chdir('D:\\somefolder\\anotherfolder\\forum.mydomain.com\name_of_forum_folder');

That would be the correct path.
  #3  
Old 09-13-2004, 11:51 PM
SelRahc SelRahc is offline
Junior Member
 
Join Date: Sep 2004
Posts: 27
Unhappy Re: Help: Forum stopped working :(

Well, I tried the entire installation over again from stratch, including a new vb install. Same thing happened. White screen.

>.<

All templates and files were updated per the instructions, and everything was uploaded. Once you run the install file, you get nothing but a blank white page, and all forum pages do the exact same thing. The forum becomes useless.

Any suggestions would be greatly appreciated.

VB version was a fresh installation of 3.0.3 Last time I tried it on a 3.0.1 with the same result.
  #4  
Old 09-14-2004, 12:19 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Help: Forum stopped working :(

Not exactly sure what would cause that. If you'd like to submit a support ticket via the Member's Area here though I'll be glad to take a look.
  #5  
Old 09-15-2004, 03:00 AM
skippy skippy is offline
Junior Member
 
Join Date: Sep 2004
Posts: 2
Default Re: Help: Forum stopped working :(

I have the same problem also. Have you resolve it yet?
  #6  
Old 09-15-2004, 06:26 PM
skippy skippy is offline
Junior Member
 
Join Date: Sep 2004
Posts: 2
Default Re: Help: Forum stopped working :(

I got mine to work. What happened was that I use Dreamweaver to edit the php files when I should have been using just a regular text editor. I uploaded all the original vBulletin files and re-did the whole thing with vi editor this time. Ran the install script and worked just fine. THANKS ZACHERY!!!!
  #7  
Old 09-22-2004, 01:22 AM
SelRahc SelRahc is offline
Junior Member
 
Join Date: Sep 2004
Posts: 27
Default Re: Help: Forum stopped working :(

I just had a chance to look at this again this evening. I may end up tyring that, but I have honestly never had any problems editing php or asp using Dreamweaver.

Anyway, I added error ini flags in the file to see what the problem was and this is the error I am getting:

PHP Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in D:\somefolder\anotherfolder\forumsubdomainfolder\includes\functions.php on line 1887

That line is listed as:
Code:
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')=== false, '?', '?','?','&amp;') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')=== false, '?', '?','?','&amp;') . "explain=1\">Explain</a>)<br />\n";
I have no idea what's going on lol. I'm about to have you guys take a look at it, cause im at my wits end with this. I'll try using notepad to edit the files first and see what happens I guess......

darn smeghead >.< lol Probably just a dumb mistake im making.. or maybe it really is dreamweaver...? lol
  #8  
Old 09-22-2004, 11:50 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Help: Forum stopped working :(

It's either Dreamweaver messing up the files, or the changes to your functions.php file were done incorrectly. Try re-applying the changes to a fresh, un-hacked version of that file and let me know if that doesn't help.
  #9  
Old 09-24-2004, 12:16 AM
rgamill rgamill is offline
Member
 
Join Date: Sep 2004
Posts: 35
Default Re: Help: Forum stopped working :(

Hi, all!

I had exactly the same error page as SelRahc. I was using Dreamweaver MX.

I followed Brian's suggestion:

1. I made changes in ...includes/functions.php using simple text editor.

Quote:
if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index') OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))
Well, this time I got different error page:
Quote:
Parse error: parse error, unexpected ';' in ..../includes/functions.php on line 88
That's how line 88 looks like:
Quote:
if ($decvalue >= 65 AND $decvalue <= 90)
2. I installed fresh copy of VBulletin Board and got the same error pages.


Brian, how can I fix it?


P.S. I am not good at PHP scripting at all. So, please, don't throw apples at me!

To me the "...includes/adminfunctions_template.php file" instructions seem to be a little inconsistent.

Quote:
'forumdisplay' => $vbphrase['group_forum_display'],
'forumhome' => $vbphrase['group_forum_home'],
'adv_portal' => 'vBadvanced CMPS',
Isn't it suppose to be like this: 'adv_portal' => $vbphrase['vBadvanced CMPS'] ?

Last edited by rgamill; 09-24-2004 at 12:18 AM.
  #10  
Old 09-24-2004, 12:27 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Help: Forum stopped working :(

There's no way you could still receive that error if you installed a fresh copy of vBulletin with un-hacked files...
  #11  
Old 09-24-2004, 12:44 AM
rgamill rgamill is offline
Member
 
Join Date: Sep 2004
Posts: 35
Default Re: Help: Forum stopped working :(

That's exactly what happened!! I installed a fresh un-hacked copy of VBulletin Board and made changes to it as instructed. And still got the same error pages.
I understand I might be making mistakes. But it's my third installation attempt.
Well, I guess I'll try one more time.

Last edited by rgamill; 09-24-2004 at 01:01 AM.
  #12  
Old 09-24-2004, 11:09 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: Help: Forum stopped working :(

Reapply the changes to the fresh files and be sure to use Notepad or another simple text editor. Do not use Dreamweaver or any similar programs as they are known to cause problems.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
CMPS & Links Directory Stopped working Graham Troubleshooting / "How do I..." Questions 4 09-03-2004 02:00 PM
Slight Forum Changes Brian Site Feedback & Updates 0 07-08-2004 06:19 PM
How do I get the "background" for Forum Threads? goingnova Troubleshooting / "How do I..." Questions 1 06-26-2004 12:35 PM
Latest threads stopped working with 3.0.1 bigsoccer Troubleshooting / "How do I..." Questions 9 06-11-2004 09:46 AM


All times are GMT -4. The time now is 05:38 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.