Need technical help

by 6 replies
7
Hi

I am not a teckie at all. I have a site http://www.renewableenergysolutionsguide.com which was developed by a third party on WP. I recently tried to install a new theme. While activating the new theme it gave me the following error message:
__________________________________________________ ___________
Warning: require_once(/home/quaddusm/public_html/wp-admin/includes/class-wp-list-table.php) [function.require-once]: failed to open stream: No such file or directory in /home/quaddusm/public_html/wp-content/themes/affilotheme_2/includes/plugins/class-tgm-plugin-activation.php on line 843

Fatal error: require_once() [function.require]: Failed opening required '/home/quaddusm/public_html/wp-admin/includes/class-wp-list-table.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/quaddusm/public_html/wp-content/themes/affilotheme_2/includes/plugins/class-tgm-plugin-activation.php on line 843
__________________________________________________ _______
I have no idea what does it mean? The problem is my site does not work any more. It gives me the same error message. Can anyone help me please. Thanks.

Mohammed
#programming #technical
  • check line 843 in: /home/quaddusm/public_html/wp-content/themes/affilotheme_2/includes/plugins/class-tgm-plugin-activation.php
    • [1] reply
    • What shall I check? How do I solve it?
  • Sorry But i didn't get your question what you want to ask.
    • [1] reply
    • Please see my query at the top of the thread. Thanks.

      Mohammed
  • Use your FTP client and make sure this file exist:

    public_html/wp-admin/includes/class-wp-list-table.php

    class-tgm-plugin-activation.php in your theme is requiring it but PHP can't find it.
  • Send me a (PM) I'll give you a hand.
    or Skype: webdevelopmentgroup

    cheers,
    WILL-

Next Topics on Trending Feed

  • 7

    Hi I am not a teckie at all. I have a site http://www.renewableenergysolutionsguide.com which was developed by a third party on WP. I recently tried to install a new theme. While activating the new theme it gave me the following error message: