Hi

I would be massively greatful, if somebody could please help me nail this issue. Ive being trying for days!

I am getting the following error :-

Warning: fopen(php.zip) [function.fopen]: failed to open stream: Permission denied in C:\vhosts\000----.co.uk\httpdocs\install.php on line 138

Warning: fwrite(): supplied argument is not a valid stream resource in C:\vhosts\000----.co.uk\httpdocs\install.php on line 139

Warning: fclose(): supplied argument is not a valid stream resource in C:\vhosts\000----.co.uk\httpdocs\install.php on line 140
Extract files

Download archive...Ok
Extract archive...Error
Missing archive file 'php.zip'

I have tried setting the install.php file & install folder to 777 access permission, aswell as editing the php.ini to take off safe mode to no avail.

I have spoken with the makes of the software, and they told me that they are trying to stream me something, so the problem is server side.

The files they gave me was an install folder, and install.php which was originally in a zip but had to be extracted and put on the server via ftp, the file (install.php) is then called from the web browser.

Im using windows 2008 sr2 server, with Apache Tom Cat, and Plesk 9.3 control panel.

My hosts FASTHOSTS cannot help me, without a massive technical charge, they have provided no access to Plesk help either!

Many thanks for your time!

Anil

    PHP explains exactly what your problem is:

    Warning: fopen(php.zip) [function.fopen]: failed to open stream: Permission denied in C:\vhosts\000----.co.uk\httpdocs\install.php on line 138

    Thus, the PHP process doesn't have permissions to read the 'php.zip' file, which appears to be in the 'httpdocs' folder.

    What are the permissions of this file?

      hi

      thanks for the quick response.

      there is no zip file, as per the installation video:-

      http://www.youtube.com/watch?v=gkKc8GcyQCc&feature=channel

      the guys who wrote the program, had a look at my ftp server and the file permissions were good, but they believe:-

      'you server has some restrictions you can only change in some control pannel. that is not a problem of the SpryFlashCMS installer. please contact you provider to get help. the SpryFlashCMS Installer need rights to download files and unzip them otherwise it is not working. that is not a special configuration, it runs on almost every server.'

      again, I tried the safe mode disable already.

        sorry i re-organised the folders and put the permissions again, and worked fine

          Write a Reply...