|
» Online Users: 71 |
| 0 members and 71 guests |
| No Members online |
| Most users ever online was 611, 03-21-2008 at 11:10 PM. |
|
» .::. |
Web Hosting - web hosting, dedicated servers and web design services
|
Online Degree - search for 1000+ online degrees, online colleges & online universities.
|
Tattoo - we are a group of tattoo enthusiasts
|
Gexa Energy - your absolute best choice in electric service
|
|
|
|
|
|
|
|
|
|
|
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.
|
|
|
|
|
About this Page This is a discussion on My First PHP Site within the Nuke 7.x - General forums, part of the PHP-Nuke 7.x category; Ok. I really need some help. I can't get my site to come up at all, not even the ... |
|
 |
|
 |
|
 |

03-16-2006, 11:23 AM
|
|
Junior Member
|
|
Join Date: Mar 2006
Posts: 20
|
|
|
My First PHP Site
Ok. I really need some help. I can't get my site to come up at all, not even the admin.php. I have looked around and checked out the relevant posts but still can't get anything. I messed around with config.php and set all of that up right, and I just get a blank page that says it loaded but with errors. Please help! I want to get this site up soon. Thank you guys,
PHP Noobie,
Mickey
|

03-16-2006, 11:32 AM
|
 |
Super Moderator
|
|
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
|
|
|
Is this a fresh install of phpnuke or is it an upgrade?
__________________
My Daughter Rules!
|

03-16-2006, 12:12 PM
|
|
Junior Member
|
|
Join Date: Mar 2006
Posts: 20
|
|
It's a fresh install. I've never done it before, but I have experience in HTML and CSS. The PHP sites look really good, so I wanted to learn it. I just got an account from 1and1.com and am sure that it's able to use PHP and comes with 25 MySql databases. I know that the addy points to a folder within the actual FTP with some weird name. That's where I am supposed to put all the files. I had them all in there, and when I pointed my browser to my site, www.screaminmachines.com , I got a screen with the PHP Nuke logo on it that said something was wrong with the MySQL database. I saw that same problem on another post and I did what was suggested in the config.php. Now when I point to the addy, I get a blank screen and down on the status bar, it says, "Page loaded but with errors"
Thanks for the help.
|

03-16-2006, 09:01 PM
|
 |
Super Moderator
|
|
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
|
|
|
Is it possible that it's a theme error then?
__________________
My Daughter Rules!
|

03-17-2006, 08:10 AM
|
|
Junior Member
|
|
Join Date: Mar 2006
Posts: 20
|
|
|
Not sure. How would I figure that out? Any new theme I download, where do i put the files? And I'm really sorry to ask, lol, but I've looked around and haven't been able to find out the difference between a module and a block. Hopefully you can help me through my first site and I won't have to ask again. Oh yeah, do you really put "localhost" in the config.php file, or do you put the host site?
Mickey
|

03-17-2006, 09:55 AM
|
|
Junior Member
|
|
Join Date: Feb 2006
Posts: 38
|
|
|
Originally Posted by MickeyMouseX
|
Not sure. How would I figure that out? Any new theme I download, where do i put the files? And I'm really sorry to ask, lol, but I've looked around and haven't been able to find out the difference between a module and a block. Hopefully you can help me through my first site and I won't have to ask again. Oh yeah, do you really put "localhost" in the config.php file, or do you put the host site?
Mickey
|
have you ask your hosting support for help?
i think this has nothing to do with config.php.
try putting a simple html page on the first page then add link to ur php nuke.
|

03-17-2006, 11:48 AM
|
|
Junior Member
|
|
Join Date: Mar 2006
Posts: 20
|
|
|
I went through config.php and looked and everything looked correct. But I'm not sure about the "localhost" part. Should'nt it be the database host from 1and1.com?
|

03-17-2006, 02:58 PM
|
 |
Super Moderator
|
|
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
|
|
Typically, this is how your config. should look, or at least it's how all of mine look
|
Code:
|
$dbhost = "localhost";
$dbuname = "yourdatabaseusername";
$dbpass = "yourdatabasepassword";
$dbname = "nameofdatabase";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL"; |
__________________
My Daughter Rules!
|

03-17-2006, 03:05 PM
|
|
Junior Member
|
|
Join Date: Mar 2006
Posts: 20
|
|
|
I think it has something to do with the "localhost" part. 1and1 said that I shouldn't put "localhost" there. LOL, so I asked them what I SHOULD put...they told me it depends...
|

03-17-2006, 03:07 PM
|
 |
Super Moderator
|
|
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
|
|
|
Thats news to me.
__________________
My Daughter Rules!
|
 |
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|