junkyarddog25
05-22-2003, 02:30 AM
when i got to my site to set up my blog, under admin.php, it gives me this error. the site i need to go to is http://volskid2002.curvedspaces.com/digi/admin.php
Warning: Unable to access /digi/news.inc.php in /users/curvedspaces.com/volskid2002/digi/admin.php on line 3
Fatal error: Failed opening required '/digi/news.inc.php' (include_path='.:/usr/local/lib/php') in /users/curvedspaces.com/volskid2002/digi/admin.php on line 3
i have all the codes right in the 2 files it told me to edit. here they are:
<?php
$digiNewsPath = '/digi/news.dat';
require '/digi/news.inc.php';
///////////////////////////////////////
// Don't Edit Anything Below This Line!
///////////////////////////////////////
and
<?php
$digiNewsPath = '/digi/news.dat';
require '/digi/news.inc.php';
///////////////////////////////////////
// Don't Edit Anything Below This Line!
///////////////////////////////////////
im using curvedspaces as my server and they allow php and MySQL, but i dont know why my blog wont work the paths to my news.dat are coorect? plz help me????????
Warning: Unable to access /digi/news.inc.php in /users/curvedspaces.com/volskid2002/digi/admin.php on line 3
Fatal error: Failed opening required '/digi/news.inc.php' (include_path='.:/usr/local/lib/php') in /users/curvedspaces.com/volskid2002/digi/admin.php on line 3
i have all the codes right in the 2 files it told me to edit. here they are:
<?php
$digiNewsPath = '/digi/news.dat';
require '/digi/news.inc.php';
///////////////////////////////////////
// Don't Edit Anything Below This Line!
///////////////////////////////////////
and
<?php
$digiNewsPath = '/digi/news.dat';
require '/digi/news.inc.php';
///////////////////////////////////////
// Don't Edit Anything Below This Line!
///////////////////////////////////////
im using curvedspaces as my server and they allow php and MySQL, but i dont know why my blog wont work the paths to my news.dat are coorect? plz help me????????