PDA

View Full Version : XAMPP Error Message



s.fox
March 22nd, 2009, 06:21 PM
Hi,

I just set up XAMPP following this (http://ubuntuforums.org/showthread.php?t=223410) guide. I am getting some errors when starting XAMPP though :(



sudo /opt/lampp/lampp start
[sudo] password for ash:
Starting XAMPP for Linux 1.5.3a...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Another FTP daemon is already running.
/opt/lampp/bin/mysql.server: 84: source: not found
XAMPP for Linux started.
ash@ash-desktop:~$ /opt/lampp/bin/mysql.server: 334: log_success_msg: not found


It should be pointed out that XAMPP is started and it does work. I am just wondering about the error messages. Can anybody help?

Many thanks,

Ash R

slavik
March 23rd, 2009, 01:25 AM
please use the repo provided packages.

sudo tasksel

select LAMP server.

s.fox
March 23rd, 2009, 01:50 AM
please use the repo provided packages.

sudo tasksel

select LAMP server.

Hey that fixed it. Thank you ever so much. I didn't realize that it wasn't using repo packages. :D

s.fox
March 24th, 2009, 12:40 AM
Hi,

Sorry for the double post but...

I seem to have misplaced where I can put my files to run as localhost. Where I used to put the files doesn't work anymore. :(

Can anyone offer any assistance?

Thank you.

slavik
March 24th, 2009, 04:27 AM
/var/www/

or enable the user_dir mod and you can put them in ~/public_html and access them at http://localhost/~username/

s.fox
March 26th, 2009, 10:30 PM
Hi,

I can't thank you enough. Really I can't. Thank you very much.

One last question. Where is phpMyAdmin located? I can't see it anywhere.

Thank you for any help.

slavik
March 27th, 2009, 02:18 AM
/usr/share/phpMyadmin, but what it does is give apache a vhost config to point it to there.

learn how to setup virtual hosts for apache, they are very useful.

s.fox
March 29th, 2009, 12:00 AM
Thanks for the help,

That virtual host idea looks like the sort of thing I should be doing. I have found this (http://www.simplehelp.net/2008/12/16/how-to-setup-virtual-hosts-in-apache/) guide which seems to be working. I am about to create a pointer to phpMyAdmin but the file doesn't seem to exist. That can't be right can it?

slavik
March 29th, 2009, 01:27 AM
which file?

s.fox
March 29th, 2009, 09:34 AM
Hi,

/usr/share/phpMyadmin doesn't exist.

Though I know it is installed somewhere because I have used it last week on this machine.

Thanks

slavik
March 29th, 2009, 11:28 AM
in /etc/apache2/conf.d/ there should be a file for thr phpmyadmin vhost, see what the document root is set to.

Also, use synaptic and check if phpmyadmin is installed.

s.fox
April 2nd, 2009, 10:57 PM
Hi,

First off let me say sorry for not replying sooner. Thanks for the help you have given me. I remain hopeful I can get this setup soon.

You'll never guess what? I found the original phpmyadmin install. For some reason it wants a user name and password though. It never wanted one before. I had a look at the help file says run the setup.php which is located in the opt folder. I tried that but also get prompted for a username and password. I tried my usual login credentials and that didn't work. Now I don't know what to do.

I also had a look in synaptic and phpMyAdmin wasn't installed apprently. Slightly confussed but no matter. I installed it but I am not sure what to do now.

Can someone please advise me what to do next?

Many thanks,

Ash R
P.S. PLease note that phpMyAdmin and phpmyadmin are deliberately typed with and without the capitals.

s.fox
April 7th, 2009, 12:14 PM
4 day bump

s.fox
April 8th, 2009, 02:57 PM
For some reason it wants a user name and password though. It never wanted one before. I had a look at the help file says run the setup.php which is located in the opt folder. I tried that but also get prompted for a username and password. I tried my usual login credentials and that didn't work. Now I don't know what to do.

Update

I have managed to guess the password on the original install :D. For some reason the password was set to "". What do I need to do next?

Many thanks,

-Ash R

drubin
April 8th, 2009, 07:14 PM
Update

I have managed to guess the password on the original install :D. For some reason the password was set to "". What do I need to do next?

Many thanks,

-Ash R

Login with root and change the default password to something more secure. :)

Also you might want to set up a user that has only read write permisions but not drop. just so that you can use that for playing around with with out losing your data

s.fox
April 8th, 2009, 07:17 PM
Login with root and change the default password to something more secure. :)

Also you might want to set up a user that has only read write permisions but not drop. just so that you can use that for playing around with with out losing your data

Yes thank you for the advice. Also thank you for the help on IRC, I would otherwise be lost. :)

kushykush
April 9th, 2009, 03:11 AM
I have installed LAMPP under Ubuntu. However, when I type localhost in Firefox, it takes me to the "It works" page. XAMPP orange screen does not appear. I know "It Works" is a page a webpage inside LAMPP. How do I get to the XAMPP screen? When LAMPP starts it does say another instance of daemon is running. I do not see anything under system-process that tells me anything. Need help.

slavik
April 9th, 2009, 03:58 AM
kushykush, please start a new thread if you are having trouble. My recommendation will be to not use XAMPP.