Zend server installation

Trombones13

Well-known member
Is anyone here using the free Zend Server Community Edition for their XF server? If so, could you explain how to get from downloading the XF files to accessing your site? The few people I've talked to so far and I have had problems. Thanks!
 
click start look for MySQL click .
select instance configuration wizard ;)

Let me know

If you chose 'Typical' during set up, MySQL isn't installed by default. To modify find the Zend package in the control panel's Add/Remove programs and choose to modify and then select to install 'MySQL (Separate Download)'.

Also, the Zend server when configured with IIS is located at:

http://localhost:xxxxx/ZendServer/ (xxxxx being the random port selected by the install program. On my box it set itself up at:

http://localhost:10081/ZendServer/

P.S. I'm still getting the script aborting at step 2/2b during installation with the Zend server on my local machine. But instead of going to a 'Stack overflow' it seems to get stuck in an infinite loop and then the worker process times out and I get an '500' error.
 
ok
If you chose 'Typical' during set up, MySQL isn't installed by default. To modify find the Zend package in the control panel's Add/Remove programs and choose to modify and then select to install 'MySQL (Separate Download)'.

Also, the Zend server when configured with IIS is located at:

http://localhost:xxxxx/ZendServer/ (xxxxx being the random port selected by the install program. On my box it set itself up at:

http://localhost:10081/ZendServer/

P.S. I'm still getting the script aborting at step 2/2b during installation with the Zend server on my local machine. But instead of going to a 'Stack overflow' it seems to get stuck in an infinite loop and then the worker process times out and I get an '500' error.
go to c:/windows/temp and post php error log
 
If you chose 'Typical' during set up, MySQL isn't installed by default. To modify find the Zend package in the control panel's Add/Remove programs and choose to modify and then select to install 'MySQL (Separate Download)'.

Also, the Zend server when configured with IIS is located at:

http://localhost:xxxxx/ZendServer/ (xxxxx being the random port selected by the install program. On my box it set itself up at:

http://localhost:10081/ZendServer/

P.S. I'm still getting the script aborting at step 2/2b during installation with the Zend server on my local machine. But instead of going to a 'Stack overflow' it seems to get stuck in an infinite loop and then the worker process times out and I get an '500' error.
Ah! Modifying it now...though I'm still also downloading MySQL from the site, I guess. lol
 
