Author |
Message |
rebelt
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: May 07, 2006
Posts: 172
|
Posted:
Wed Jul 09, 2008 3:02 am |
|
The problem I have, is I want to upgrade to the latest version. So I downloaded my site files and database to do a trial upgrade using xampp.
But I get an error
Quote: | The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. |
A clean 2.20.01 works fine which makes me think the xampp server is ok. But I can't find any cgi scripts either.
So I was thinking of a clean install of v2.02.02 then use winmerge to find differences.
Unless anyone has an easier or quicker solution.
Nothing too complicated though. I've picked up bits of knowledge but am no expert.
Thanks |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Wed Jul 09, 2008 5:34 am |
|
rebelt, when do you get this error? Also, is that the complete error text or was there more?
You may also have a corrupt file from your transfer or maybe there is some directive in your .htaccess XAMPP isn't liking.
Sorry, at this time, not sure and I don't think getting a clean install of 2.02.02 is going to help you any. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
rebelt
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jul 09, 2008 5:49 am |
|
The full error is
Quote: | Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
07/09/08 12:39:30
Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mod_autoindex_color PHP/4.4.4 |
Comes up straight away |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jul 09, 2008 6:10 am |
|
That is a completely different error than the original one you posted. For this new one, what was the full URL that you were attempting to access? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
rebelt
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jul 09, 2008 6:32 am |
|
I appologise, that was an operator error.
This is what I meant to paste.
Quote: | Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
If you think this is a server error, please contact the webmaster.
Error 500
localhost
07/09/08 13:30:29
Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mod_autoindex_color PHP/4.4.4 |
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jul 09, 2008 6:36 am |
|
What URL? Do you get it just going to index.php?
If so, try renaming the .htaccess file under your root of this web site to something else and try again and let us know what happens then. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
rebelt
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jul 09, 2008 6:47 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jul 09, 2008 6:56 am |
|
Actually, ".htaccess" is its full name, but that is only semantics. You have gotten further along now.
Ok, lets try this. You are going to have to modify your apache configuration file. Find your XAMPP installation directory, and the the file:
apache/conf/httpd.conf
Open that file with a good text editor, such as Notepad++ (do NOT use just windows Notepad - EVER!).
Make sure you have these directives and values within this file. Do NOT just add them. You need to find if the statements already exist (you are trying to find the section of the conf file where these are at - closest match). Do make sure to save off your file prior to editing!
Code:
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<FilesMatch "^\.ht">
Order allow,deny
Deny from all
</FilesMatch>
|
Once this file is saved, you will need to restart apache.
If you still only get the header and left blocks, you will need to set within the config.php file of your nuke install $display_errors = true;. Then see if a PHP error is shown. If so, report back with the complete text. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
rebelt
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jul 09, 2008 8:06 am |
|
Sorted.
The $display_errors setting told me there was a problem in a custom block which was calling to the site database not the localhost one.
It then pulled up the same errors in other custom blocks.
Also noticed that phpmyadmin wasn't happy with the database size when imported. Missed a couple of tables as well as some data in tables.
Have to use bigdump next time.
I now have a site which I can press on with the upgrade attempt.
Many thanks for your help montego. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
rebelt
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Jul 09, 2008 3:31 pm |
|
Well the upgrade went smoothly.
Time to do it again before I upgrade the live site.
Thanks again to montego for his help. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Jul 10, 2008 7:14 am |
|
Hey, that is GREAT news! Doing practice runs like this are invaluable! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|