If you visit http://tvlinksdb.com/pageWriters/index.php?write=true Its spitting out an error, can anyone tell me how to fix this please? The error mention lines 31 in a file, this is line 31 $fp = fopen($_SERVER['DOCUMENT_ROOT']."/movies/" . $title , "w+") or die("Couldn't open file");
Can you try changing the permission od this file? : /home/maztv237/public_html/pageWriters/clsMovieWriter.inc.php
Actually what you should fix is : movies/ninja-scroll.php - try setting its permissions - it should work.
Check the permissions of that referenced file. They should be at minimum 666. Depending on ownership and what the apache daemon runs as. Also check the permissions of the directory that referenced file is in. You should have at bare miniumum dr-xr-xr-x all the way to the directory, and then write permissions in that directory. Post the output of "ls -la" of that dir and/of that file if you continue to have problems.
just a heads up.... i do not receive any errors so you may have fixed it... of course it puts out nothing so there may still be a problem... let us know whats up
Yea I had to change it back to the old server - as the downtime was becoming to much Thanks for that mrmaypole, But i dont understand what i would have to do one single bit lol