liquidalloy
Forum Replies Created
-
Okay thank you for you replies!
Okay so in simple terms what you are saying is to make sure PHP belongs in the group that is the current group of the root www folder? In my case since apache is the group of www directory I should check if PHP belongs to the apache group?
I’m just trying to understand what to ask my system admin.
Thank you for your reply! If I set the permission to 777 on the root it will work. But I’m wondering why it does not work otherwise. Does the plugin use the apache group to run the script? Or the plugin run in the others permission instead of the user or group. Since the directory fails at 755 it means the plugin needs write permission on the group or others? Or does it run as a different group and that group isn’t part of apache?
I would just like to understand why it’s failing on just the root.
Sorry, ended up posting multiple times because connection was slow! Is there anyway to delete posts?
Sorry, ended up posting multiple times because connection was slow! Is there anyway to delete posts?
Forum: Fixing WordPress
In reply to: RSS feed link errorIf anyone is interested it was the file wp-includes/feed-rss2.php that had a random php closing tag there. After removing it everything was fine
Forum: Plugins
In reply to: [WP Migrate Lite - Migration Made Easy] diff of databasesThank you for answering my questions Chris!
Forum: Plugins
In reply to: [WP Migrate Lite - Migration Made Easy] diff of databasesOkay I see. Thank you for your reply.
What would happen if I just choose one table to pull from but that table is dependent on another table?
For example, if I choose to pull just the comments table into the dev site what about happen if my dev site doesn’t have the required postmeta data from the live site?
Forum: Plugins
In reply to: [Contact Form 7] How to reduce loads of spam?Did you add a captcha http://contactform7.com/captcha/
or quiz http://contactform7.com/quiz/
or use akismet? http://contactform7.com/spam-filtering-with-akismet/those are 3 methods of filtering out spam.
It seems that shortcodes are not used anymore? Would there be an option in the backend to edit albums going into lightbox directly? I wonder why the new update would remove the work I had done.