Page 13 of 38 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 376

Thread: HOWTO: Setup easy web development environment (XAMPP)

  1. #121
    Join Date
    Mar 2006
    Beans
    23

    Wink Re: HOWTO: Setup easy web development environment (XAMPP)

    Quote Originally Posted by Skavenger View Post
    I want that too
    I did uninstall the xampp and installed everything separately ... but now when I type http://localhost it redirects me to http://localhost/xampp which is not. how can i make it not do the redirect. thanks

  2. #122
    Join Date
    May 2006
    Beans
    85
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Setup easy web development environment (XAMPP)

    Worked Fine first go! Thanks
    Fiesty 7.04 Kubuntu

  3. #123
    Join Date
    Jul 2007
    Beans
    1

    Re: HOWTO: Setup easy web development environment (XAMPP)

    hi,

    i'm new to linux and have just installed feisty. i'm having problems installing the Sweet XAMPP Control Panel.

    when i run gedit ~/.local/share/applications/xampp-control-panel.desktop and try to save the fil contents i get the error:
    Could not save the file /home/dzikamai/.local/sh…mpp-control-panel.desktop.
    Unexpected error: File not found

    i'm assuming this directory does not exist in my feisty folder hierarchy.
    does anyone know what i need to do to fix this..

    regards,

    zak

  4. #124
    Join Date
    Jul 2007
    Location
    Singapore
    Beans
    3
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: Setup easy web development environment (XAMPP)

    Quote Originally Posted by asmweb View Post
    I did uninstall the xampp and installed everything separately ... but now when I type http://localhost it redirects me to http://localhost/xampp which is not. how can i make it not do the redirect. thanks
    Look in /opt/lampp/htdocs/index.html and you'll see there's this line of html code:

    <meta http-equiv="refresh" content="0;url=/xampp/">

    That line redirects to the /xampp folder. Just remove that line and place your files in the /opt/lampp/htdocs/ and you should be good to access http://localhost/

  5. #125
    Join Date
    Jul 2007
    Beans
    8

    I cannot see the test page

    I cannot see the test page, I am getting the following error. I guess the permission to the folder is not sort out.
    I cannot see the control panel either.

    Thanks,

    Warning: file_get_contents(lang.tmp) [function.file-get-contents]: failed to open stream: Permission denied in /opt/lampp/htdocs/xampp/index.php on line 2

    Warning: Cannot modify header information - headers already sent by (output started at /opt/lampp/htdocs/xampp/index.php:2) in /opt/lampp/htdocs/xampp/index.php on line 4

  6. #126
    Join Date
    Aug 2007
    Beans
    2

    Re: HOWTO: Setup easy web development environment (XAMPP)

    the instructions that arrived with xampp_ubuntu didn't work; yours worked perfectly

    thank you for your perfectly useful posting on installation/running xampp!

  7. #127
    Join Date
    Mar 2006
    Beans
    97
    Distro
    Ubuntu Breezy 5.10

    Re: HOWTO: Setup easy web development environment (XAMPP)

    I too am receiving the error:

    ~/.local/share/applications/xampp-control-panel.desktop and try to save the fil contents i get the error:
    Could not save the file /home/dzikamai/.local/sh…mpp-control-panel.desktop.
    Unexpected error: File not found
    How can this be fixed?
    - - - -
    Nothing wrong with a nice cup of Ubuntu

  8. #128
    Join Date
    Jun 2007
    Beans
    81

    Re: HOWTO: Setup easy web development environment (XAMPP)

    Hey lads I have 2 questions:
    -Does XAMMP open a vulnerable port which is risky?

    -I want to edit php.ini but it is under root privilage. How can I fix this so I can edit php.ini?

    Cheers

  9. #129
    Join Date
    Aug 2007
    Location
    Pennsylvania
    Beans
    26
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: HOWTO: Setup easy web development environment (XAMPP)

    Just ran through this in about 10 minutes! Consider it impressive since I've just switched to ubuntu and have the usual aversion to using the terminal...however, I'm not a complete stranger to doing stuff that way. Still very quick and it's all working I think.

    Thanks!

  10. #130
    Join Date
    Jul 2007
    Beans
    1

    Re: HOWTO: Setup easy web development environment (XAMPP): Different Menu Entry.

    Quote Originally Posted by guysmiley View Post
    I too am receiving the error: ...(of not being able to get the menu item for the Control Panel to work) ... How can this be fixed?
    I had the same problem, and fixed it by saving the file "xampp-control-panel.desktop" to the folder "/usr/share/applications",which is where all my menu applets are saved (i.e. not in the "~/.local" folder, which does not exist on my installation of feisty; the original instructions involving that directory did not work at all.)
    Code:
    sudo gedit /usr/share/applications/xampp-control-panel.desktop
    The code as published on page 1 of this thread did not work either. The code that worked was:
    Code:
    [Desktop Entry]
    Encoding=UTF-8
    Name=XAMPP Control Panel
    Comment=Start and Stop XAMPP
    Exec=gksudo "python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py"
    Icon=/usr/share/icons/Tango/scalable/devices/network-wired.svg 
    Terminal=false
    Type=Application
    Categories=GNOME;Application;Network;
    StartupNotify=true
    I had to unmark and remark the menu item in Alacarte before it appeared in my Applications|Internet menu. Reloading would likely have accomplished the same.

Page 13 of 38 FirstFirst ... 3111213141523 ... LastLast

Bookmarks

Posting Permissions

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