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)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.