Announcement

#1 2013-03-13 16:34:30

dalem
Member
2012-03-24
25

SWF and QTVR

Hello.
I do a lot of 360 degree Interactive Panoramas that are converted to either SWF or QTVR.
Is it possible to use Piwigo to show these files?
Thank you for assistance.

Offline

 

#2 2013-03-13 16:55:33

pewe
Member
2012-03-16
439

Re: SWF and QTVR

If you can use SWF for your files, add the Plugin 'Charlies Content' and try that

http://piwigo.org/ext/extension_view.php?eid=119
[extension by jdd] Charlies' content

Offline

 

#3 2013-03-13 19:56:36

dalem
Member
2012-03-24
25

Re: SWF and QTVR

Hi Pewe.
Installed this plugin but was presented with the following errors after I activated it.
Has anyone else had these errors.


Warning: fopen(./local//plugins/charlies_content.dat): failed to open stream: No such file or directory in /var/www/#####.com/plugins/charlies_content/main.inc.php on line 115 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/#####.com/plugins/charlies_content/main.inc.php on line 116 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/######.com/plugins/charlies_content/main.inc.php on line 117



EDIT: I think I have solved this by disabling 'SAFE MODE'

Last edited by dalem (2013-03-13 20:09:26)

Offline

 

#4 2013-03-13 20:12:26

flop25
Piwigo Team
2006-07-06
7037

Re: SWF and QTVR

the SAFE MODE is useless and even deprecated by php itself


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#5 2013-03-13 22:21:06

dalem
Member
2012-03-24
25

Re: SWF and QTVR

I have just checked my php.ini and SAFE_Mode is already off, so I really don't know what this error is.
Can anyone suggest anything please.
Thanks.

Offline

 

#6 2013-03-13 22:25:58

flop25
Piwigo Team
2006-07-06
7037

Re: SWF and QTVR

hi
check the permissions of the local/plugins/charlies_content/ and check also for .dat file


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#7 2013-03-13 22:40:30

dalem
Member
2012-03-24
25

Re: SWF and QTVR

Hi Flop.

I have just noticed that there is an extra / in the first line of the error.  Warning: fopen(./local//plugins/charlies_content.dat)

The permissions I have tried 775 and 777
Also there is no charlies_content.dat in the folder ???

Last edited by dalem (2013-03-13 22:43:13)

Offline

 

#8 2013-03-13 22:45:36

flop25
Piwigo Team
2006-07-06
7037

Re: SWF and QTVR

bold might be just html tag enclosure  : did you put such tag in your custom header or otehr ... ?

try to create that file .dat.. :/ don't know the plugin


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#9 2013-03-13 22:56:09

dalem
Member
2012-03-24
25

Re: SWF and QTVR

Hi Flop25.
Created a charlies_content.dat gave it 777 be still have the error.
It is strange because the plugin has installed and is configurable in admin, but the error is right across the top of my site.
Thanks

Last edited by dalem (2013-03-13 23:16:37)

Offline

 

#10 2013-03-13 22:57:26

flop25
Piwigo Team
2006-07-06
7037

Re: SWF and QTVR

try to put a @ http://piwigo.org/dev/browser/extension … c.php#L115 @fopen( $dir.basename(dirname(__FILE__)).'.dat', 'w' );


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#11 2013-03-13 22:58:55

flop25
Piwigo Team
2006-07-06
7037

Re: SWF and QTVR

or better http://piwigo.org/dev/browser/extension … c.php#L115
delete
$file = fopen( $dir.basename(dirname(__FILE__)).'.dat', 'w' );
116            fwrite($file, serialize($charlie));
117            fclose( $file );


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#12 2013-03-13 23:16:07

dalem
Member
2012-03-24
25

Re: SWF and QTVR

Hi Flop25.

Deleted (commented out) lines 115, 116, 117
Error gone away.

I need to buy you a very large beer for your help.
Thanks very much for helping me. It is appreciated.

Last edited by dalem (2013-03-13 23:16:24)

Offline

 

#13 2013-03-13 23:20:24

flop25
Piwigo Team
2006-07-06
7037

Re: SWF and QTVR

:D
you know I'm in THE french town of beer with 3 breweries ^^


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#14 2013-03-13 23:36:27

dalem
Member
2012-03-24
25

Re: SWF and QTVR

Well how can I repay my debt to you?
name your price.

Offline

 

#15 2013-03-13 23:39:40

flop25
Piwigo Team
2006-07-06
7037

Re: SWF and QTVR

^^ very kind For me, nothing really
for the project you can donate a "beer" http://piwigo.org/donate for helping us to maintain the servers


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact