However when I rebuild the new index pages under "skins" I get the following error message in MT.
CODE
Writing to '/skins/index.php.new' failed: Opening local file '/skins/index.php.new' failed: No such file or directory
1. The skins folder is set to 777.
2. All files are set to 644 (as on my main page of the blog).
3. I am able to rebuild header.php and footer.php (644 persmission) without a problem.
4. All pages on my site end in php and MT is configured for them to end in php.
When I go to my-url.com/skins/index.php this displays:
CODE
Warning: main(/skins/cookiecheck.php): failed to open stream: No such file or directory in /home/cunning/public_html/skins/index.php on line 1
Warning: main(): Failed opening '/skins/cookiecheck.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cunning/public_html/skins/index.php on line 1
Warning: main(1): failed to open stream: No such file or directory in /home/cunning/public_html/skins/index.php on line 5
Warning: main(): Failed opening '1' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cunning/public_html/skins/index.php on line 5
1: Description goes here Make this one your skin.
2: Description goes here Make this one your skin.
Warning: main(1): failed to open stream: No such file or directory in /home/cunning/public_html/skins/index.php on line 16
Warning: main(): Failed opening '1' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cunning/public_html/skins/index.php on line 16
Warning: main(): Failed opening '/skins/cookiecheck.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cunning/public_html/skins/index.php on line 1
Warning: main(1): failed to open stream: No such file or directory in /home/cunning/public_html/skins/index.php on line 5
Warning: main(): Failed opening '1' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cunning/public_html/skins/index.php on line 5
1: Description goes here Make this one your skin.
2: Description goes here Make this one your skin.
Warning: main(1): failed to open stream: No such file or directory in /home/cunning/public_html/skins/index.php on line 16
Warning: main(): Failed opening '1' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cunning/public_html/skins/index.php on line 16
I'm sure there is something obvious I am missing. I have looked over all of the code and can't seem to find where the error lies.
I appreciate any assistance.
Thanks.