Welcome, Guest. Please login or register.
Did you miss your activation email?
May 23, 2012, 07:21:19 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155439 Posts in 21702 Topics by 7732 Members
Latest Member: Smacki
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: 500 phpwrapper internal error : ERR_WRITABLE_SCRIPT (30)  (Read 782 times)
actos

Offline Offline

Posts: 1


« on: August 21, 2008, 01:38:53 PM »

wenn ich eine neue Seite mache und sie mir dann ansehen will bekomme ich die Meldung :
500 phpwrapper internal error : ERR_WRITABLE_SCRIPT (30)

was muss ich machen um weiter zu kommen?

MfG,
Edgar
Logged
M4io

Offline Offline

Posts: 1


« Reply #1 on: September 27, 2008, 12:48:40 AM »

Sorry, my german is not very good.

your hostprovider does not allow execution of PHP-script that are writtable by anyone ==> ERR_WRITABLE_SCRIPT (30)
this is because someone could modify that file and execute it on the server.

you have installed / uploaded / unzipped some php files that have chmod 666 , you should change that in 644
 in a unix console: chmod 644 filename
or go in Filezilla : look at the "Permissions" of each file it will say something like  "-rw-rw-rw"
change that in "-rw-r--r--" by rightclicking the file, choose "File attributes" and
deselect "group permission write" and "public permission write"  or type 644 in the numeric value, click OK and...

That should solve it.
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!