Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Installation Help
Author Message
rythem
New Member
New Member



Joined: Aug 25, 2010
Posts: 11

PostPosted: Wed Aug 25, 2010 4:14 am Reply with quote

ive tryed to install nuke 8.1, 7.9 and RavenNuke_v2.20.01
but after the install they all come up with blank page. my system is running
Apache 2.2.15
DirectAdmin 1.36.0
Exim 4.67
MySQL 5.1.36
Named 9.3.4
ProFTPd 1.3.2
sshd
dovecot 1.2.11
Php 5.2.13

ive also tryed the Softaculous Auto Installer and same thing blank page.
can someone help me please.
 
View user's profile Send private message
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Wed Aug 25, 2010 5:14 am Reply with quote

If you have tried all those and you keep getting a blank page, I would believe your server has a configuration issue. You could also have a blank index.html file created in your website root directory. Make sure you only have an index.php file in you root and not an index.html.

_________________
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Send e-mail Visit poster's website
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Wed Aug 25, 2010 6:53 am Reply with quote

I would try the latest RavenNuke(tm) version wish is at 2.40.01, not 2.20.01. I would set $display_errors in config.php to true and I would also set in rnconfig.php the dbloglevel to 1. Make sure file rnlogs/dblog is write-able by PHP (usually 666 will do unless you are using some form of SuExec, then back that off to 700 or 600).

_________________
Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
rythem







PostPosted: Wed Aug 25, 2010 9:49 am Reply with quote

ive changed bits in config and rnconfig still no luck. theirs no index.html in the root. what should i look for in the server configurations?? would someone be intrested in loggin into my DirectAdmin and takin a look ?
 
rythem







PostPosted: Wed Aug 25, 2010 10:41 am Reply with quote

think it might be the Privileges on phpmyadmin how do i change them?
 
fkelly
Former Moderator in Good Standing



Joined: Aug 30, 2005
Posts: 3312
Location: near Albany NY

PostPosted: Wed Aug 25, 2010 11:42 am Reply with quote

What type of host are you running on? How do you get access to PHPmyadmin? Normally, your privileges are automatically correct. Can you get into PHPmyadmin at all? Googling softaculous it looks like it is something your host installs. You might need to talk to your host support about what you need to do to set up and get access to your database.
 
View user's profile Send private message Visit poster's website
rythem







PostPosted: Wed Aug 25, 2010 12:20 pm Reply with quote

i just spoken to my host they say i need to set giv datebase privileges in the direct admin panel cant find out in their tho i ask em how. i can log in to phpmyadmin.
 
rythem







PostPosted: Wed Aug 25, 2010 12:27 pm Reply with quote

their all ok all set to yes dunno wot else to look at
 
Susann
Moderator



Joined: Dec 19, 2004
Posts: 3191
Location: Germany:Moderator German NukeSentinel Support

PostPosted: Wed Aug 25, 2010 2:19 pm Reply with quote

If you can´t find it out Pm your site adress and FTP login I can take a look tonight.
 
View user's profile Send private message
Susann







PostPosted: Wed Aug 25, 2010 7:10 pm Reply with quote

I think it makes more sense to use the newest version. Therefore download RavenNuke version 2.40.01 and upload all the files again and rerun installSQL.php etc. Connection to the database is fine. Don´t forget to rename or remove your installations folder after you are done.
 
rythem







PostPosted: Wed Aug 25, 2010 8:18 pm Reply with quote

Thanks for looking susan. And i will try the newer one when i get in from work. I keep ya posted how it go's.
 
rythem







PostPosted: Thu Aug 26, 2010 3:37 am Reply with quote

iv started to install 2.40.01 but iv com acrost a problem. when it asks you to check the site for the following error msg
Quote:

"There seems to be a problem with the MySQL server Configuration Table - It's missing.

If you are installing this for the first time, did you remember to run INSTALLATION/installSQL.php file?

Otherwise, please report this to the Administrator ASAP.

We should be back shortly"


but insted of this im getting
Quote:

Warning: include_once(db/mysql.php) [function.include-once]: failed to open stream: No such file or directory in /home/lee/domains/kite-riders.com/public_html/db/db.php on line 42

Warning: include_once() [function.include]: Failed opening 'db/mysql.php' for inclusion (include_path='“.:/usr/lib/php:/usr/local/lib/php:/usr/lib/php/extensions:/usr/lib/php/extensions/no-debug-non-zts-20060613:”') in /home/lee/domains/kite-riders.com/public_html/db/db.php on line 42

Fatal error: Class 'sql_db' not found in /home/lee/domains/kite-riders.com/public_html/db/db.php on line 58


whats this mean?
 
Palbin
Site Admin



Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania

PostPosted: Thu Aug 26, 2010 5:14 am Reply with quote

Try uploading your site again. You appear to be either missing files, or maybe some of them are corrupt.

The error is saying that db/mysql/php does not exist.

_________________
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. 
View user's profile Send private message
rythem







PostPosted: Thu Aug 26, 2010 4:02 pm Reply with quote

I just buy som resellers hostin. With a good cpanel
 
montego







PostPosted: Thu Aug 26, 2010 6:02 pm Reply with quote

That error above (about "stream") is really that it cannot write to the rnlogs/dblog file. You need to make that write-able. Use a good FTP client such as FileZilla where you can change the permissions on that file to world write-able.

This is also suggesting that you have another database issue too, but it would be good to see what the log says, but you have to get it writing to it first.
 
slackervaara
Worker
Worker



Joined: Aug 26, 2007
Posts: 236

PostPosted: Thu Aug 26, 2010 10:43 pm Reply with quote

deleted
 
View user's profile Send private message
rythem







PostPosted: Fri Aug 27, 2010 1:05 am Reply with quote

log file is already set to 777
 
Susann







PostPosted: Fri Aug 27, 2010 6:18 am Reply with quote

Did you use the INSTALLATIONS folder of 2.40.01 ?If not I would install again.
Also make sure there are only the files of this version in your db folder.
You can also use the the file serverEnvironmentCheck from the installations folder.
Don´t know if your Server is misconfigured somewhere.
 
rythem







PostPosted: Fri Aug 27, 2010 8:56 am Reply with quote

yer i done all that. bort som resellers host now and installed 8.1 ok so using that and all is goin good now cheers for all your help
 
Susann







PostPosted: Fri Aug 27, 2010 2:30 pm Reply with quote

Glad you found a working host. But nuke 8.1 will bring you some other security issues and maybe support problems too.
 
rythem







PostPosted: Sat Aug 28, 2010 2:53 am Reply with quote

will php-nuke mods work with raven nuke ?
 
montego







PostPosted: Sat Aug 28, 2010 9:07 am Reply with quote

rythem, probably about 99% of them will and maybe about 10% of those may require just a slight tweak in mainfile.php to work.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Installation Help

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©