Jump to content
The Uniform Server Community

Marshy

Member
  • Posts

    22
  • Joined

  • Last visited

Previous Fields

  • Main OS
    Windows Vista

Contact Methods

  • Website URL
    http://

Profile Information

  • Location
    UK

Marshy's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. The title says it all. I'm not doing anything unusual with it just some development work. I load my page in IE, Chrome, Firefox and UniServer crashes. [Wed Jul 08 14:06:32 2009] [notice] Apache/2.2.11 (Win32) PHP/5.2.10 DAV/2 configured -- resuming normal operations [Wed Jul 08 14:06:32 2009] [notice] Server built: Dec 10 2008 00:10:06 [Wed Jul 08 14:06:32 2009] [notice] Parent: Created child process 31480 [Wed Jul 08 14:06:32 2009] [notice] Child 31480: Child process is running [Wed Jul 08 14:06:32 2009] [notice] Child 31480: Acquired the start mutex. [Wed Jul 08 14:06:32 2009] [notice] Child 31480: Starting 250 worker threads. [Wed Jul 08 14:06:32 2009] [notice] Child 31480: Starting thread to listen on port 80. [Wed Jul 08 14:06:43 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting. Anybody else getting this?
  2. Not sure where to post this so please move if in the wrong section. I'm trying to get to the UniCenter with http://center.uniformserver.com but the page is constantly reloading and does not displaying. Is anyone else experiencing this problem or is it just me?
  3. When you say a blank admin panel what do you mean? Can you attach a screenshot? What URL is displayed in the address bar? Also, the drive letter should not matter as long as UniServer creates a drive. Have a look under the u drive and make sure that everything is there, ie. cgi-bin, docs, etc, home, htpasswd, plugins, tmp, usr, & www. To access your site, copy the site to www under udrive. Then in IE or FireFox type http://localhost/ or Http://localhost/site/ if you dreate a folder under www.
  4. If you are talking about adding new modules to Apache, see this thread: http://forum.uniformserver.com/index.php?showtopic=1355.
  5. There should be no problem with that. Just make sure that you do not start MySQL when you start UniServer. Your problem could lie with MySQL security. Have you tried using MySQL Administrator/Query to make sure you can query the server?
  6. I downloaded the mod_proxy & mod_proxy_http modules for Apache 2.0.59 and enabled them in the http.conf and UniServer is fine. PHPINFO() reports both modules as loaded. If you need to get the modules, take a look at this.
  7. I was having trouble finding modules for the version of Apache used in UniServer. If you need to get hold of modules for Apache2.0.59 (the one used in UniServer) this is what I did. Download apache_2.0.59-win32-x86-no_ssl.msi from here here Run the installer and just next through the screens When complete, go to C:\Program Files\Apache Group\Apache2 Copy the modules folder to somewhere safe like My Documents Uninstall Apache Server through the Control Panel Copy required modules to C:\Uniform Server\udrive\usr\local\apache2\modules and enable them in httpd.conf ENJOY olajideolaolorun: Could you sticky this please?
  8. This is a quick guide to show you how to setup XDebug and Notepad++ to debug your apps. The guide is split into two parts: Server and Client This guide presumes that you are running UniServer and Notepad++ locally. Server Download XDebug from XDebug. You need to download the Windows module for PHP 5.2.1-5.2.7. Copy the file to (Drive Letter):\Uniform Server\udrive\usr\local\php\extensions Open php.ini and scroll to the end of the file After the eaccelerator settings, insert the following lines [xdebug] zend_extension_ts=/usr/local/PHP/extensions/php_xdebug-2.0.2-5.2.5.dll xdebug.remote_autostart=on xdebug.remote_enable=on xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000 xdebug.remote_handler=dbgp xdebug.remote_mode=req xdebug.idekey=default Start the server and go to http://localhost/apanel/phpinfo.php. You should see something like this This program makes use of the Zend Scripting Language Engine: Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies with eAccelerator v0.9.5.1, Copyright (c) 2004-2006 eAccelerator, by eAccelerator with Xdebug v2.0.2, Copyright (c) 2002-2007, by Derick Rethans Client Download and install Notepad++ from here. Download the DBGP plugin from here (DBGpPlugin_0_6b_dll.zip). Extract the dll to the plugins directory in C:\Program Files\Notepad++\plugins. Start Notepad++ and go to Plugins > DBGp > Config.. The settings are as follows Remote Server IP = (blank) IDE KEY = (blank) Remote Path = W:\www Local Path = W:\www Refresh local context on every step - Checked Refresh Global context on every step - Checked Start the listener by going to Plugins > DBGp > Debugger. This should open a new panel @ the bottom of the screen. Open up IE and load a page, for example http://localhost/index.php If everything has gone to plan Notepad++ should start flashing in the Taskbar. There are buttons to step in/over lines and if you highlight a variable and press Crtl - F7 it wil show you the contents (this works for objects/classes too). I hope this is of use. When the wiki is back up I plan to copy it over and hopefully expand.
  9. If you haven't already, you should check out the CodeIgniter framework located here. It's similair to CakePHP but extremely simple to learn and small to boot (756Kb).
  10. I created a database with phpmyadmin which is located @ Http://localhost/apanel/phpmyadmin. There is an admin panel for UniServer @ Http://localhost/panel (or use the shortcut: http://localhost/a)
  11. Where did you get mod_proxy from? Do you have a link? If the module was compiled for a newer version it wont work. UniServer uses Apache2.0.59.
  12. OK I've just tried a fresh copy of iceBB and it has installed no probs. What did you steps did you take? Here is what I did: Download Uniform Server & iceBB Extract Uniform Server to C:\ and ran start.bat Extracted iceBB to W:\www\iceBB (you could extract to W:\www if you want it to run from root) Opened IE and went to http:\\localhost\iceBB Performed the install If you are still having problems, try this and let me know.
  13. The path in the error looks wrong to me. It should read w:/WWW/icebb-branch/index.php. Is there a config item in iceBB that contains the physical path to the files? I am just downloading iceBB now to see if I can see what it might be.
×
×
  • Create New...