+ Post New Thread
Page 3 of 3 FirstFirst 123
Results 31 to 36 of 36
Web Development Thread, PHP Server Monitor in Coding and Web Development; I'm getting a few errors (see attached) and am unsure what it means. What can I do to fix it?...
  1. #31

    Join Date
    Jun 2008
    Posts
    520
    Thank Post
    105
    Thanked 36 Times in 28 Posts
    Rep Power
    17
    I'm getting a few errors (see attached) and am unsure what it means. What can I do to fix it?
    Attached Images Attached Images

  2. IDG Tech News

  3. #32
    zag
    zag is offline
    zag's Avatar
    Join Date
    Mar 2007
    Location
    Reading, UK
    Posts
    2,130
    Blog Entries
    10
    Thank Post
    273
    Thanked 176 Times in 149 Posts
    Rep Power
    43
    Thats just a warning that the variables were not specifically defined.

    Turn off the error logging "to screen" on whatever webserver you are using.

  4. Thanks to zag from:

    Chuckster (8th February 2012)

  5. #33

    Join Date
    Jun 2008
    Posts
    520
    Thank Post
    105
    Thanked 36 Times in 28 Posts
    Rep Power
    17
    Using WAMP on Win 2003, which also has IIS installed, I went ahead and switched off 'display errors'. This cured it.

    Another problem, how do I access the 'monitor' page from a remote computer? I have setup port 8080 and going into the browser and typing in http://servername:8080/monitor doesn't work. Is there something (non-)fancy that I need to do?

  6. #34
    zag
    zag is offline
    zag's Avatar
    Join Date
    Mar 2007
    Location
    Reading, UK
    Posts
    2,130
    Blog Entries
    10
    Thank Post
    273
    Thanked 176 Times in 149 Posts
    Rep Power
    43
    Quote Originally Posted by Chuckster View Post
    Using WAMP on Win 2003, which also has IIS installed, I went ahead and switched off 'display errors'. This cured it.

    Another problem, how do I access the 'monitor' page from a remote computer? I have setup port 8080 and going into the browser and typing in http://servername:8080/monitor doesn't work. Is there something (non-)fancy that I need to do?
    Yes assuming your using WAMP it denies all outside access for some stupid reason.

    I cant remember how to fix it but its a setting somewhere. It will be well documented on google

  7. #35

    Join Date
    Jun 2008
    Posts
    520
    Thank Post
    105
    Thanked 36 Times in 28 Posts
    Rep Power
    17
    I can't anything at all that's relevant on Google.

    So far all I've managed to do is modify the alias file under Apache, with the following

    Code:
    <Directory "c:/wamp/apps/phpmyadmin3.4.5/">
        Options Indexes FollowSymLinks MultiViews
        AllowOverride all
            Order Deny,Allow
    	Deny from all
    	Allow from all
    </Directory>
    Still no luck with this.

  8. #36
    JJanisch's Avatar
    Join Date
    Nov 2011
    Location
    Swindon
    Posts
    73
    Thank Post
    10
    Thanked 8 Times in 8 Posts
    Rep Power
    3
    Quote Originally Posted by Chuckster View Post
    I can't anything at all that's relevant on Google.

    So far all I've managed to do is modify the alias file under Apache, with the following

    Code:
    <Directory "c:/wamp/apps/phpmyadmin3.4.5/">
        Options Indexes FollowSymLinks MultiViews
        AllowOverride all
            Order Deny,Allow
    	Deny from all
    	Allow from all
    </Directory>
    Still no luck with this.
    Not sure if you have this sorted but you have "Deny from all" and then "Allow from all" under it. Remove deny from all, restart apache between modifications also.

    Woah I love digging threads up from the grave.

  9. Thanks to JJanisch from:

    zag (24th April 2012)

SHARE:
+ Post New Thread
Page 3 of 3 FirstFirst 123

Similar Threads

  1. My Little Server Monitor
    By ICTNUT in forum Networks
    Replies: 304
    Last Post: 29th July 2011, 03:02 PM
  2. Server monitor software?
    By zag in forum Windows
    Replies: 17
    Last Post: 30th July 2010, 01:43 PM
  3. Performance Monitor showing a stressed Server!
    By FragglePete in forum Windows Server 2000/2003
    Replies: 3
    Last Post: 5th May 2009, 03:35 PM
  4. Free SQL Server Monitor
    By ICTNUT in forum Windows
    Replies: 2
    Last Post: 8th August 2008, 04:04 PM
  5. free php server needed
    By callumtuckey in forum General Chat
    Replies: 20
    Last Post: 5th June 2007, 09:36 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •