Author |
Message |
Charlotte
New Member


Joined: Oct 29, 2003
Posts: 4
|
Posted:
Wed Oct 29, 2003 9:18 am |
|
Hi
I posted at nukecops about this problem. I only get blank pages with index.php and admin.php. I have installed analyzer.php at http://www.korsnes.net/html/analyzer.php if you could take a look at it.
Thanks. |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Wed Oct 29, 2003 1:02 pm |
|
Charlotte, I tried that link and I get a Page Not Found error. |
|
|
|
 |
scottr
PHP-Portal Project

Joined: Jan 21, 2003
Posts: 41
Location: Southern California
|
Posted:
Wed Oct 29, 2003 2:15 pm |
|
i found it at analyze.php,
anyway you have alot of tables prefixed nuke_
yet your $prefix and $user_prefix is korsnes |
|
|
|
 |
Charlotte

|
Posted:
Wed Oct 29, 2003 5:17 pm |
|
Sorry about that little mixup!
Yes, I have a doulbe set because I am running 2 sites with only 1 mysql database. The site in question has the korsnes prefix. The nuke prefix is used for the other site. |
|
|
|
 |
scottr

|
Posted:
Wed Oct 29, 2003 5:34 pm |
|
maybe your korsnes source files
have nuke_ hardcoded somewhere inadvertently,
can you grep or search for that ? |
|
|
|
 |
Charlotte

|
Posted:
Wed Oct 29, 2003 6:26 pm |
|
Well, I am not going to manually go though every single file if that is what you mean. Is there a way to search though all the files automatically? |
|
|
|
 |
Raven

|
Posted:
Wed Oct 29, 2003 6:35 pm |
|
Charlotte,
Did you ever have the site working?
Please PM me your
Site url, admimid & pw (if you ever got that far)
FTP url, id, password
phpMyAdmin url, id, and pw
Let me look at it from your standpoint.
Thanks! |
|
|
|
 |
scottr

|
Posted:
Wed Oct 29, 2003 7:01 pm |
|
of course not, i was thinking more like
$ find .|xargs grep "[^\$]nuke_" | grep -v docs
that kind of thing.
unless you're on Windows then use Find in Explorer.
if you haven't added any code to the base install, you won't have the problem. |
|
|
|
 |
Raven

|
Posted:
Wed Oct 29, 2003 7:51 pm |
|
I've isolated the problem. I just need to figure out why. I'll be back. |
|
|
|
 |
Raven

|
Posted:
Wed Oct 29, 2003 8:24 pm |
|
Charlotte,
Someone had changed the 'nukeurl' column name in your config table to 'korsnesurl' . So, the config table was never getting loaded. This would have had to have been done intentionally , probably using phpMyAdmin. Might you know who would have done that ?
You now have a site. |
|
|
|
 |
Charlotte

|
Posted:
Wed Oct 29, 2003 8:32 pm |
|
Thank you very much for your help! |
|
|
|
 |
scottr

|
Posted:
Wed Oct 29, 2003 8:34 pm |
|
i knew it had something to do with korsnes getting mixed up with nuke somewhere.
my guess is she accidentally did it. |
|
|
|
 |
Raven

|
Posted:
Wed Oct 29, 2003 8:36 pm |
|
I knew the config was getting called but it wasn't populating! I couldn't for the life of me understand why not since it was truly a virgin install. And then as I was staring at the phpMyAdmin screen for config it just kind of popped out - no nukeurl column! |
|
|
|
 |
|