Richard Wing - Personal | 12 May 2010 05:03
Picon
Gravatar

Error after install

Hello,

I got the following error after I installed videodb. I downloaded the
current cvs files and exported the files I needed to upload from my
local subversion.

I ran the install.php in the folder I uploaded the files to I called
"medialibrary"

Here is the specific error. I looked for a file called httpclient.php
in the core folder that was mentioned in the error and its no where to
be found.

Please advise.

Thanks,

Warning: require_once(./core/httpclient.php) [function.require-once]:
failed to open stream: No such file or directory in
/home/winghous/public_html/medialibrary/engines/engines.php  on line
11

Fatal error: require_once() [function.require]: Failed opening
required './core/httpclient.php'
(include_path='.:.:/usr/lib/php:/usr/local/lib/php') in
/home/winghous/public_html/medialibrary/engines/engines.php on line 11

------------------------------------------------------------------------------
Andreas Goetz | 12 May 2010 16:48
Picon
Picon

Re: Error after install

  Richard,

do the files exist? Not sure what you mean by local subversion- pls make 
sure to use the official CVS repository...

Best regards,
Andreas

On 12.05.2010 05:03, Richard Wing - Personal wrote:
> Hello,
>
> I got the following error after I installed videodb. I downloaded the
> current cvs files and exported the files I needed to upload from my
> local subversion.
>
> I ran the install.php in the folder I uploaded the files to I called
> "medialibrary"
>
> Here is the specific error. I looked for a file called httpclient.php
> in the core folder that was mentioned in the error and its no where to
> be found.
>
> Please advise.
>
> Thanks,
>
> Warning: require_once(./core/httpclient.php) [function.require-once]:
> failed to open stream: No such file or directory in
> /home/winghous/public_html/medialibrary/engines/engines.php  on line
> 11
(Continue reading)

Félix Sipma | 12 May 2010 22:19
Picon

bug? Class 'Smarty_Internal_Data' not found

I've just upgraded to the latest cvs version and I get the following
error:

[Wed May 12 22:10:11 2010] [error] [client 127.0.0.1] PHP Warning:
include(/var/www/videodb/lib/smarty/sysplugins/smarty_internal_data.php): failed to open
stream: No such file or directory in /var/www/videodb/lib/smarty/Smarty.class.php on line 768
[Wed May 12 22:10:11 2010] [error] [client 127.0.0.1] PHP Warning: include(): Failed opening
'/var/www/videodb/lib/smarty/sysplugins/smarty_internal_data.php' for inclusion
(include_path='.:.:/usr/share/php:/usr/share/pear') in
/var/www/videodb/lib/smarty/Smarty.class.php on line 768
[Wed May 12 22:10:11 2010] [error] [client 127.0.0.1] PHP Fatal error: Class 'Smarty_Internal_Data' not
found in /var/www/videodb/lib/smarty/Smarty.class.php on line 109

--

-- 
Félix
------------------------------------------------------------------------------

_______________________________________________
videodb-devel mailing list
videodb-devel@...
https://lists.sourceforge.net/lists/listinfo/videodb-devel
Andreas Goetz | 13 May 2010 12:51
Picon
Picon

Re: bug? Class 'Smarty_Internal_Data' not found

the file apears to be in cvs?

http://videodb.cvs.sourceforge.net/viewvc/videodb/videodb/lib/smarty/sysplugins/smarty_internal_data.php?view=log

Best regards,
Andreas


