A few problems with Zend Server CE

I can't seem to log into phpmyadmin using win7 64bit with zendserver 5.3 driving me absolutely nuts any help would be appreciated.

The php_error log is showing (below) if that helps

Code:
[29-May-2011 00:36:18] PHP Notice:  Undefined index:  Error_Handler in C:\Program Files (x86)\Zend\phpMyAdmin\libraries\Error_Handler.class.php on line 56

View attachment 15507

Edit: Ignore, I finally went with Xampp. Though I'm suspecting the issue I was having with phpmyadmin was a permission problem.
clear the browser cache
 
I decided to try to use eclipse and Zend as suggested in the video tutorial. Sadly, I had manually installed apache, php, and MySQL but seemed to bugger it all up while installing codegen. So, it seemed like time to give Zend a try.

Anyway, I'm to the point where the http://localhost:10088/ shows the test page properly. However, I cannot get the instructions to work so that http://lph/ loads.This is the lph.conf.

Screen Shot 2013-03-31 at 4.02.39 PM.webp

Whenever the browser points to localhost then the files in /Library/WebServer/Documents load. Obviously I want the lph Sites to load whenever I use http://lph/

This is on an iMac and I'm not comfortable with it but want to learn.

Any suggestions? Is this something obvious?

Code:
lph$ ps aux|grep apache
root            4035   0.0  0.0  2562532    768   ??  S     3:51PM   0:00.02 /usr/local/zend/apache2/bin/httpd -f /usr/local/zend/apache2/conf/httpd.conf -k start
lph             4338   0.0  0.0  2432768    588 s000  S+    4:28PM   0:00.00 grep apache
So, there are two apache servers running. So, I'm going to have to stop the 4338
 
Top Bottom