All right--I have the Server Instance Configuration thing now, and I did what you said, but when it says "Processing configuration..." the third option ("Start service") "could not be started." :[
 
All right--I have the Server Instance Configuration thing now, and I did what you said, but when it says "Processing configuration..." the third option ("Start service") "could not be started." :[
blahh there was no need to do that if you just installed MySQL with your own password.
the reason we're reconfiguring MySQL is because Zend server installed it for you with no password (or so i thought):D

So you're good to go. try to create a database with navicat. if it's still grayed out post back. and fo good measure reboot your computer
 
Rebooted and was able to do it, then made database and started installing...then I got this:
Server Error

Could not determine temp directory, please specify a cache_dir manually
[list below this]
I fixed the file.php code mentioned for that error in another thread, and then I got an error, so I pushed Back a few times and redid it; now I'm getting:
Server Error

cache_dir must be a directory
  1. Zend_Cache::throwException() in C:/inetpub/wwwroot/library/Zend/Cache/Backend/File.php at line 154
  2. Zend_Cache_Backend_File->setCacheDir() in C:/inetpub/wwwroot/library/Zend/Cache/Backend/File.php at line 121
  3. Zend_Cache_Backend_File->__construct() in C:/inetpub/wwwroot/library/Zend/Cache.php at line 153
  4. Zend_Cache::_makeBackend() in C:/inetpub/wwwroot/library/Zend/Cache.php at line 94
  5. Zend_Cache::factory() in C:/inetpub/wwwroot/library/XenForo/Application.php at line 513
  6. XenForo_Application->loadCache()
  7. call_user_func_array() in C:/inetpub/wwwroot/library/XenForo/Application.php at line 706
  8. XenForo_Application->lazyLoad() in C:/inetpub/wwwroot/library/XenForo/Application.php at line 736
  9. XenForo_Application::get() in C:/inetpub/wwwroot/library/XenForo/Model.php at line 146
  10. XenForo_Model->_getCache() in C:/inetpub/wwwroot/library/XenForo/Model/DataRegistry.php at line 158
  11. XenForo_Model_DataRegistry->set() in C:/inetpub/wwwroot/library/XenForo/Model/Cron.php at line 393
  12. XenForo_Model_Cron->updateMinimumNextRunTime() in C:/inetpub/wwwroot/library/XenForo/Model/Cron.php at line 568
  13. XenForo_Model_Cron->importCronEntriesAddOnXml() in C:/inetpub/wwwroot/library/XenForo/Model/Cron.php at line 504
  14. XenForo_Model_Cron->importCronDevelopmentXml() in C:/inetpub/wwwroot/library/XenForo/CacheRebuilder/ImportMasterData.php at line 35
  15. XenForo_CacheRebuilder_ImportMasterData->rebuild() in C:/inetpub/wwwroot/library/XenForo/ControllerHelper/CacheRebuild.php at line 26
  16. XenForo_ControllerHelper_CacheRebuild->rebuildCache() in C:/inetpub/wwwroot/library/XenForo/Install/Controller/Install.php at line243
  17. XenForo_Install_Controller_Install->actionStep2b() in C:/inetpub/wwwroot/library/XenForo/FrontController.php at line 303
  18. XenForo_FrontController->dispatch() in C:/inetpub/wwwroot/library/XenForo/FrontController.php at line 132
  19. XenForo_FrontController->run() in C:/inetpub/wwwroot/install/index.php at line 17
 
ok

go to c:/windows/temp and post php error log

The PHP error log is blank however the Zend php error log has when the Zend server is started and restarted but no CGI errors there either. I did get the log from IIS and this is what I got:

Code:
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
2010-10-07 20:10:32 ::1 GET / - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 302 0 0 2223
2010-10-07 20:10:32 ::1 GET /install/index.php - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 301 0 0 55
2010-10-07 20:10:32 ::1 GET /install/index.php install/ 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 20
2010-10-07 20:10:32 ::1 GET /install/install.css - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 304 0 0 13
2010-10-07 20:10:32 ::1 GET /js/jquery/jquery-1.4.2.min.js - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 304 0 0 10
2010-10-07 20:10:32 ::1 GET /js/xenforo/xenforo.js - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 304 0 0 10
2010-10-07 20:10:32 ::1 GET /js/xenforo/cache_rebuild.js - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 304 0 0 10
2010-10-07 20:10:32 ::1 GET /js/jquery/jquery.xenforo.rollup.js - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 304 0 0 11
2010-10-07 20:10:32 ::1 GET /styles/default/xenforo/XenForo-small.png - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 304 0 0 2
2010-10-07 20:10:32 ::1 GET /styles/default/xenforo/gradients/form-button-white-25px.png - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 304 0 0 3
2010-10-07 20:10:32 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 302 0 0 9
2010-10-07 20:10:32 ::1 GET /install/index.php install/ 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 13
2010-10-07 20:11:38 ::1 GET /install/index.php install/step/1 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 19
2010-10-07 20:11:38 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 302 0 0 9
2010-10-07 20:11:38 ::1 GET /install/index.php install/ 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 13
2010-10-07 20:11:40 ::1 GET /styles/default/xenforo/gradients/form-element-focus-25.png - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 304 0 0 1
2010-10-07 20:12:00 ::1 POST /install/index.php install/config 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 418
2010-10-07 20:12:00 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 500 0 0 480
2010-10-07 20:12:09 ::1 GET /install/index.php install/step/1b 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 697
2010-10-07 20:12:09 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 500 0 0 458
2010-10-07 20:12:42 ::1 POST /install/index.php install/step/2 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 26249
2010-10-07 20:12:44 ::1 POST /install/index.php install/step/2b 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 2137
[COLOR=rgb(128, 0, 0)]2010-10-07 20:12:44 ::1 GET /styles/default/xenforo/widgets/ajaxload.info_FFFFFF_facebook.gif - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 304 0 0 2[/COLOR]
2010-10-07 20:12:49 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 500 0 0 7492
2010-10-07 20:13:18 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 500 0 0 3562
2010-10-07 20:14:27 ::1 POST /install/index.php install/step/2b 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 500 0 258 102859
2010-10-07 20:14:35 ::1 POST /install/index.php install/step/2b 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 500 0 258 80810
2010-10-07 20:14:37 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 500 0 0 1662

So there's a '304' error when trying to grab the 'ajaxload.info_FFFFFF_facebook.gif' followed by the '500' errors.
 
Thing is, there are no PHP errors. Even when I refresh where it fails:

http://localhost/xenforo/install/index.php?install/step/2b

All I see is this:

xenforo-error.webp

This is the error log for Zend, I intentionally posted a file that would give a PHP error and that tracked by Zend correctly so I know the error trapping is correctly set:

Code:
[07-Oct-2010 16:48:34] PHP Notice:  Zend Utils: user restart request received, restarting in  on line 0
[07-Oct-2010 16:48:51] PHP Warning:  require_once(C:\inetpub/application/application.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in C:\inetpub\wwwroot\test.php on line 7
[07-Oct-2010 16:48:51] PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'C:\inetpub/application/application.php' (include_path='.;C:\Program Files (x86)\Zend\ZendServer\share\ZendFramework\library') in C:\inetpub\wwwroot\test.php on line 7
[07-Oct-2010 17:04:22] PHP Notice:  Zend Utils: user restart request received, restarting in  on line 0
[07-Oct-2010 17:07:36] PHP Notice:  Zend Utils: user restart request received, restarting in  on line 0

Here's where the install script is aborting:

xenforo-install-error.webp
 
Some how I have a strange feeling IIS doesn't like this query string:

index.php?install/step/2b

Since mod rewrite isn't active, how is it really interpreting this? Should the query string read something like this:

index.php?install=step-2b
 
Ahhh ok. look try this it may work

uninstall zend server,
reinstall it but not under program files x86 This is a well known windows issue

install zendserver under let say c:/zend

use IIS
Let me know
 
I'm going to reinstall under C:/Zend too, then. Remind me now: do I need to do anything else other than give IIS_IUSRS full control in the folders and modify file.php?

I feel like we're getting close... *crosses fingers and hopes he isn't jinxing it*
 
Some how I have a strange feeling IIS doesn't like this query string:

index.php?install/step/2b

Since mod rewrite isn't active, how is it really interpreting this? Should the query string read something like this:

index.php?install=step-2b

Scratch that. I see the steps 1, 1b and 2 successfully complete so it's not a URL problem.

I have reinstalled in c:/zend and everything is exactly like it was before. I think PHP is indeed bombing out and is why no entry in the error log is posted. The PHP error log is still showing no entries for this specific error but the IIS log is still getting '500' errors for step 2b. Here's the log:

Code:
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
2010-10-07 21:38:42 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 404 0 2 2
2010-10-07 21:38:46 ::1 GET /xenforo - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 301 0 0 1
2010-10-07 21:38:46 ::1 GET /xenforo/ - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 302 0 0 203
2010-10-07 21:38:46 ::1 GET /xenforo/install/index.php - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 301 0 0 326
2010-10-07 21:38:46 ::1 GET /xenforo/install/index.php install/ 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 70
2010-10-07 21:38:47 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 404 0 2 1
2010-10-07 21:39:01 ::1 GET /xenforo/install/index.php install/step/1 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 30
2010-10-07 21:39:01 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 404 0 2 0
2010-10-07 21:39:15 ::1 POST /xenforo/install/index.php install/config 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 586
2010-10-07 21:39:15 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 404 0 2 0
2010-10-07 21:39:18 ::1 GET /xenforo/install/index.php install/step/1b 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 693
2010-10-07 21:39:18 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 404 0 2 1
2010-10-07 21:39:49 ::1 POST /xenforo/install/index.php install/step/2 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 25804
2010-10-07 21:39:49 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 404 0 2 0
2010-10-07 21:39:49 ::1 POST /xenforo/install/index.php install/step/2b 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 200 0 0 50
2010-10-07 21:40:19 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 404 0 2 3
2010-10-07 21:41:32 ::1 POST /xenforo/install/index.php install/step/2b 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 500 0 258 102253
2010-10-07 21:41:49 ::1 POST /xenforo/install/index.php install/step/2b 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 500 0 258 89921
2010-10-07 21:41:49 ::1 GET /favicon.ico - 80 - ::1 Mozilla/5.0+(Windows;+U;+Windows+NT+6.1;+en-US)+AppleWebKit/534.3+(KHTML,+like+Gecko)+Chrome/6.0.472.63+Safari/534.3 404 0 2 1
 
Top Bottom