Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
Edit it to suit your needs. You can upload it here for others.
Coffee phreak!
Posts: 3
Threads: 0
Joined: Feb 2009
Reputation:
0
Hi Ashus, I have been using the older version with no problems. But when I upload v2.2 I get a '500 internal server error' Any ideas?
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
Try to remove the .htaccess file. You webhosting provider likely forbids it. Try to contact them with a request, that you need to use that .htaccess file.
We configure specific webserver configuration via this file, so without it, PHP Rcon may not work as expected - depends on apache and php configuration.
Coffee phreak!
Posts: 438
Threads: 178
Joined: Jul 2007
Reputation:
3
It looks like the session data is not saved correctly. (webserver-specific configuration)
(after reading PHPinfo)
Inconsistency: php.ini locatin is c:\windows
but
session.save_path = "c:\winnt\temp\php5"
save path must exist, move or create it.
Coffee phreak!
Posts: 11
Threads: 0
Joined: Apr 2009
Reputation:
0
thank you...i have fixed it.