´failed to open stream: Permission denied" <br /> <br />Most of the time a chmod <br />Try setting: 755 or 644 <br /> <br /> <br />If not working, read this: <br /> <br />In the file db.inc.php <br />you have the path to the items: <br />smilys, partners, topic, news <br />gallery, weather, story and news_pics <br /> <br />Download the db.inc.php to your computer ( in a different folder) look if the items are there. <br />Like this below: <br /> <br />$smileys_path = "d:\www\zeepoort.nl\www\dvzkruiningen\newman\gfx\smileys"; <br />$smiley_url = "./gfx/smileys/"; <br />$partners_path = "d:\www\zeepoort.nl\www\dvzkruiningen\newman\gfx\partners"; <br />$partners_url = "./gfx/partners/"; <br />$topic_path = "d:\www\zeepoort.nl\www\dvzkruiningen\newman\topic"; <br />$topic_url = "./topic/"; <br />$rss_path = "d:\www\zeepoort.nl\www\dvzkruiningen\newman\rss"; <br />$news_path = "d:\www\zeepoort.nl\www\dvzkruiningen\newman\gfx\news"; <br />$news_url = "./gfx/news/"; <br />$gallery_path = "d:\www\zeepoort.nl\www\dvzkruiningen\newman\gfx\gallery"; <br />$gallery_url = "./gfx/gallery/"; <br />$weather_path = "d:\www\zeepoort.nl\www\dvzkruiningen\newman\gfx\weather"; <br />$weather_url = "./gfx/weather/"; <br />$story_path = "d:\www\zeepoort.nl\www\dvzkruiningen\newman\gfx\news"; <br />$story_url = "./gfx/news/"; <br />$news_pics_path = "d:\www\zeepoort.nl\www\dvzkruiningen\newman\gfx\news"; <br />$news_pics_url = "./gfx/news/"; <br /> <br />Of not add them by hand, and upload the file. <br />Rememeber, never overwrite an existing file, unlless you have a copy of the original. <br />On your server you firtst can renema the original to old_filename.php <br /> <br />This are the lines on my lycos site: <br />$smileys_path = "/data/members/free/tripod/nl/v/a/z/vazed/htdocs/webmagazine/newman/gfx/smileys"; <br />$smiley_url = "./newman/gfx/smileys/"; <br />$partners_path = "/data/members/free/tripod/nl/v/a/z/vazed/htdocs/webmagazine/newman/gfx/partners"; <br />$partners_url = "./newman/gfx/partners/"; <br />$topic_path = "/data/members/free/tripod/nl/v/a/z/vazed/htdocs/webmagazine/newman/topic"; <br />$topic_url = "./newman/topic"; <br />$rss_path = "/data/members/free/tripod/nl/v/a/z/vazed/htdocs/webmagazine/newman/rss"; <br />$news_path = "/data/members/free/tripod/nl/v/a/z/vazed/htdocs//newman/gfx/news"; <br />$news_url = "./newman/gfx/news/"; <br />$gallery_path = "/data/members/free/tripod/nl/v/a/z/vazed/htdocs/webmagazine/newman/gfx/gallery"; <br />$gallery_url = "
http://members.lycos.nl/vazed/webmagazine/newman/gfx/gallery/&quot;; <br />$weather_path = "/data/members/free/tripod/nl/v/a/z/vazed/htdocs/newman/gfx/weather"; <br />$weather_url = "./newman/gfx/weather/"; <br /> <br />Different from the one above. <br />Because we have two parts: Newman and Webmagazine. <br /> <br />Just depending on the way you set it up. <br />You can have a folder Webmagaxine and in this folder a folder Newman. <br />Or you have a folder Webmagazine and a folder Newman in the root. <br /> <br />And you need TWO db.inc.php files. <br />The original one is in Newman. This is OK after the install. <br />A copy of the file has to go in Webmagazine, and in this file you have to set the path to Newman. The script has to know where the files are. <br /> <br />BTW <br />the newman script is not running under PHP5 <br />On lycos with PHP4 it is doing fine. <br /> <br />There are different versions of php an mysql. <br />That´s why not al scripts will run on all servers. <br /> <br />:car