elliottscott
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] You do not have permission to access this page!Figured it out. My pop up plugin was somehow/for some reason blocking users from loggin in.
Forum: Plugins
In reply to: [WP Job Manager] Job posting required full access to all posts and pagesI think I was able to fix the issue by creating a new role and assigning the users to the new role to fix the permissions issues.
Forum: Plugins
In reply to: [WP Job Manager] Job posting required full access to all posts and pagesI know a “fix” was rolled out with the latest release 2 weeks ago. Its still broken for me, when a custom role user clicks the “Add New” job button, nothing happens.
Forum: Plugins
In reply to: [WP Job Manager] Changing user role permissionsInteresting, so buy adding-on Regions for WP Job Manager you were able to give users the proper role permissions with the edit_posts permission?
Forum: Plugins
In reply to: [WP Job Manager] Changing user role permissionsCan confirm once I checked the edit_posts permission my user is able to add posts, but now they have access, edit and post capaibilities for my entire web site instead of just my job board? So stupid.
@set_time_limit( 60 );
Before that line is:
/**
* Perform a HTTP HEAD or GET request.
*
* If $file_path is a writable filename, this will do a GET request and write
* the file to that path.
*
* @since 2.5.0
*
* @param string $url URL to fetch.
* @param string|bool $file_path Optional. File path to write request to.
* @param int $red (private) The number of Redirects followed, Upon 5 being hit, returns false.
* @return bool|string False on failure and string of headers if HEAD request.
*/
function wp_get_http( $url, $file_path = false, $red = 1 ) {
@set_time_limit( 60 );Forum: Fixing WordPress
In reply to: Homepage not updatingFor anyone interested the problem was a cache plugin (WP Super Cache) that I had deactivated but not deleted.
That previous error might be nothing critical but whenever Relevanssi is active I starting getting 503 Errors, can’t update pages and my error log starts sending these errors:
[Thu Feb 21 14:46:08 2013] [warn] [client [ip]] mod_fcgid: stderr: PHP Warning: Cannot modify header information – headers already sent by (output started at /var/www/vhosts/[domain].com/httpdocs/wp-content/themes/[domain]/functions.php:492) in /var/www/vhosts/sprottshaw.com/httpdocs/wp-includes/pluggable.php on line 876, referer: http://www.[domain].com/wp-admin/post.php?post=2083&action=edit
I am having the same issue.