Fixed  Server Error while install?

This has been fixed in the download now. To fix it, in js/xenforo/cache_rebuild.js, change:
Code:
{ error: $.context(this, 'formSubmitError'), timeout: 2000 }
to:
Code:
{ error: $.context(this, 'formSubmitError'), timeout: 30000 }
You may need to restart your browser to ensure that the cache is updated as necessary.
 
Right after
Rebuilding... Core Master Data
I get


Rebuilding...

An error occurred. Please click the button below for more information.

But there is no button below.

Then it redirects to


If I restart the process, it cleans the data out and fails again in the same place. Tables are in mysql etc.

Should I be checking PHP or MYSQL logs?
 
I just get



But there is no button below.

Then it redirects to



If I restart the process, it cleans the data out and fails again in the same place. Tables are in mysql etc.

Should I be checking PHP or MYSQL logs?

I get the same problem.
 
I'm running nginx 0.6.7 proxying to Apache 2.2.8 if that helps.

I did pass that test Mike uploaded the other day though.
 
@Kier & Mike:
this doesn't fix this issue: :(
Server Error

Could not determine temp directory, please specify a cache_dir manually
  1. Zend_Cache::throwException() in F:/Web Root/xeneight/library/Zend/Cache/Backend.php at line 197
  2. Zend_Cache_Backend->getTmpDir() in F:/Web Root/xeneight/library/Zend/Cache/Backend/File.php at line 123
  3. Zend_Cache_Backend_File->__construct() in F:/Web Root/xeneight/library/Zend/Cache.php at line 153
  4. Zend_Cache::_makeBackend() in F:/Web Root/xeneight/library/Zend/Cache.php at line 94
  5. Zend_Cache::factory() in F:/Web Root/xeneight/library/XenForo/Application.php at line 513
  6. XenForo_Application->loadCache()
  7. call_user_func_array() in F:/Web Root/xeneight/library/XenForo/Application.php at line 706
  8. XenForo_Application->lazyLoad() in F:/Web Root/xeneight/library/XenForo/Application.php at line 736
  9. XenForo_Application::get() in F:/Web Root/xeneight/library/XenForo/Model.php at line 146
  10. XenForo_Model->_getCache() in F:/Web Root/xeneight/library/XenForo/Model/DataRegistry.php at line 158
  11. XenForo_Model_DataRegistry->set() in F:/Web Root/xeneight/library/XenForo/Model/Cron.php at line 393
  12. XenForo_Model_Cron->updateMinimumNextRunTime() in F:/Web Root/xeneight/library/XenForo/Model/Cron.php at line 568
  13. XenForo_Model_Cron->importCronEntriesAddOnXml() in F:/Web Root/xeneight/library/XenForo/Model/Cron.php at line 504
  14. XenForo_Model_Cron->importCronDevelopmentXml() in F:/Web Root/xeneight/library/XenForo/CacheRebuilder/ImportMasterData.php at line 35
  15. XenForo_CacheRebuilder_ImportMasterData->rebuild() in F:/Web Root/xeneight/library/XenForo/ControllerHelper/CacheRebuild.php at line 26
  16. XenForo_ControllerHelper_CacheRebuild->rebuildCache() in F:/Web Root/xeneight/library/XenForo/Install/Controller/Install.php at line 243
  17. XenForo_Install_Controller_Install->actionStep2b() in F:/Web Root/xeneight/library/XenForo/FrontController.php at line 303
  18. XenForo_FrontController->dispatch() in F:/Web Root/xeneight/library/XenForo/FrontController.php at line 132
  19. XenForo_FrontController->run() in F:/Web Root/xeneight/install/index.php at line 17
Mine.
 
Top Bottom