PDA

View Full Version : Site problems 9 February 2003


mclbruce
02-09-2003, 07:05 PM
The OSXHints page isn't quite working for me. At the top of the page I get two warnings:


Warning: main(layout/header2.inc) [function.main]: failed to create stream: No such file or directory in /home/virtual/site1/fst/var/www/html/index.php on line 41

Warning: main() [function.main]: Failed opening 'layout/header2.inc' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site1/fst/var/www/html/index.php on line 41


Then I see the list of hints and a few more odds and ends, all in single column mode. Then a couple more warnings at the end of the page:


Warning: main(layout/footer2.inc) [function.main]: failed to create stream: No such file or directory in /home/virtual/site1/fst/var/www/html/index.php on line 194

Warning: main() [function.main]: Failed opening 'layout/footer2.inc' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site1/fst/var/www/html/index.php on line 194


I hope this helps in getting the new version going.

artgeek
02-09-2003, 07:22 PM
me too?!?!?Using chimera0.6...

Warning: main(layout/header2.inc) [function.main]: failed to create stream: No such file or directory in /home/virtual/site1/fst/var/www/html/index.php on line 41

Warning: main() [function.main]: Failed opening 'layout/header2.inc' for inclusion (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site1/fst/var/www/html/index.php on line 41

...no problems with the forums, tho.

mervTormel
02-09-2003, 10:05 PM
yes, i think this is a result of rob releasing some internal coding for the upcoming site update.

you might have caught him with his php-pants down. thanks for your ever vigilant eyeballs :D

artgeek
02-09-2003, 10:28 PM
to bad i didn't have a web-cam for the pants down part. ;)

thanks for being on it.

ag

griffman
02-10-2003, 11:21 AM
Actually, you caught me doing:

rm -r /path/to/layout/directory

Instead of doing:

rm -r /path/to/beta/layout/directory

Notice the subtle difference between the two? Apparently I didn't :-). I basically zapped the current site's theme file, which is never a good thing to do to a production server!

All should be back to semi-normal now, thank goodness for daily automated backups!

-rob.