Hi!
I have the same error mesages.
Warning: main() [function.main]: Unable to access /mnt/storage/users/c/l/a/clandestina/wp-content/themes/connectionspost.php in /mnt/storage/users/c/l/a/clandestina/wp-content/themes/connections/index.php on line 25
Warning: main(/mnt/storage/users/c/l/a/clandestina/wp-content/themes/connectionspost.php) [function.main]: failed to open stream: No such file or directory in /mnt/storage/users/c/l/a/clandestina/wp-content/themes/connections/index.php on line 25
Fatal error: main() [function.require]: Failed opening required ‘/mnt/storage/users/c/l/a/clandestina/wp-content/themes/connectionspost.php’ (include_path=’.:/usr/lib/php’) in /mnt/storage/users/c/l/a/clandestina/wp-content/themes/connections/index.php on line 25
I tryed to put:
<?php require(TEMPLATEPATH . ‘/post.php’); ?>
instead of:
<?php require( ‘/post.php’); ?>
But it is still not working. Now the only thing i can see on my web is a completely white page. Can somebody help me please?
Thx!