PHP Error

Status
Not open for further replies.
Messages
7
Reaction score
0
Points
1
Hi, I'm having a few of probles with PHP since you upgrade it.The first one is that it appears a lot of warnings in my php pages, mainly, the Strict Standards warnings.In a few pages, I have been able to mask it, and avoid to be shown, but in others it is imposible.The second is that obviously, the php pages doesn't work properly, the links of php pages carried me to a 403 error page that isn't even the custom 403 page, but a page withe the following content:"[h=1]
403 Forbidden[/h]
Access to this resource on the server is denied!

Powered By LiteSpeed Web Server[FONT=Verdana, Arial, Helvetica][SIZE=-1]LiteSpeed Technologies is not responsible for administration and contents of this web site![/SIZE][/FONT]

"but this happens even if the link is pointing to a file with a chmod of 777, so is not about permission...And the thirds one, is not realy important, is that in cPanel, it appears the php version as unknown.
I hope you could help me.
Thanks.

Edit: I have used the "AddType application/x-httpd-php53 .php .php5 .phtml" sentence in every folder, and it solved the issues of the warnings and the 403, but it still doesn't work properly, when I try to upload an image from a php form it keeps "saving" the file and it doesn't stop never.

Edit2: I already know what is happening to be "saving" for ever, It has troubles accessing the DB, in addittion it has another problems accessing DB from the php files in other places, It may be because the DB is an a folder which uses the new php version and it is not compatible with the older version, could it be?

Final Edit: Everything is solved. you can erase this thread if you want.
 
Last edited:
Status
Not open for further replies.
Top