I'm starting a new thread as my 500 error thread is getting cluttered and the title is not really accurate any longer.
My site used to be 3.7, I recently upgraded it to the latest version. The upgrade was a little troublesome as it stumbled on the Attachment conversion so I had to move my attachments to the file system. Once that was done the upgrade ran clean.
What I found when I was done was that the site was not working quite properly. I could
- Browse to the main page
- Click on a forum and see a list of posts
- BUT, if I clicked on a post I got (after enabling PHP to throw errors to the browser and disabling friendly errors in my browser -- before that all I got was a 500 error)
I am also able to perform some Admin functions, but not all.
I worked and worked on this issue rechecking all my settings, as you can see in my other thread. I even hard coded the path to the vb.php file so that it could be found which did get me past the error but then I got
It seems odd to me that some of my site works just fine, and some does not. I'm wondering what makes the code base for the working pieces different than the code base for the broken ones? Are the broken ones using different configs? Class files? Functions? Not being anywhere near an expert on vB I have no idea.
All I know is I have over 40 hours into an upgrade I expected to take an hour and I'm no closer to a solution now than I was days ago. I desperately need some help on this.
Does anyone have any ideas? Thanks
My site used to be 3.7, I recently upgraded it to the latest version. The upgrade was a little troublesome as it stumbled on the Attachment conversion so I had to move my attachments to the file system. Once that was done the upgrade ran clean.
What I found when I was done was that the site was not working quite properly. I could
- Browse to the main page
- Click on a forum and see a list of posts
- BUT, if I clicked on a post I got (after enabling PHP to throw errors to the browser and disabling friendly errors in my browser -- before that all I got was a 500 error)
Code:
[B]Warning[/B]: require_once(/vb.php) [function.require-once]: failed to open stream: No such file or directory in [B][path]\includes\class_bootstrap_framework.php[/B] on line [B]100[/B] [B]Fatal error[/B]: require_once() [function.require]: Failed opening required '/vb.php' (include_path='.;c:\php\includes') in [B]C:\Inetpub\wwwroot\nclb3abd93\includes\class_bootstrap_framework.php[/B] on line [B]100[/B]
I worked and worked on this issue rechecking all my settings, as you can see in my other thread. I even hard coded the path to the vb.php file so that it could be found which did get me past the error but then I got
Code:
[B]Fatal error[/B]: Class 'vB_Phrase' not found in [B]C:\Inetpub\wwwroot\nclb3abd93\vb\vb.php[/B] on line [B]120[/B]
All I know is I have over 40 hours into an upgrade I expected to take an hour and I'm no closer to a solution now than I was days ago. I desperately need some help on this.
Does anyone have any ideas? Thanks
Comment