gulam
Posts: 55
|
| Posted: 11/04/2008, 12:53 AM |
|
I just upgraded my server from Apache 1.3.37 to 2.2.10 and PHP from 4.4.7 to 5.2.6 through my CPANEL console. After this, all php generated through CCS (v 4.1) are giving an error as follows:
500 Internal Server Error
The request was not completed. The server met an unexpected condition.
Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at centos.cats-net.com Port 80
Under server/scripts, I change PHP version to 5.x and re-generated the whole project without any success.
I am running CENTOS Ent 3.9 / MySQL 4.1.22
Can someone guide me how to solve this problem.
Thanks
Gulam
|
 |
 |
datadoit
|
| Posted: 11/04/2008, 8:42 AM |
|
Try to eliminate variables....
1. Make sure Apache is working. Just try load an HTML page - any page.
2. Make sure PHP is working. Create a page that shows phpinfo().
3. Make sure MySQL is working. Create a simple script to read from the
a database.
As a rule of thumb we always like to keep little scripts around for #2
and #3 above on the server.
Finally, I see CPANEL console in there... perhaps a nice little server
reboot is in order so that all tools and services reload.
|
|
|
 |
aj-script
Posts: 1
|
| Posted: 11/25/2008, 10:23 PM |
|
Did this issuse get resolved?
I can see my phpinfo just fine but nothing from codecharge. Just the 500 error. I've gone round and round with the server config and can't find the issue.
I've got ...
Windows Server 2003 IIS
PHP 5.2.6
My SQL 5.0.67
|
 |
 |
mentecky
Posts: 321
|
| Posted: 11/26/2008, 2:31 PM |
|
I had this error installing WordPress on a Windows box using IIS6. As far as I could tell it was a mod-rewrite issue I didn't want to deal with so I moved the site to a linux box and it worked fine. I have never seen it in a CCS project though.
_________________
http://www.ccselite.com |
 |
 |