Archive for fatal error

wp themes Question: I have lost access to my wordpress website after trying to upload a new theme?
i get the following message and i can log in or go to the website itself please help

Warning: require(/home/pesaplus/public_html/wp-content/themes/magasin-dos/functions/option.php) [function.require]: failed to open stream: No such file or directory in /home/pesaplus/public_html/wp-content/themes/magasin-dos/magasin-dos/functions.php on line 18

Fatal error: require() [function.require]: Failed opening required ‘/home/pesaplus/public_html/wp-content/themes/magasin-dos/functions/option.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/pesaplus/public_html/wp-content/themes/magasin-dos/magasin-dos/functions.php on line 18

Best Response:

Answer by jimmy
first test it locally then upload it.
also please clearly mention the error notice


WP Content Magic from www.wpcontentmagic.com allows you to upload articles in the past, present, or future adding SEO benefits such as bold, italics, underline, and in-content links to whichever URL you choose…plus many more features

Tags: bold italics, fatal error, content themes, php function, error notice
Categories : WP Themes
Comments (4)

wp themes Question: I installed a WordPress theme and on the page where it should display, half of it loads with this error?
Fatal error: Call to undefined function the_content_limit() in /home/jamest/public_html/maddenlist/blog/wp-content/themes/revolution-news/home.php on line 14

how can i fix this?
like this: http://whylearnfrench.com/

Best Response:

Answer by Elpie
That looks like a Revolution theme. The function is a custom function that is included with the theme when you buy it. It is not a standard WordPress function. You should find this in your download in either the functions.php file or it may have been provided as a plugin.

If you do not have this custom function you will need to contact the developer. It might be possible to remove the function and replace it with the excerpt but this is a commercial theme and I haven’t seen the code for it so I can only guess that this would work. (I make my own themes and don’t buy them ;) )

Tags: call to undefined function, fatal error, revolution news, content themes, content limit
Categories : WP Themes
Comments (1)


When installing wp-ecommerce, you may get Fatal error- Out of memory messages. Before you try increasing memory in your php.ini configuration file, deactivate your other WordPress plugins to make sure there are no plugin conflicts. wp-ecommerce conflicts with many plugins which can cause you to get out of memory error messages.

Tags: increasing memory, memory error messages, wordpress plugins, memory issues, ini configuration
Categories : WP Plugins
Comments (0)
Nov
25

WordPress 3.1 Beta 1

Posted by: admin | Comments (0)

WordPress 3.1 Beta 1

It’s that time in the release cycle again, when all the features are basically done, and we’re just squashing bugs. To the brave of heart and giving of soul: Won’t you help us test the new version of WordPress? As always, this is software still in development and we don’t recommend that you run it on your normal live site — set up a test site just to play with the new version. If you break it (find a bug), report it, and if you’re a developer, try to help us fix it. (Especially you U.S. types who are taking a long weekend for Thanksgiving! :) )

If all goes well, we hope to release WordPress 3.1 to the world at large by the end of the year, though that is (as always) subject to change/dependent on how the beta period goes. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version.

If you want to be a beta tester, you should check out the Codex article on how to report bugs. Some of the new features to check out include:

  • Post Formats (#14746)
  • Theme Search (#14936)
  • Internal Linking (#11420)
  • Admin Bar (#14772)
  • Ajaxified Admin (#14579)
  • Updated Tiny MCE (#12574)
  • Multi-taxonomy Queries (#12891)
  • Custom Post Type Index Pages (#13818)
  • Admin CSS Cleanup (#14770)
  • User Admin (#14696)
  • Network Admin (#14435)
  • Password Reset Redux (#5919)

There are also some known issues: things that aren’t *quite* finished, but that weren’t worth holding up the beta release. They will be fixed before 3.1 is released for general use. Note that as things get fixed, the beta release will update nightly. What you should know:

  • Fatal error: Call to a member function is_page() on a non-object in /wp-includes/query.php. is_page() may be any conditional tag. This issue occurs when a theme or plugin is doing something wrong. Some code is checking the value of a conditional tag before we actually set up the Query, which means they don’t work yet. In 3.0, they silently failed and always returned false. In 3.1 Beta 1, this is throwing a fatal error. This will be handled in the final release, so use this opportunity to fix your plugins. (#14729)
  • All known issues slated for fixing before launch are listed in Trac. Please check this list to see if a bug is already on the list before reporting it.

Remember, if you find something you think is a bug, report it! You can bring it up in the alpha/beta forum, you can email it to the wp-testers list, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the WordPress Core Trac. (I recommend starting in the forum or on the mailing list.)

Theme and plugin authors, if you haven’t been following the 3.1, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.

Note to developers: WordPress is built by the contributions of hundreds of developers. If you’d like to see this release come out on time, I encourage you to pitch in. Even if you don’t have time to do testing on the beta version, you could help us by contributing a fix for one of the many bugs we already know about.

To those of you in the U.S., have a lovely long holiday weekend, and if you’re looking for something to occupy your post-turkey hours, we hope you’ll take the beta for a spin!

Download WordPress 3.1 Beta 1

WordPress News

Tags: beta release, index pages, type index, new features, password reset
Categories : Wordpress News
Comments (0)

wp plugins Question: what happens when I change the URL on my wordpress?
I accidentally changed the url and it completely wipedout, meaning it didn’t exist anymore — but my friend uploaded everything again.

However now it says “Fatal error: Class ‘SimplePie_Cache’ not found in /home/finch/public_html/wordpress/wp-includes/class-feed.php on line 6″ for Development Blog & Plugins…..anything I have to worry about?

Best Response:

Answer by Dean.
well look at the code on line 6 of that page and sort it out… the page is still there thoe

Tags: line 6, fatal error
Categories : WP Plugins
Comments (1)