| Author |
Message |
Guest

|
Posted:
Sat Mar 22, 2003 7:54 am |
  |
My 6.0 is up and running, but I am getting a message on my index.php page that says
"There is a big problem here: we do not have a Homepage!!!
[ Add a Module in your Home ] "
The funny thing is that I did select "News" to Put in Home. I did notice that it did not become BOLD like it should. What's up?
Thanks |
|
|
 |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Sun Apr 06, 2003 6:43 pm |
  |
| Anonymous wrote: |
My 6.0 is up and running, but I am getting a message on my index.php page that says
"There is a big problem here: we do not have a Homepage!!!
[ Add a Module in your Home ] "
The funny thing is that I did select "News" to Put in Home. I did notice that it did not become BOLD like it should. What's up?
Thanks |
Have you looked in your server error log and/or your php log to see if it is throwing an error? |
|
|
    |
 |
ArtificialIntel

Joined: Jan 31, 2004
Posts: -88
|
Posted:
Mon Apr 07, 2003 5:46 pm |
  |
in phpMyAdmin, open ur database and goto $prefix_main
In the field there, add News
AI |
|
|
   |
 |
bluem
Guest

|
Posted:
Sat Jun 28, 2003 5:02 am |
  |
I had the same problem in my PHP nuke 6.5 . I did what ArtificialIntel had suggested but the same error keep appearing. Any suggestion why? |
|
|
 |
 |
Symbio
Guest

|
Posted:
Mon Jun 30, 2003 3:18 pm |
  |
open your phpadmin, and query:
| Code: |
| INSERT INTO nuke_main VALUES ( 'News'); |
if your prefix is not "nuke", replace the "nuke" in "nuke_main" with your prefix. |
|
|
 |
 |
Cari
Guest

|
Posted:
Fri Jul 04, 2003 12:07 pm |
  |
| Anonymous wrote: |
open your phpadmin, and query:
| Code: |
| INSERT INTO nuke_main VALUES ( 'News'); |
if your prefix is not "nuke", replace the "nuke" in "nuke_main" with your prefix. |
Hi,
I have the same problem. BUT I allready have "News" in the nuke_main table and "module.php" in my theme. I tried find out whats caused this problem but can't find anyting
HELP!!!
Thanks. |
|
|
 |
 |
xfsunolesphp
Lieutenant


Joined: Apr 05, 2003
Posts: 208
Location: Melbourne, FL
|
Posted:
Fri Jul 04, 2003 12:12 pm |
  |
Do you had News in your modules Directory? |
|
|
      |
 |
Cari
Guest

|
Posted:
Fri Jul 04, 2003 12:30 pm |
  |
| xfsunolesphp wrote: |
| Do you had News in your modules Directory? |
Yes, I have News. But I tested with others e.g Web link, with the same bad result  |
|
|
 |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Fri Jul 04, 2003 12:40 pm |
  |
Cari,
If you would like me to look into this further, I will need access to your site. If you are interested, please PM me your
ftp url, id, password
site url adminid, adminpw
phpmyadmin url, id, password
yim, aim, or icq
Also, please restate, in the PM, what the problem is.
Is this a fresh install or an upgrade? |
_________________ Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff |
|
    |
 |
Cari
Guest

|
Posted:
Fri Jul 04, 2003 12:49 pm |
  |
Thanks Raven!
Now is almost midnight in Sweden and time for me go home, it Friday But I will continue working on the site on Monday.
Where can I send you the my info and the problem specification?
Have a nice weekend! |
|
|
 |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Fri Jul 04, 2003 12:50 pm |
  |
Since you're not a guest, email it to raven at gaylenandmargie dot com. |
_________________ Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff |
|
    |
 |
cari
Nuke Cadet


Joined: Jul 04, 2003
Posts: 2
|
Posted:
Wed Jul 09, 2003 7:44 am |
  |
Hi all,
in my case it was not a database error. The error was based on php version and apache.
I hade to add realpath() after using the php method file_exists().
I quote a comment I found on the PHP.net:
http://se2.php.net/manual/en/function.file-exists.php
"webmaster at NOSPAM onlinegs dot com
31-May-2003 01:24
To work with file_exists under Windows XP and Apache2 (PHP Build 4.3.1, havn't had a chance to upgrade yet, and its only a development enviroment). I have had to use realpath() to report the full path of the file.
For Example:
file_exists(realpath('file.ext'));
where file.ext is the file with the extension, in this case it is assumed that the file is in the same directory as the script calling the function, others have posted how to use directories. Also note that single quotes (') must be used or else php will interpret it as fileext instead of file.ext."
Good luck! |
|
|
   |
 |
Raven
General


Joined: Mar 22, 2003
Posts: 5233
Location: USA
|
Posted:
Wed Jul 09, 2003 7:51 am |
  |
Wonderful news! Definitely a known problem, but not always visible. The other work-around to this issue is to add a '@' in front of all the file_exists() calls. There are something like 3 scripts and 8 or nine calls.
I will add that I have never had this problem and I have been using Apache2 under XP for quite some time. That's why it's so darn hard to debug these things  |
_________________ Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff |
|
    |
 |
cari
Nuke Cadet


Joined: Jul 04, 2003
Posts: 2
|
Posted:
Thu Jul 10, 2003 12:27 am |
  |
Any way, thanks for your help Raven!!! |
|
|
   |
 |
aleeoeoeo
Guest

|
Posted:
Sat Jul 19, 2003 7:21 am |
  |
Hi!
Please can you help me too, raven
I#ve the same problem and another error too |
|
|
 |
 |
|
|