Re: [mythtv-users] mythweb-svn problem

2005-12-03 Thread Nick Rosier
On 12/1/05, Chris Petersen [EMAIL PROTECTED] wrote:
 People who run unstable
 code have no right to bitch about things not being documented.
 
  However, I don't necessarily take feedback on these lists as
  'bitching' at least not all the time ;)

 Yes.  I made that as a general comment.  Didn't mean it to be directed
 at this thread specifically, and apologize to those who took it as such.

  But of course, the right place to do this constructive bitching would
  be on a real bug report.

 Which was filed, and pointed out that there was a legit bug (dunno why,
 since it shouldn't have caused any problems), which is now fixed.

Chris,

found another problem:

Warning at /var/www/localhost/htdocs/mythweb-svn/includes/init.php, line 252:
main(config/theme_default.php): failed to open stream: No such file or directory

When I check the config-directory I only find theme_Default.php. Is
this just a case problem?

N.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythweb-svn problem

2005-12-01 Thread Chris Petersen

People who run unstable
code have no right to bitch about things not being documented.


However, I don't necessarily take feedback on these lists as
'bitching' at least not all the time ;)


Yes.  I made that as a general comment.  Didn't mean it to be directed 
at this thread specifically, and apologize to those who took it as such.



But of course, the right place to do this constructive bitching would
be on a real bug report.


Which was filed, and pointed out that there was a legit bug (dunno why, 
since it shouldn't have caused any problems), which is now fixed.


-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


AW: [mythtv-users] mythweb-svn problem

2005-11-30 Thread pschormeir
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Andrew Wilson
Gesendet: Dienstag, 29. November 2005 19:12
An: Discussion about mythtv
Betreff: Re: [mythtv-users] mythweb-svn problem


I had trouble getting mythweb going last night as well. Chris, maybe
you should include some hints in the README about how to enable
mod_env and mod_rewrite for apache virgins.

In my case, it was as simple as doing:

ln -s /etc/apache2/mods-available/rewrite.load
/etc/apache2/mods-enabled/rewrite.load

and adding to /etc/apache2/apache2.conf

Directory /var/www/mythweb
AllowOverride All
/Directory

... It took me a long time (~ 1 hour) to actually get this
information out of google; the problem being the difference in
configuration between old apache (1.3) and apache 2. I spent ages
trying to get mod_env going when (I think) it's actually built into
apache2.

Andrew
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Hi !

Thanks for the hints.
I've already checked the prerequisites listed in the README.
Everything seems to be as required.
The apache conf says that it's loading mod_rewrite and mod_env, AllowOverride 
is set and I've double checked the settings in mythweb
config file (servername,user,password).
No luck so far, still get the page with Database Error.
BTW I'm using gentoo 2.6.12, apache 2.0.54
Any other ideas ?

Thanks in advance

Regards

Fritz

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: AW: [mythtv-users] mythweb-svn problem

2005-11-30 Thread Chris Petersen

The apache conf says that it's loading mod_rewrite and mod_env, AllowOverride 
is set and I've double checked the settings in mythweb
config file (servername,user,password).


the database settings are in .htaccess, not conf.php...

And just out of curiosity, *which* AllowOverride is set?  By default, 
there is usually one for / (as in turn off access to everything), and 
another for /var/www/ (which is the one you want, to turn access back on 
for that directory).


-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


AW: AW: [mythtv-users] mythweb-svn problem

2005-11-30 Thread pschormeir
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Chris Petersen
Gesendet: Mittwoch, 30. November 2005 17:40
An: Discussion about mythtv
Betreff: Re: AW: [mythtv-users] mythweb-svn problem


 The apache conf says that it's loading mod_rewrite and mod_env, AllowOverride 
 is set and I've double checked the settings in
mythweb
 config file (servername,user,password).

the database settings are in .htaccess, not conf.php...

And just out of curiosity, *which* AllowOverride is set?  By default,
there is usually one for / (as in turn off access to everything), and
another for /var/www/ (which is the one you want, to turn access back on
for that directory).

-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Have partially solved the problem.
Don't know why, but its working if I open program_listing.php instead of 
index.html


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: AW: AW: [mythtv-users] mythweb-svn problem

2005-11-30 Thread Chris Petersen

Have partially solved the problem.
Don't know why, but its working if I open program_listing.php instead of 
index.html


Mythweb does not have an index.html

and *please* remove signature code when replying, and use proper message 
quoting.  It's nearly impossible to read your replies.


-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: AW: AW: [mythtv-users] mythweb-svn problem

2005-11-30 Thread Steve
I seem to have an index.html also and I sure as hell didn't create it myself. This is straight from the svn...
On 11/30/05, Chris Petersen [EMAIL PROTECTED] wrote:
 Have partially solved the problem. Don't know why, but its working if I open program_listing.php instead of 
index.htmlMythweb does not have an index.htmland *please* remove signature code when replying, and use proper messagequoting.It's nearly impossible to read your replies.-Chris___
mythtv-users mailing listmythtv-users@mythtv.orghttp://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: AW: AW: [mythtv-users] mythweb-svn problem

2005-11-30 Thread Chris Petersen

I seem to have an index.html also and I sure as hell didn't create it
myself. This is straight from the svn...


Yeah, my bad.  forgot that I had committed that.

-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythweb-svn problem

2005-11-30 Thread Chad
 People who run unstable
 code have no right to bitch about things not being documented.

 -Chris
 ___

I totally agree with this and think it whole heartedly should be understood.

However, I don't necessarily take feedback on these lists as
'bitching' at least not all the time ;)

