Hallo, I want to try tvdinner, but I use apache2 as webserver. Do you have any solutions for running tvdinner with apache2? I can't install HTML::Mason 1.05...
Andreas Hähnel
andreas.haehnel@...
Nov 4, 2003 7:05 pm
42
From: "[ISO-8859-1] Andreas Hhnel" ... What kind of problem are you having? Sean -- \___/ Sean Keplinger ... \/ ) http://spookyworld.dnsalias.com...
... First, i couldn't get HTML::Mason to run with the mod_perl module of apache2. For this issue i found a document in the net to change some details of the...
Andreas Haehnel
andreas.haehnel@...
Nov 5, 2003 8:05 pm
44
Hi, after i installed all perl modules, the database and the files, i see the login screen, but i can't login :-( ... Mason error error in file:...
Andreas Hähnel
andreas.haehnel@...
Nov 7, 2003 2:14 pm
45
... Ok. Did you install the App::TVDinner::DB module? There should be a make file in the TVDinner tars that will install the modules in /lib. If you did that,...
Thank you very much, your tip made my tvdinner working...:-) i also had to add App::TVDinner::Lib... another problem: when i click on 'my favorites' or...
Andreas Hähnel
andreas.haehnel@...
Nov 10, 2003 3:32 pm
47
... Email me your handler.pl so I can take a look at it (or did you use the inline Perl configuration?) Sean -- \___/ Sean Keplinger ... \/ )...
... Looks like it's not interpreting the files without an extension right (re: the dhandler). What version of Apache/Mason are you running? Sean -- \___/ Sean...
alright, after about a year of hopelessness on my part, i got back to it. I started with RH9, dropped to RH8, and now im RH7.3. the other ones i couldnt get...
I figured i would beat the keys a bit more to see if it was just something simple i was missing. My problem (I think) was that HTML::Mason wasn actually...
ok i figured out this on on my own. turns out my Conf.pm was wrong, i was using: # -------------------------------------------------------------------- # path...
... (sorry...I've been away for the holiday.) ... Heh...I wish there were more than one of me. So far, it's just me on this project. :^/ It looks like you need...
mine is now working (thanks that App::TVDinner::DB in my handler did the trick-sry i didnt read the forum well enough). well working to a certain extent i...
... I believe I've already corrected this by added a "system" account when you first get things set up. (Mental note: check on that.) ... I have yet to write...
hey thanks for the upload tips, worked just like you said, i had to edit some of the tools to work the way they got installed system. for example the...
im running into another issue that i hope you can help me with. i think its right in here: -0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0- # clean it up a bit ...
... I've made a lot of changes within the past 2 weeks to help simplify TVDinner. For example: - There is no more handler.pl -- everything is done in-line to...
I coulnd't wait until the first of the year -- I wanted to get this out as soon as possible because it has so many bug fixes and is all around better than 0.3....
... script ... ok this is what i got running that script: [root@lakehouse tools]# ./testconfig.pl conf->{interfaceroot} = /tvdinner conf->{defaultorder} =...
it maybe common knowledge, but in the new version, during the make test....i got the following error: [root@lakehouse tvdinner]# make test PERL_DL_NONLAZY=1...
... The App::TVDinner::MP3 module is the Apache::MP3 module with the interface and a few other things taken out. Eventually, I'll isolate it down to the ...
... with a ... that didnt seem to help any. it just switched the error: error in file: /www/mason/obj/tvdinner/format/newadd.html line 26: DBD::mysql::st...
found one tiny tiny error that could prevent some confusion with users in the future. in dbstats.html, url is missing a "/" so i change this: <!-- TOTAL FILES...
hey just remembered something that might and might not help this project. at work we write our service order system in php, and one of the resources that we...
... Maybe it's the "limit" statement. Try this: jump into mysql and try the following query: select * from directory limit 10; If that doesn't work, then try...