fscbmwcca
Forum Replies Created
-
This did not fix it.
Bear with me a little longer… I am not a coder, so not sure how to fix using the solution provided:
Solution: Hook into wp_loaded, not plugins_loaded.
I’m sorry, what do you need to see? Do you need access to the test site to try it out?
Here is the full error: Fatal error: Call to a member function get_page_permastruct() on a non-object in /home/fscbmw5/public_html/test/wp-includes/link-template.php on line 350
the website is fscbmwcca.com/test
line 350 is $link = $wp_rewrite->get_page_permastruct();
function _get_page_link( $post = false, $leavename = false, $sample = false ) { global $wp_rewrite; $post = get_post( $post ); $draft_or_pending = in_array( $post->post_status, array( 'draft', 'pending', 'auto-draft' ) ); $link = $wp_rewrite->get_page_permastruct(); if ( !empty($link) && ( ( isset($post->post_status) && !$draft_or_pending ) || $sample ) ) { if ( ! $leavename ) { $link = str_replace('%pagename%', get_page_uri( $post ), $link); } $link = home_url($link); $link = user_trailingslashit($link, 'page'); } else { $link = home_url( '?page_id=' . $post->ID ); }
Thanks
How can I fix it?
When my site went back to normal
I reinstalled wordpress
Installed FEP
and same errormy cPanel error log is clean
Where do I get the log?
Forum: Plugins
In reply to: [Enable Media Replace] Doesn't update fileI have had the same problem.
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Don't show up in FirefoxTHANK YOU SO MUCH!!! THAT WAS TOTALLY IT! Thanks for persisting with this issue, I have been so busy I hadn’t had time to follow up. You are the best ??
Thanks, I’ll take a look. I have a child theme where I am making my css updates. As I mentioned, the problem is on the Place Ad page step 2-4. The css changes only take affect on Step 1.
Forum: Plugins
In reply to: [Frontend Edit Profile] Fatal error: Call to a member function is_role()Sorry, I did not copy the
global
It works now!
Thanks for all your prompt help!Forum: Plugins
In reply to: [Frontend Edit Profile] Fatal error: Call to a member function is_role()That didn’t work still get the following error in the Additional Capabilities section at the bottom for the admin role:
Fatal error: Call to a member function is_role() on a non-object in /home/fscbmw5/public_html/fscbook/wp-content/plugins/frontend-edit-profile/_form.php on line 184
Forum: Plugins
In reply to: [Frontier Post] Increase Categories sectionI don’t see the Edit Tags checkbox. The only thing that appears in the Frontier Post Capabilities settings is Role based settings table
Forum: Plugins
In reply to: [Frontier Post] Increase Categories sectionThanks for the prompt reply, but I want to increase the height of the Categories area? And is there anyway not to show the Tags section?
Forum: Plugins
In reply to: [Frontend Edit Profile] Fatal error: Call to a member function is_role()