Originally posted by: Scootin159
Took about 10 min for me to install & get working....removed it a month later when I figured I was gonna have to modify enough code to make it easier to do it all myself. (www.eliteguild.com <- finished product). Just get a premade forum & news software as they are the hardest to code & the rest should be easy.
Originally posted by: Scootin159
sounds like you gave it the wrong username/password for the MySQL database.
Originally posted by: Derango
Don't use PHP-nuke...its poorly coded, and has a whole bunch of security type problems with it. Try postnuke (www.postnuke.com). Its a fork of PHP-nuke, so it looks and acts similar. However, it's codebase is much better. Tinyminds.org uses it for its content managament. Check the link in my sig.
There's even a phpbb2.0 module for postnuke so that it will intergrate into your site perfectly. It works great. If you want to see that, check out www.nopurpose.org, my personal site.
Originally posted by: MaxDSP
OK, I downloaded postNuke, and just had a quesion. As far as the databases go, do I need to create a new one or can I just use my phpBB 2.0 database for it also?
Originally posted by: MaxDSP
Im trying to install postNuke but it gives me this error:
No database made.Error connecting to db
Program: /home/httpd/vhosts/maxtasy.com/httpdocs/postNuke/html/install/db.php - Line N.: 45
Database: postNuke1
Error (1044) : Access denied for user: 'shashinp@localhost' to database 'postNuke1'
I already created the database postNuke1
Originally posted by: Scootin159
Originally posted by: MaxDSP
Im trying to install postNuke but it gives me this error:
No database made.Error connecting to db
Program: /home/httpd/vhosts/maxtasy.com/httpdocs/postNuke/html/install/db.php - Line N.: 45
Database: postNuke1
Error (1044) : Access denied for user: 'shashinp@localhost' to database 'postNuke1'
I already created the database postNuke1
did you give it the right password?
databases are still installed on localhost for dixiesys, right?
Originally posted by: MaxDSP
Originally posted by: Scootin159
Originally posted by: MaxDSP
Im trying to install postNuke but it gives me this error:
No database made.Error connecting to db
Program: /home/httpd/vhosts/maxtasy.com/httpdocs/postNuke/html/install/db.php - Line N.: 45
Database: postNuke1
Error (1044) : Access denied for user: 'shashinp@localhost' to database 'postNuke1'
I already created the database postNuke1
did you give it the right password?
databases are still installed on localhost for dixiesys, right?
nevermind, I figured out the problem (database name was lowercase, and I was typing in 1 character that was uppercase...idiot)
So its installed now, but I have other questions. As it is now, the index.php is 2 subdirectories deep, but I want it like www.mydomain.com/index.php. What is the easiest way to do this without any of the files getting corrupted?
also, how do I stop some of the modules (like AvantGo) from displaying on the right side?
Originally posted by: MaxDSP
actually, I took a risk and just renamed and deleted the subdirs and everything seems to be functioning (except the "Quotes" modules, but thats a postNuke issue)
Im iving up for the day and going out, but am going to start changing some things in it. What files do I need to edit so that my own logos and stuff show up? Is there a main file for this or anything?