This topic is locked

Problem uploading images in a windows server

4/4/2010 1:57:45 PM
PHPRunner General questions
A
alfonso authorDevClub member

I'm triyng again this product solved my problem in the past (installation issues). Now when upload an image if I use Thumbnail generator or Resize image I get error in a windows server:

fwrite(): supplied argument is not a valid stream resource

2. include\phpfunctions.php:448 ProcessFiles N/A



If I only send a photo there is no problem
This problem is only in windows server. In a linux server run ok. Where is the problem?

Sergey Kornilov admin 4/4/2010

I would make sure GD2 extensions is enabled in PHP on your Windows server.
You can also upload your app to Demo Account to see if it works there. It runs on Windows as well.

A
alfonso authorDevClub member 4/5/2010

But I want to run ok in my server. I have execute phpinfo and appears:
gd

GD Support enabled

GD Version bundled (2.0.34 compatible)

FreeType Support enabled

FreeType Linkage with freetype

FreeType Version 2.1.9

T1Lib Support enabled

GIF Read Support enabled

GIF Create Support enabled

JPG Support enabled

PNG Support enabled

WBMP Support enabled

XBM Support enabled
May be a file permisions problem, or GD?
I have also:
extension=php_gd2.dll in php.ini

Sergey Kornilov admin 4/5/2010

How do you want us to help you fix it on your server?

A
alfonso authorDevClub member 4/5/2010

I only ask you if there is a known problema with windows server and permisions or similar. Dont get ungry with me

Sergey Kornilov admin 4/5/2010

To find if this a known issue or something else I asked you to upload your application to Demo Account.