On 12.05.2010 22:19, Félix Sipma wrote:
I've just upgraded to the latest cvs version and I get the following error: [Wed May 12 22:10:11 2010] [error] [client 127.0.0.1] PHP Warning: include(/var/www/videodb/lib/smarty/sysplugins/smarty_internal_data.php): failed to open stream: No such file or directory in /var/www/videodb/lib/smarty/Smarty.class.php on line 768 [Wed May 12 22:10:11 2010] [error] [client 127.0.0.1] PHP Warning: include(): Failed opening '/var/www/videodb/lib/smarty/sysplugins/smarty_internal_data.php' for inclusion (include_path='.:.:/usr/share/php:/usr/share/pear') in /var/www/videodb/lib/smarty/Smarty.class.php on line 768 [Wed May 12 22:10:11 2010] [error] [client 127.0.0.1] PHP Fatal error: Class 'Smarty_Internal_Data' not found in /var/www/videodb/lib/smarty/Smarty.class.php on line 109 ------------------------------------------------------------------------------ _______________________________________________ videodb-devel mailing list videodb-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/videodb-devel
------------------------------------------------------------------------------

_______________________________________________
videodb-devel mailing list
videodb-devel@...
https://lists.sourceforge.net/lists/listinfo/videodb-devel
Félix Sipma | 13 May 2010 13:03
Picon

Re: bug? Class 'Smarty_Internal_Data' not found

