carguyjay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: public_html chmod to 750Took me forever but I figured it out!
I am creating documentation and I will provide a link shortly!
Thank you all for your contribution
Jay
Forum: Fixing WordPress
In reply to: public_html chmod to 750So I called Host Gator
Apparently they have 750 set to all public_html by default, however they would not tell me how their Apache server is set.
The settings are the same on shared hosting and on VPS.It seems that Godaddy has their default public_html set to 755 for all VPS and shared hosting. I am trying to get more information from them but they seem clueless about this.
Forum: Fixing WordPress
In reply to: public_html chmod to 750Hi Guys
Thanks for the replies, this is really helpful.
I absolutely got a hold of GoDaddy before I posted and they are all set on the idea that if public_html is set to 750 you are giving access to the owner to the group and you are blocking the “world” with that zero setting. So they do not understand how the world is accessing the site if they do not have read access to it.Same thing goes for the wp-config my DB can’t get to the file if its 640. But I bet you both these issues are from the same source.
Here is how I installed my directories:
home/username/public_html/ files
I also tried
home/username/public_html/wordpress/ filesand both installations work the same way as in public_html is 755 and if its anything else its blocked. I can change it to 604 but thats the same idea as 755.
Not sure where to go from here. I can’t seem to find enough information regarding the process of setting public_html to 750 on the web. The only thing I hear is that allegedly the group owner has to be set to nobody (but that means nothing unless you know who the users are in the group)
Thanks for your help guys!
JayForum: Fixing WordPress
In reply to: public_html chmod to 750Hi MichaelH
Thanks for the reply.
Who’s your host?and who is the group owner of your public_html?
Forum: Fixing WordPress
In reply to: public_html chmod to 750Hi Samuel
Yeap I got my
folders at = 755
files at = 644 ( but for the wp-config they want it at 640 )However after reading the hardening guide:
It states that my (should be) public_html = 750
and I just can’t do that because it blocks the whole site. It has to stay 755.and
wp-config (should be) = 640
can’t do this either because it too blocks my whole site. Is anyone else’s wp-config = 640?How in the world is anyone else getting to set these settings without doing anything else on their server?
Forum: Fixing WordPress
In reply to: public_html chmod to 750Hi Govpatel
Thanks for the reply.
Who is your hosting with.Mine is with Godaddy and my default is 755 on public_html.
When I change it to 750 my site goes to block everyone.Thanks
JayForum: Installing WordPress
In reply to: Upgrade to 3.0.1, wp-admin now slowJust a quick question.
How do you reset folders/plugins folder?Do you mean re-upload the original folders form a fresh install?
Jay
Forum: Plugins
In reply to: [Plugin: TDO Mini Forms] Upload Widget (Failed to move file)I have no once again reinstalled WP.
I now have the default install of WP and of TDOMF and no other plugins or config changes.This is the error I get now; when I am logged in as admin and try to upload.
Warning: move_uploaded_file(\DSC_0239.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in D:\Hosting\5325423\html\wp-content\plugins\tdo-mini-forms\tdomf-upload-inline.php on line 191
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move ‘D:\Temp\php\php20B9.tmp’ to ‘\DSC_0239.jpg’ in D:\Hosting\5325423\html\wp-content\plugins\tdo-mini-forms\tdomf-upload-inline.php on line 191
Could not move uploaded file DSC_0239.jpg to storage area!So how do we make this work?
Thank you.
JayForum: Plugins
In reply to: [Plugin: TDO Mini Forms] TDO Mini-Forms Image Upload FAILDefault install of WP and of TDOMF; no other plugins.
Error upon upload:Warning: move_uploaded_file(\DSC_0239.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in D:\Hosting\5325423\html\wp-content\plugins\tdo-mini-forms\tdomf-upload-inline.php on line 191
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move ‘D:\Temp\php\php20B9.tmp’ to ‘\DSC_0239.jpg’ in D:\Hosting\5325423\html\wp-content\plugins\tdo-mini-forms\tdomf-upload-inline.php on line 191
Could not move uploaded file DSC_0239.jpg to storage area!So, how do we make this work?
Just found I can edit this in Form Hacker (so so sorry for the post)
Cheers
Jay