cutenews?, not installing |
![]() ![]() |
cutenews?, not installing |
Mar 5 2006, 02:23 AM
Post
#1
|
|
|
Froggie! Woof woof. :D ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,423 Joined: Nov 2004 Member No: 66,146 |
I am trying to install cutenews but there is this error and I dunno what happened =/
http://envy-this.net/funk/cutenews/index.php I uploaded everything already but it says QUOTE Warning: main(./inc/functions.inc.php): failed to open stream: No such file or directory in /home/envythis/public_html/funk/cutenews/index.php on line 10
Fatal error: main(): Failed opening required './inc/functions.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/envythis/public_html/funk/cutenews/index.php on line 10 |
|
|
|
Mar 5 2006, 02:27 AM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
It means what it says. On line 10 in your code, there is no such file/directory.
So... Find out where the file is and change the path accordingly. If it's in the same folder, it doesn't need the folder section before it. Just the filename. |
|
|
|
Mar 5 2006, 02:31 AM
Post
#3
|
|
|
Froggie! Woof woof. :D ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,423 Joined: Nov 2004 Member No: 66,146 |
I'm sorry but...what?
|
|
|
|
Mar 5 2006, 02:37 AM
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Err... Let's say I have a file that I want to include called menu.txt. It's located in public_html/foxy/cards.
CODE <? include("menu.txt"); ?> If I use the above in a file located in public_html/foxy/exp, it'll give me the same error. It's not where you're saying it is, so you'd change it to ::CODE <? include("public_html/foxy/cards/menu.txt"); ?> ----Err... Does that even make sense? Basically you either need to create, rename, or edit something. Probably one of the last two. |
|
|
|
![]() ![]() |