XF 2.0 XF 1.5 to XF 2.0.9 upgrade issue w/2000036-200b6.php

Mellow1234

Member
1 - installed XF 1.5
2 - imported VB4
- all looked good, also brought over CMS and Albums from VB4
3 - downloaded and FTP'd XF 2.0.9
4 - the 2.0.0 beta step 6 files had the following error:


ErrorException: [E_WARNING] Creating default object from empty value in src/XF/Install/Upgrade/2000036-200b6.php at line 39

  1. XF::handlePhpError() in src/XF/Install/Upgrade/2000036-200b6.php at line 39
  2. XF\Install\Upgrade\Version2000036->step2() in src/XF/Install/Controller/Upgrade.php at line 169
  3. XF\Install\Controller\Upgrade->actionRun() in src/XF/Mvc/Dispatcher.php at line 249
  4. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 89
  5. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
  6. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
  7. XF\App->run() in src/XF.php at line 328
  8. XF::runApp() in install/index.php at line 14

line 39 -> $value->matchRegex = '#' . str_replace('#', '\\#', $value->matchRegex) . '#i'; // escape delim only

Can't continue with the install.. not sure if the upgrade scripts need tweaking? Or it's my data?

Any help appreciated.!
 
Top Bottom