Page 1 of 1
XAMPP Installation
Posted: Fri Jul 13, 2012 7:16 am
by fikira
Hi
I would really appreciate a step by step idiot guide to nuBuilder installation on XAMPP. I have followed all the steps outlined. Finally now I get an error, 'Could not connect to database' when I log in with globeadmin. I am not able to log in with any other user even after creating them and adding their passwords to the config file.
what am I doing wrong? Please help.
thanks
Re: XAMPP Installation
Posted: Sat Jul 14, 2012 3:11 am
by quaxth
You'll need to import the nuBuilder Databases to MySql using PhpMyAdmin form:[c:]/xampp/phpmyadmin first. after that you should be able to open the nuBuilder database from [c;]/xampp/[nubuilder].
in [...] are the drive letter you install Xampp to and the folder name of your nuBuilder installation.
Re: XAMPP Installation
Posted: Sat Jul 14, 2012 8:05 am
by fikira
Thanks. I had already imported the database and created the users. I think i followed all the steps indicated. I do not know what I am missing.
Re: XAMPP Installation
Posted: Sat Jul 14, 2012 8:57 am
by quaxth
Have you check that Apace is running! Same for Mysql!
Check the log files for Mysql and Apache what's the Error Messages!
If the problems starts with Apache, check Port 80 is used by any other Apps, for Mysql it's port 3006 which must be free to use.
For example, if you've Visual Studio installed, you'll face problems, mainly with Web Deployment Service, check under running Services if Web Deployment service is up and running, if so, stop the service and try nuBuilder again.
That's jus a few of problems which could prevent nuBuilder from running.
Re: XAMPP Installation
Posted: Sat Jul 14, 2012 9:50 am
by quaxth
In case all is fine and you didn't find any problem and could open PhpMyAdmin, open PhpMyAdmin and check a Database with the same name exist. If so you'll need to delete (drop) the Database first. If tahat Database contains data you need, export the Database for to backup before delete/drop it. You'll also need to go to Privileges and delete the User of that database for to be able to import the nuBuilder database. Look at the picture, I've marked and written was need to be done.
Hope that helps. Please report back.

Re: XAMPP Installation
Posted: Sun Jul 15, 2012 12:28 am
by krackerjax
nuBuilder runs very easily with XAMPP. Unzip the folders (sample and productionnu2) in to the htdocts folder of XAMPP. I have those two folders under c:\XAMPP\nuBuilder. Import the SQL databases in to whichever database you want (default or create a new one, all done via phpMyAdmin). Where I ran in to problems was getting Apache to run. On Windows there's a service that uses port 80. Do Ctrl+Alt+Del. Click on Services tab. Then click on the Description field. This will organize the services alphabetically by description.
The service name is msDepSvc. The description is "Web Deployment Agent Service." Right click on it and click Stop. This was what was preventing Apache from running. If you're still having problems running XAMPP then check out this article:
http://www.conflicteddeveloper.com/?p=5
That is where I had found the answer to my Apache issue.
Re: XAMPP Installation
Posted: Sun Jul 15, 2012 7:29 am
by quaxth
Just to mention: ApacheFriends released XAMPP 1.8 already 2 days ago. May that will solves some problems as well. I've to "upgrade" on one computer as well to see if the changes fixing some errors I had with version 1.7.2 qnd 1.7.3!
Re: XAMPP Installation
Posted: Mon Jul 23, 2012 9:49 pm
by admin
.