- This topic has 1 reply, 2 voices, and was last updated 11 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › WP Photo Seller – Not able to create Galleries
Tagged: photo seller, PHP error, Safe Mode
Hi,
when I create galleries ( either trying to upload files/ or choose existing files from my media library) and press ‘create Gallery’,
I get the following error code:
Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid is 527 is not allowed to access /home/colombe/domains/colombephotographe.com/public_html/wordpress/wp-content/uploads/wp_photo_seller/wpps_gallery_tmp_dir owned by uid 100 in /home/colombe/domains/colombephotographe.com/public_html/wordpress/wp-content/plugins/wp-photo-seller/models/WPSCommon.php on line 2522
Running on Appache 2
I tried to change the directory access to 0777, but it was refused. this is amazing since the these directories have been create by the plugin itself!!
The issue you are seeing is caused by your server setup, ie, safe mode is currently turned on which is restricting the plugin’s ability to function correctly.
Talk to your host provider and ask them to turn safe mode off. Safe mode was deprecated in php 5.3 (meaning it should not be used anymore).
What version of PHP is your host running on your server?