You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 80 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - No Homepage in my 6.0 [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Guest







PostPosted: Sat Mar 22, 2003 7:54 am Reply with quoteBack to top

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
Find all posts by Anonymous
Raven
General
General


Joined: Mar 22, 2003
Posts: 5233

Location: USA

PostPosted: Sun Apr 06, 2003 6:43 pm Reply with quoteBack to top

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?
Find all posts by RavenView user's profileSend private messageVisit poster's website
ArtificialIntel



Joined: Jan 31, 2004
Posts: -88


PostPosted: Mon Apr 07, 2003 5:46 pm Reply with quoteBack to top

in phpMyAdmin, open ur database and goto $prefix_main

In the field there, add News

AI
Find all posts by ArtificialIntelView user's profileSend private message
bluem
Guest






PostPosted: Sat Jun 28, 2003 5:02 am Reply with quoteBack to top

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?
Find all posts by Anonymous
Symbio
Guest






PostPosted: Mon Jun 30, 2003 3:18 pm Reply with quoteBack to top

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.
Find all posts by Anonymous
Cari
Guest






PostPosted: Fri Jul 04, 2003 12:07 pm Reply with quoteBack to top

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 Sad

HELP!!!
Thanks.
Find all posts by Anonymous
xfsunolesphp
Lieutenant
Lieutenant


Joined: Apr 05, 2003
Posts: 208

Location: Melbourne, FL

PostPosted: Fri Jul 04, 2003 12:12 pm Reply with quoteBack to top

Do you had News in your modules Directory?
Find all posts by xfsunolesphpView user's profileSend private messageVisit poster's websiteAIM AddressYahoo Messenger
Cari
Guest






PostPosted: Fri Jul 04, 2003 12:30 pm Reply with quoteBack to top

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 Sad
Find all posts by Anonymous
Raven
General
General


Joined: Mar 22, 2003
Posts: 5233

Location: USA

PostPosted: Fri Jul 04, 2003 12:40 pm Reply with quoteBack to top

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
Find all posts by RavenView user's profileSend private messageVisit poster's website
Cari
Guest






PostPosted: Fri Jul 04, 2003 12:49 pm Reply with quoteBack to top

Thanks Raven!

Now is almost midnight in Sweden and time for me go home, it Friday Wink 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!
Find all posts by Anonymous
Raven
General
General


Joined: Mar 22, 2003
Posts: 5233

Location: USA

PostPosted: Fri Jul 04, 2003 12:50 pm Reply with quoteBack to top

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
Find all posts by RavenView user's profileSend private messageVisit poster's website
cari
Nuke Cadet
Nuke Cadet


Joined: Jul 04, 2003
Posts: 2


PostPosted: Wed Jul 09, 2003 7:44 am Reply with quoteBack to top

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(). Evil or Very Mad

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!
Find all posts by cariView user's profileSend private message
Raven
General
General


Joined: Mar 22, 2003
Posts: 5233

Location: USA

PostPosted: Wed Jul 09, 2003 7:51 am Reply with quoteBack to top

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 Mad Laughing

_________________
Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff
Find all posts by RavenView user's profileSend private messageVisit poster's website
cari
Nuke Cadet
Nuke Cadet


Joined: Jul 04, 2003
Posts: 2


PostPosted: Thu Jul 10, 2003 12:27 am Reply with quoteBack to top

Any way, thanks for your help Raven!!!
Find all posts by cariView user's profileSend private message
aleeoeoeo
Guest






PostPosted: Sat Jul 19, 2003 7:21 am Reply with quoteBack to top

Hi!

Please can you help me too, raven

I#ve the same problem and another error too
Find all posts by Anonymous
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
You can post new topics in this forum
You can 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.229 Seconds - 457 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::