![]() |
"Sorry Bear" Error Install went fine but when I went to log in I got the "Sorry Bear" error "We seem to be experiencing technical difficulties. Back in a few. If you are seeing this page, something is wrong with your installation. Take a look at the error.log file in your log directory. To alter this file, look in config/core/error_page.html" Ive looked around a bit and seen some people having a similar problem but nothing really to fix it. Im running Windows platform, PHP 5.2.5, MySQL v4.1.21, and phpws v 1.6.1 its on a remote web host at domain.com I pull up the error log and see this: Quote: 2:03:02 PM 3/25/2009 Error [notice] [-18] SELECT test_branch_sites.id FROM test_branch_sites WHERE ( test_branch_sites.site_hash = 'aac61539fd1fb209b44b9f9d0d8d28ac' ) [nativecode=1146 ** Table 'db1077742_phpwebsite.test_branch_sites' doesn't exist] 2:03:02 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. 2:04:26 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. 2:04:46 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. 2:04:47 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. 2:04:48 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. 2:10:22 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. 2:12:23 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. 2:13:04 PM 3/25/2009 Error [notice] [-5] Cannot save template file 'templates/cache/\templates__users__usermenus__css.tpl.it' 2:13:04 PM 3/25/2009 Error [notice] [-5] Cannot save template file 'templates/cache/\templates__users__usermenus__css.tpl.it' 2:13:04 PM 3/25/2009 Error [notice] [-5] Cannot save template file 'templates/cache/\templates__search__search_box.tpl.it' 2:13:04 PM 3/25/2009 Error [notice] [-5] Cannot save template file 'templates/cache/\templates__search__search_box.tpl.it' 2:13:34 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. 2:14:07 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. 2:31:54 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. 2:31:55 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. 2:31:57 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. 2:32:31 PM 3/25/2009 Error [notice] [-16] Core - PHPWS_Core::checkBranch() - Unable to verify source directory. Check PHPWS_SOURCE_DIR. I had also seen on another post Quote: in the initial install. phpws detects whether certain directories are writable. On linux installs, it then detects two additional directories. Windows skips this. Don't know why, but it does. (I have a site running on Windows/IIS). Make sure javascript/modules and images/mod are writeable by the webserver. Windows permissions generally flat suck. Also your config/core/config.php file probably needs tweaking. Windows needs extra slashes. So what you probably have is this: Code: define('PHPWS_SOURCE_DIR', 'E:\phpwebsite\'); define('PHPWS_HOME_DIR', 'E:\phpwebsite\'); With E: being your drive. what you need is this: Code: define('PHPWS_SOURCE_DIR', 'E:\\phpwebsite\\'); define('PHPWS_HOME_DIR', 'E:\\phpwebsite\\'); Hope this helps. but it didnt help =/ anything anyone could tell me to try and fix this would be greatly appriciated |
| الساعة الآن 04:12 PM |
Powered by vBulletin® Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.2 TranZ By
Almuhajir