But of course, the right place to do this constructive bitching would
be on a real bug report.

Thanks for the quality product!  I think I would have dropped myth in
the beginning had I not also had mythweb as a great bragging rights
tool to show off to co-workers.

Cool
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] mythweb-svn problem

2005-11-29 Thread pschormeir
After upgrading mythtv and mythweb to latest svn version (8076) from a much 
earlier version, I get a database error page without
any other hints when trying to access the webpage. AllowOverride is set.
Has anybody an idea where the problem is ?

Thanks a lot in advance !

Regards

Fritz

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythweb-svn problem

2005-11-29 Thread Chris Petersen

After upgrading mythtv and mythweb to latest svn version (8076) from a much earlier 
version, I get a database error page without
any other hints when trying to access the webpage. AllowOverride is set.
Has anybody an idea where the problem is ?


You might try reading the README (hint:  look at .htaccess).  Big 
changes in mythweb setup.


But as other threads have indicated, mythweb's half-broken at the 
moment, too.


-CHris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythweb-svn problem

2005-11-29 Thread Andrew Wilson
I had trouble getting mythweb going last night as well. Chris, maybe
you should include some hints in the README about how to enable
mod_env and mod_rewrite for apache virgins.

In my case, it was as simple as doing:

ln -s /etc/apache2/mods-available/rewrite.load
/etc/apache2/mods-enabled/rewrite.load

and adding to /etc/apache2/apache2.conf

Directory /var/www/mythweb
AllowOverride All
/Directory

. It took me a long time (~ 1 hour) to actually get this
information out of google; the problem being the difference in
configuration between old apache (1.3) and apache 2. I spent ages
trying to get mod_env going when (I think) it's actually built into
apache2.

Andrew
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythweb-svn problem

2005-11-29 Thread Chris Petersen

I had trouble getting mythweb going last night as well. Chris, maybe
you should include some hints in the README about how to enable
mod_env and mod_rewrite for apache virgins.


afaik, mod_env and mod_rewrite are enabled by default on all sane 
distributions (redhat, fedora, ubuntu -- thought even gentoo did it).



and adding to /etc/apache2/apache2.conf

Directory /var/www/mythweb
AllowOverride All
/Directory


This is covered in the readme already.


. It took me a long time (~ 1 hour) to actually get this
information out of google; the problem being the difference in
configuration between old apache (1.3) and apache 2. I spent ages
trying to get mod_env going when (I think) it's actually built into
apache2.


Depends on how it's compiled.  Ubuntu compiles (and enables) it by 
default, fedora compiles it as a module...


Anyway, I *will* add something to the readme before this is released. 
for now, I'd rather finish getting it working.  People who run unstable 
code have no right to bitch about things not being documented.


-Chris
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users