![]() |
romaldus 7/4/2010 |
I'm customising the Classified ads template that came with phprunner v5.2 for a project. What happened was when new ads added, it returned with php error: "fwrite(): supplied argument is not a valid stream resource" Anyone had encountered issue similar to this and got a fix for it? Or any advice to address the issue? What I did was I added new fields to existing tables for Ads and Users.
|
J
|
jianwong author 7/4/2010 |
You need to CHMOD your directory to have the appropriate permissions
|
![]() |
romaldus 7/4/2010 |
Thanks for your advice. I tried CHMOD directory to 775 as well as 777 from 755 at remote server. Unfortunately, the application failed to load as internal server error. Did I do the right thing?
|
J
|
jianwong author 7/5/2010 |
Please check your .htaccess file in the public_html directory. Just try to rename the .htaccess file to htaccess.txt and reload your browser.
|
A
|
ann 7/5/2010 |
Jian, |
J
|
jianwong author 7/5/2010 |
Jian, this error usually means that there are no read/write permissions to the directory where uploaded files are saved. Please make sure you've set up correct permissions to the directory with files.
|