Arg, sorry: I did 'cvs update' instead of 'cvs update -d' :-(

On Thu, 13 May 2010 at 12:51:55 +0200, Andreas Goetz wrote:
> the file apears to be in cvs?
> 
> http://videodb.cvs.sourceforge.net/viewvc/videodb/videodb/lib/smarty/sysplugins/smarty_internal_data.php?view=log
> 
> Best regards,
> Andreas
> 
> On 12.05.2010 22:19, Félix Sipma wrote:
>>I've just upgraded to the latest cvs version and I get the following
>>error:
>>
>>[Wed May 12 22:10:11 2010] [error] [client 127.0.0.1] PHP Warning:
include(/var/www/videodb/lib/smarty/sysplugins/smarty_internal_data.php): failed to open
stream: No such file or directory in /var/www/videodb/lib/smarty/Smarty.class.php on line 768
>>[Wed May 12 22:10:11 2010] [error] [client 127.0.0.1] PHP Warning: include(): Failed opening
'/var/www/videodb/lib/smarty/sysplugins/smarty_internal_data.php' for inclusion
(include_path='.:.:/usr/share/php:/usr/share/pear') in
/var/www/videodb/lib/smarty/Smarty.class.php on line 768
>>[Wed May 12 22:10:11 2010] [error] [client 127.0.0.1] PHP Fatal error: Class 'Smarty_Internal_Data'
not found in /var/www/videodb/lib/smarty/Smarty.class.php on line 109
>>
>>------------------------------------------------------------------------------
>>
>>_______________________________________________
>>videodb-devel mailing list
>>videodb-devel@...
>>https://lists.sourceforge.net/lists/listinfo/videodb-devel

> ------------------------------------------------------------------------------

> 
> _______________________________________________
> videodb-devel mailing list
> videodb-devel@...
> https://lists.sourceforge.net/lists/listinfo/videodb-devel

------------------------------------------------------------------------------

_______________________________________________
videodb-devel mailing list
videodb-devel@...
https://lists.sourceforge.net/lists/listinfo/videodb-devel
Andreas Goetz | 16 May 2010 18:09
Picon
Picon

Re: file permissions

  Hi Florin,

you're right about the write permissions. The only exception is the 
config file which is written by the installer. I'm not entirely sure 
where I'd need to change the code as I inherited the *nix-specific parts.

If you want to contribute a patch I'd be happy to include it.

Best regards,
Andreas

On 26.03.2010 01:03, Florin Andrei wrote:
> Reading the documentation, I deduce that the only files that need to be
> writable by the web server while VideoDB is in use (after the
> installation was completed) are videodb/cache/*
>
> Is that correct?
>
> If yes, I assume they don't necessarily have to have 777 permissions.
> 755 for directories and 644 for files should be enough, provided that
> the owner of these files is Apache's user.
>

------------------------------------------------------------------------------
Andreas Goetz | 16 May 2010 18:18
Picon
Picon

Re: media type suggestion: AVCHD

  Added in CVS- have fun!

Best regards,
Andreas

On 26.03.2010 00:45, Florin Andrei wrote:
> AVCHD disk: basically a subset of the Blu-Ray specification, but the
> physical support can be a plain DVD disk instead of BD. All Blu-Ray
> players support them.
>
> http://en.wikipedia.org/wiki/AVCHD#DVD_disc
>
> It's pretty trivial nowadays to make an AVCHD disk, there are plenty of
> free tools out there for video compression and disk authoring. With a
> capable H.264 encoder such as x264, in my experience up to 3 hours of
> 1080p video can be squeezed on a DVD5 before the quality starts to drop
> noticeably. Combine that with the fact that BD disks are still pretty
> expensive, AVCHD seems like the logical best option right now for
> storing HD on write-once media.
>
> I suggest adding AVCHD to the list of media types supported by VideoDB.
>
> Question: Is it enough to simply add it to the videodb_mediatypes table,
> or do I have to make other changes as well?
>
> Suggestion: Would be nice to allow the user to add / edit / remove media
> types through the Web interface. ;-)
>
> Thanks,
>

------------------------------------------------------------------------------
Andreas Goetz | 16 May 2010 18:19
Picon
Picon

Re: media type suggestion: AVCHD

  PS.: Would be happy to accept a patch for user-admin of mediatypes. If 
you can find a nice ajax-enabled version that would be even better and 
probably suitable for other admin tasks as well...

Best regards,
Andreas

On 26.03.2010 00:45, Florin Andrei wrote:
> AVCHD disk: basically a subset of the Blu-Ray specification, but the
> physical support can be a plain DVD disk instead of BD. All Blu-Ray
> players support them.
>
> http://en.wikipedia.org/wiki/AVCHD#DVD_disc
>
> It's pretty trivial nowadays to make an AVCHD disk, there are plenty of
> free tools out there for video compression and disk authoring. With a
> capable H.264 encoder such as x264, in my experience up to 3 hours of
> 1080p video can be squeezed on a DVD5 before the quality starts to drop
> noticeably. Combine that with the fact that BD disks are still pretty
> expensive, AVCHD seems like the logical best option right now for
> storing HD on write-once media.
>
> I suggest adding AVCHD to the list of media types supported by VideoDB.
>
> Question: Is it enough to simply add it to the videodb_mediatypes table,
> or do I have to make other changes as well?
>
> Suggestion: Would be nice to allow the user to add / edit / remove media
> types through the Web interface. ;-)
>
> Thanks,
>

------------------------------------------------------------------------------
Richard Wing - Personal | 17 May 2010 06:09
Picon
Gravatar

cvs password?

Hello,

Can you tell me what is the password for anonymous user to access cvs?

I get prompted for one and I have tried none and the word password and
the word anonymous and none work.

please advise.

Is there a step by step tutorial on how to access cvs from tortoise
cvs program that you know of or can direct me too?

Maybe I am trying to connect the wrong way or something?

Thanks,
Richard

------------------------------------------------------------------------------
Andreas Goetz | 17 May 2010 08:40
Picon
Picon

Re: cvs password?

  I don't remember honestly- please try your email address. I seem to 
recall that SF wants to know who it's dealing with. Otherwise try empty 
or search the SF pages for instructions.

Best regards,
Andreas

On 17.05.2010 06:09, Richard Wing - Personal wrote:
> Hello,
>
> Can you tell me what is the password for anonymous user to access cvs?
>
> I get prompted for one and I have tried none and the word password and
> the word anonymous and none work.
>
> please advise.
>
> Is there a step by step tutorial on how to access cvs from tortoise
> cvs program that you know of or can direct me too?
>
> Maybe I am trying to connect the wrong way or something?
>
> Thanks,
> Richard
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> videodb-devel mailing list
> videodb-devel@...
> https://lists.sourceforge.net/lists/listinfo/videodb-devel
>

------------------------------------------------------------------------------

Gmane