hehe
whoops my bad
i spelled 'tomorrow' wrong (hence it couldn't parse it)
i'll fix it now
post back if you get it to work
(alternatively to getting it from CVS, you can now get a tarball with everything you need in it and steps 1 thru 8 already completed on the files page)
thanks for the feedback
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
yeah, you're not the only one
in a week i will begin a full scale test of the code in preparation for a 0.1 alpha-grade release.
i'm not quite sure why everyone gets a blank page
if you know php, and you can figure out why, it would be great if you would report back
i really haven't had time to look at the code in the past few weeks.
i'm guessing the problem is caused by something rather trivial.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ahh
perhaps it's the PHP5 that's causing the problem
I was planning on testing it on PHP5, so I'll be fixing it to work on PHP5.
That explains why code that is not very different from the SL site code seems to not work.
Anyway, I'll keep that in mind when testing it on friday.
Thanks for the feedback.
(and if you fix it before i do, please send a patch. thanks.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
chupacabra@core:~$ cd /drones2/alcoves/chupacabra/public_html/p2p/
chupacabra@core:~/public_html/p2p$ cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/opensharelive export -Dtommorrow F3
cvs [export aborted]: Can't parse date/time: tommorrow
hehe
whoops my bad
i spelled 'tomorrow' wrong (hence it couldn't parse it)
i'll fix it now
post back if you get it to work
(alternatively to getting it from CVS, you can now get a tarball with everything you need in it and steps 1 thru 8 already completed on the files page)
thanks for the feedback
the download is working :)
but the script still ain't :)
just throws out a white page
yeah, you're not the only one
in a week i will begin a full scale test of the code in preparation for a 0.1 alpha-grade release.
i'm not quite sure why everyone gets a blank page
if you know php, and you can figure out why, it would be great if you would report back
i really haven't had time to look at the code in the past few weeks.
i'm guessing the problem is caused by something rather trivial.
script is quite big, and i haven't looked thru it yet ... :)
anyways if it'll help i've got apache 2, php5,mysql4 (the latest stuff..)
on gentoo linux
ahh
perhaps it's the PHP5 that's causing the problem
I was planning on testing it on PHP5, so I'll be fixing it to work on PHP5.
That explains why code that is not very different from the SL site code seems to not work.
Anyway, I'll keep that in mind when testing it on friday.
Thanks for the feedback.
(and if you fix it before i do, please send a patch. thanks.)
wow i'm dumb
see line 47 of tmpl_top.php
change E_NONE to E_ALL (or just grab the latest from CVS)
then it should tell you something useful