-
Thanks for the update...
I was testing the product to determine it's usability...
I did get it working eventually but don't remember how it was resolved. I abandoned the product and resorted to using a webcalendar instead.
Thanks everyone for the help.
2009-10-28 12:59:56 UTC by sokumkeo
-
@sokumkeo: To be honest if it's reporting an permission issue then it's a permission issue that's at fault. When you say you have given "everyone" read/write access does that mean the _system user that Apache runs under_ and has read access to the _directory_ containing the datafile as well as the data file itself?
I know I sound like a broken record sometimes but honestly, check...
2009-10-28 10:16:28 UTC by crimperman
-
I too am experiencing similar issue. I have given everyone read/write access but the message is still the same. Any suggestion?
Warning can't open datafile for READING : Permission denied.
2009-09-18 15:10:03 UTC by sokumkeo
-
Glad it's working.
To remove e-mail links from your list edit ryansiob.config.pl and remove "mail" from the @layout array (around line 131).
That said I've just spotted a bug in which the $maillinks config option has no effect. The above option negates this anyway but I'll fix that bug and release soon. (I know I keep saying that but bear with me it will happen soon- honest)...
2009-08-21 16:03:16 UTC by crimperman
-
Nevermind...
It works now, quite well actually. The error state may have been cached in my browser, because when I went back to the link later, the page came up. All functional and everything.
Nice piece of code, if only I could make the email field go away.....
2009-08-21 15:46:53 UTC by jjambro
-
I've installed In/Out Board on a computer running XP and Xampp. When I try to connect to the site I get the dreaded -
Premature end of script headers: printenv.pl
error 500
I have put the path to perl in the top line of all of the .pl files - this is the path I've verified both by browsing to the exe file and looking in other .pl files that work
I realize that the IUSR account is an...
2009-08-20 19:50:11 UTC by jjambro
-
You can grab a copy of the patch from here;
https://sites.google.com/a/gointotheham.com/cruft/snippets
Sourceforge mangling be dammed!
2009-08-02 22:06:11 UTC by yam1271
-
Man sourceforge forum sucks for this, there might be wrapping issues if you cut and paste; there should be 74 lines all told.
2009-08-02 00:22:05 UTC by yam1271
-
This is the above patch and fixes the code so that it will pay attention to $maillinks when it is set to 0. Same rules for applying patch as above.
diff -u ryansiob_orig/ryansiob.config.pl ryansiob_fixed/ryansiob.config.pl
--- ryansiob_orig/ryansiob.config.pl 2009-08-01 17:13:56.000000000 -0700
+++ ryansiob_fixed/ryansiob.config.pl 2009-08-01 17:12:16.000000000 -0700
@@ -238,8 +239,9 @@...
2009-08-02 00:19:23 UTC by yam1271
-
Patch below for replacing the spaceship with cmp, correcting the td style error listed on the main page and fixing a static link to the search page by replacing it with $searchurl.
The cmp fix was a fun one to run down, on my install any user whose name began with 'nan' would trigger that error and as I had 3 Nancys that was some digging. I wish I had seen jots post earlier, that could have...
2009-08-01 22:25:42 UTC by yam1271