Skip to:
Content
Pages
Categories
Search
Top
Bottom

Unable to import BBFX (maximum execution time)

  • Hi,

    I’m receiving the following error when importing an eximported bbfx file:

    Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/forums/bb-plugins/bbxf/importer/bbxf-parse.php on line 99

    The line in question is preg_match ('|<' . preg_quote ($element) . '.*?>.*?</' . preg_quote ($element) . '>|s', $data, $items);, which looks okay…

    Is there anything I can do to fix it? I was kind of relying on this plugin for importing, didn’t want to mess with databases directly.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Nevermind, I manually exported and imported the tables with phpMyAdmin.

    Good lesson not to rely on alpha software!


    chrishajer
    Participant

    @chrishajer

    How many posts were in your forum? Looks like the server just ran out of time. It would be good to know how many posts it took to exceed 30 seconds.

    We actually raised the limit to 90 and it said the same thing. The forums are rather small, only 317 posts…


    chrishajer
    Participant

    @chrishajer

    Good information. Thanks for posting it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar