+ Reply to Thread
Results 1 to 4 of 4

Thread: Just upgraded to 2.21 - error on the include page!

  1. Join Date
    Jun 2006
    Posts
    6

    Just upgraded to 2.21 - error on the include page!

    Got this on the page the script is being included on after I upgraded:

    Code:
    Fatal error: Cannot instantiate non-existent class: ep_dev_forum_news_invision_power_board_2_1_access in /httpdocs/forum/news/news.php on line 102

  2. Join Date
    Aug 2004
    Posts
    781

    Re: Just upgraded to 2.21 - error on the include page!

    Definitely a bug. There is a typo in the EP_Dev_Forum_News/classes/sources/Forum/Invision_Power_Board_2.1.php file.

    Please open up that file and replace:
    Code:
    EP_Dev_Forum_News_Invision_Power_Board_2_Access
    With
    Code:
    EP_Dev_Forum_News_Invision_Power_Board_2_1_Access
    There should be two spots that are replaced. That should fix the bug. I will also release a quick update soon.

  3. Join Date
    Aug 2004
    Posts
    781

    Re: Just upgraded to 2.21 - error on the include page!

    I have released an update to this bug. Please download v2.22. When you upgrade remember as always to NOT upload the config folder (otherwise your custom settings will be overwritten).

  4. Join Date
    Jun 2006
    Posts
    6

    Re: Just upgraded to 2.21 - error on the include page!

    Yay, it works again!

    Thank you again for a lovely script and support

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts