500 internal server error and date /time error in the ephemeris plugin

Status
Not open for further replies.

pierre39

New Member
Messages
38
Reaction score
0
Points
0
Good evening to all,

A month ago everything was OK on my web pages...

Since the recent issues on the FRIS then CHOPIN server I have two problem

first issue) when a page (php script) ask for viewing a flash file I obtain this message :

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, no-reply@x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

Please check I never obtain that message before...

second issue) by the mean time, I see an error in the ephemeris plugin who was working fine before... there is one hour error on the date change, understand by example, monday arrive one hour earlier... and before (date_default_timezone_set("Europe/Paris") was working fine...

Check these two problems arose the past few days and are still actual...

Have you an idea about the problem.??

Thank you very much for your help...8)
 

dlukin

New Member
Messages
427
Reaction score
25
Points
0
1. Any .php file must not be world or group writeable, so its permissions cannot be set to 0666 or 0777. They should be set to 0644 or 0755

2. If you .php file uses mod_rewrite in your .htaccess file, you must have

RewriteBase /

above any RewriteRule .

3. If your program and the server time are one hour off, I think you might have to adjust your program.
 
Last edited:
Status
Not open for further replies.
Top