Jump to content

Help: Cannot create new files and folders


Recommended Posts

That's odd - I would recommend you to contact your hosting support, that should be the fastest way to solve this problem.

Do you have access to your php.ini?

 

i create a new php.ini file, and i can access to this file,

 

this is all in my php.ini

 

 

 

 
 
disable_functions = chmod
 
; Allow files to be uploaded 
file_uploads = On
 
; Allow external URLs to be opened
allow_url_fopen = On
 
; Disable PHP register globals
register_globals = Off
 
 
 
 
what can i do for solve!!
Link to comment
Share on other sites

no body can't help me?!

 

hello

it was due to the weekend :) not a lot experts were here, only psfever ;-)

 

what ps version you're trying to install? recently released 1.6.0.8 ?

 

on your hosting account are you able to alter php configuration with php.ini file?

Link to comment
Share on other sites

hello

it was due to the weekend :) not a lot experts were here, only psfever ;-)

 

what ps version you're trying to install? recently released 1.6.0.8 ?

 

on your hosting account are you able to alter php configuration with php.ini file?

PS version: 1.6.0.6

 

yes i can edit php.ini file

this is all codes in my php.ini:

 


disable_functions = chmod
; Allow files to be uploaded 
file_uploads = On
; Allow external URLs to be opened
allow_url_fopen = On
; Disable PHP register globals
register_globals = Off
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...