phpmyadmin warnings

Discussion in 'Installation/Configuration' started by shajazzi, Dec 23, 2005.

  1. shajazzi

    shajazzi Member

    I have suse 9.3 and ISPConfig installed and everything is OK until I update to install phpmyadmin from http://www.ispconfig.org/downloads.htm. Install is successful but when i go to the link in tools iget the following Warnings:


    Warning: parse_url(http:///phpmyadmin/) [function.parse-url]: Unable to parse url in /home/admispconfig/ispconfig/web/phpmyadmin/libraries/common.lib.php on line 1111

    Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/web/phpmyadmin/libraries/common.lib.php:1111) in /home/admispconfig/ispconfig/web/phpmyadmin/libraries/auth/http.auth.lib.php on line 26

    Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/web/phpmyadmin/libraries/common.lib.php:1111) in /home/admispconfig/ispconfig/web/phpmyadmin/libraries/auth/http.auth.lib.php on line 27

    Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/web/phpmyadmin/libraries/common.lib.php:1111) in /home/admispconfig/ispconfig/web/phpmyadmin/libraries/auth/http.auth.lib.php on line 28

    Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/web/phpmyadmin/libraries/common.lib.php:1111) in /home/admispconfig/ispconfig/web/phpmyadmin/libraries/auth/http.auth.lib.php on line 31


    Welcome to phpMyAdmin 2.6.4-pl3

    Wrong username/password. Access denied.
    Can anybody piont me in the right direction please
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Which URL do you have in /home/admispconfig/ispconfig/lib/config.inc.php?
     
  3. shajazzi

    shajazzi Member

    Thanks for the response falko,
    the url i have in /home/admispconfig/ispconfig/lib/config.inc.php is..........

    $go_info["server"]["server_url/ip"] = "https://192.168.1.181:81";

    I tried changing it from .......
    $go_info["server"]["server_url/ip"] = "https://www.webnet4u.co.uk:81";

    which didn`t work either.

    shajazzi
     
    Last edited: Dec 27, 2005
  4. falko

    falko Super Moderator ISPConfig Developer

    There's no variable $go_info["server"]["server_url/ip"] in /home/admispconfig/ispconfig/lib/config.inc.php! The correct name of the variable is $go_info["server"]["server_url"]. Please change $go_info["server"]["server_url/ip"] to $go_info["server"]["server_url"].
     
  5. shajazzi

    shajazzi Member

    Thanks falko,
    I can log into phpmyadmin ok now.
    However under Management when i click on settings, status and services nothing happens now that i have removed /ip
    any ideas?

    shajazzi
     
    Last edited: Dec 27, 2005
  6. falko

    falko Super Moderator ISPConfig Developer

    That happens when you use another URL than in $go_info["server"]["server_url"] to access ISPConfig.
    http://www.howtoforge.com/forums/showthread.php?t=534
     
  7. shajazzi

    shajazzi Member

    No matter what I set $go_info["server"]["server_url"] http://www.webnet4u.co.uk:81 or 192.168.x.xxx:81 I still can only access ispconfig by typing http://192.168.x.xxx:81 in the address bar.

    I am using Zoneedit for my DNS service and the numbers are
    ns3.zoneedit.com 66.180.174.61
    ns17.zoneedit.com 209.126.159.118

    Do I/can I place these numbers in Host Name and Name Server Configuration in Yast?

    Sorry i seem to be a bit lost.

    I have a web server running on Windows Xp pro using the same router box and everything seems to be running OK,that is apart from the usual Microsoft problems.

    shajazzi
     
  8. falko

    falko Super Moderator ISPConfig Developer

    Is 88.105.10.67 your public IP address? Did you forward port 81 from your router to your ISPConfig system?
     
  9. shajazzi

    shajazzi Member

    I checked out a site that i have running on windows and noticed this
    :~ # dig www.englandshirt.com

    ; <<>> DiG 9.3.1 <<>> www.englandshirt.com
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1455
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0

    ;; QUESTION SECTION:
    ;www.englandshirt.com. IN A

    ;; ANSWER SECTION:
    www.englandshirt.com. 300 IN A 88.105.10.67

    ;; AUTHORITY SECTION:
    englandshirt.com. 7200 IN NS ns13.zoneedit.com.
    englandshirt.com. 7200 IN NS ns17.zoneedit.com.

    ;; Query time: 173 msec
    ;; SERVER: 192.168.1.254#53(192.168.1.254)
    ;; WHEN: Wed Dec 28 14:09:03 2005
    ;; MSG SIZE rcvd: 101

    I do not have a static IP but i am using a dynamic IP through dynsite. I have now deleted the service www.webnet4u.co.uk and checked my router box but cannot yet work out how to set up port fowarding.
    The router box came from Spain with Spanish instructions.
    I downloaded the instructions but they are slightly different.

    Anyway i`ve reinstalled ISPConfig this time using an IP address in the set up.
    Please enter the host name (e.g. www) BLANK
    Please enter the domain (e.g. xyz.de)92.168.x.xxx.

    Everything is now working OK.

    Maybe i will still have a problem when i want the outside world to see a site.

    shajazzi
     
    Last edited: Dec 28, 2005
  10. falko

    falko Super Moderator ISPConfig Developer

    You could use a service like DynDNS and tell your router to update your public IP address at DynDNS.org whenever it changes. You would then give your customers the DynDNS.org domain so that they can access ISPConfig (but you must forward port 81 from your router to your ISPConfig server).
     

Share This Page