picasa plugin problem?

Creating and modifying plugins.
dom97
Regular
Posts: 20
Joined: Sun Feb 18, 2007 9:59 pm

Post by dom97 »

Same errors here too. Just tried it and got the same errors that I've always gotten:

"Picasa Plugin: Index file of the album not found

Triple checked paths and they are all correct and this is on TWO different hosts (ISP's).

found this;
This means your provider's PHP does not have XML extensions installed.

You'll need to ask your hoster to enable DOMXML extensions...

at:
http://board.s9y.org/viewtopic.php?t=16 ... ght=picasa
nesges
Regular
Posts: 7
Joined: Tue Mar 06, 2007 1:57 pm
Location: Bonn/Lünebach
Contact:

Post by nesges »

subberman77 wrote:/blogger/fotos
/fotos
is this realy the full absolute path to your images directory? Regarding what Garvin said about "allow_url_fopen" you might have to specify the full local path.

If you don't know your document root, just push a file "phpinfo.php" containg no more than "<? phpinfo() ?>" to your website and call it in your browser. In the section "Environment" you'll find your document root.
nesges
Regular
Posts: 7
Joined: Tue Mar 06, 2007 1:57 pm
Location: Bonn/Lünebach
Contact:

Post by nesges »

dom97 wrote:This means your provider's PHP does not have XML extensions installed.
Same here. Take a look at your phpinfo() (see above posting) and search for a "domxml" section.
subberman77
Regular
Posts: 78
Joined: Sun May 13, 2007 8:51 pm
Location: heilbronn
Contact:

Post by subberman77 »

there is some xml stuff...but can you guys take a look?

http://subberman.su.funpic.de/blogger/phpinfo.php

thanks 4 help at all...

here we go:

i just saw some failure messages...

SecureSSI: Das Script (/usr/export/www/vhosts/funnetwork/hosting/subberman/blogger/index.php) hat versucht, ausserhalb von seinem Userverzeichniss, auf die Datei /fotos/20052007/index.xml zuzugreifen.Aus Sicherheitsgruenden ist dies nicht erlaubt!

Warning: file() [function.file]: Sicherheitsverletzung: in /usr/export/www/vhosts/funnetwork/hosting/subberman/blogger/plugins/serendipity_event_picasa/serendipity_event_picasa.php on line 190

Warning: file(/fotos/20052007/index.xml) [function.file]: failed to open stream: Operation not permitted in /usr/export/www/vhosts/funnetwork/hosting/subberman/blogger/plugins/serendipity_event_picasa/serendipity_event_picasa.php on line 190

Warning: join() [function.join]: Bad arguments. in /usr/export/www/vhosts/funnetwork/hosting/subberman/blogger/plugins/serendipity_event_picasa/serendipity_event_picasa.php on line 190
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

You seem to have entered a full path that is not valid on your server. You must enter the full absolute path instead, so try

/usr/export/www/vhosts/funnetwork/hosting/subberman/fotos/20052007/index.xml

instead?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
nesges
Regular
Posts: 7
Joined: Tue Mar 06, 2007 1:57 pm
Location: Bonn/Lünebach
Contact:

Post by nesges »

subberman77 wrote:SecureSSI
WTH ist SecureSSI? Googling it reveals that your provider "funpic.de" seems to be kinda paranoid and that this "PHP derivate" disallows almost everything.. Be it as it may - the plugin is just trying to read a file and doesn't find it -> try adjusting the path as Garvin said ;)
subberman77
Regular
Posts: 78
Joined: Sun May 13, 2007 8:51 pm
Location: heilbronn
Contact:

Post by subberman77 »

hey, at first...thanks again for your help. It seems, entering the full path gets me one step further, but now i got another failure message... :(

i think i will change my hoster....at the moment i'am really pissed about that damn plugin problems...



Picasa Plugin: Index file of the album not found (/usr/export/www/vhosts/funnetwork/hosting/subberman/fotos/20052007)



Warning: file(/usr/export/www/vhosts/funnetwork/hosting/subberman/fotos/20052007/index.xml) [function.file]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/subberman/blogger/plugins/serendipity_event_picasa/serendipity_event_picasa.php on line 190

Warning: join() [function.join]: Bad arguments. in /usr/export/www/vhosts/funnetwork/hosting/subberman/blogger/plugins/serendipity_event_picasa/serendipity_event_picasa.php on line 190
dom97
Regular
Posts: 20
Joined: Sun Feb 18, 2007 9:59 pm

Post by dom97 »

Does anybody actually have this running anywhere? If so, can they provide a link.

I'm still having problems on my site to and doing the same suggestions as above.

My problem is that the when posting a message, all I see is [test]longmont[/test] in the message. No errors.
subberman77
Regular
Posts: 78
Joined: Sun May 13, 2007 8:51 pm
Location: heilbronn
Contact:

Post by subberman77 »

welcome to the club... :)

i saw the plugin running really fine on the authors website. :) you can take his name out of the source and google his email to find his website. :)
ayko
Regular
Posts: 8
Joined: Wed Feb 21, 2007 7:10 pm

Post by ayko »

In the case of error:

Fatal error: Call to undefined function domxml_open_mem() in

The error causes on using PHP5!

To get this plugin work, take a look there:

http://blog.sdamm.de/2007/07/22/75.html

regards
Ayko
Last edited by ayko on Mon Sep 10, 2007 3:12 pm, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi ayko!

Your server does not support domxml php extension, but this is required for the plugin to operate.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ayko
Regular
Posts: 8
Joined: Wed Feb 21, 2007 7:10 pm

Post by ayko »

garvinhicking wrote:Hi ayko!

Your server does not support domxml php extension, but this is required for the plugin to operate.

Regards,
Garvin
Hi Garvin,

you missunderstood.

My Server support domxml all the time, but after switching PHP4 to PHP5 on my Server, the error occurs.

And on the showed link is the workaround for this problem, if Server allows domxml and using PHP5.

best regards
Ayko
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Ah, thank you for the better explanation. Now I understand. :)

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Hotgun
Regular
Posts: 7
Joined: Fri Nov 02, 2007 8:13 pm

Post by Hotgun »

dom97 wrote:Does anybody actually have this running anywhere? If so, can they provide a link.

I'm still having problems on my site to and doing the same suggestions as above.

My problem is that the when posting a message, all I see is [test]longmont[/test] in the message. No errors.
same with me, not even an error message wenn trying to write a new post with a picasa-gal. just the text-output [picasa]test[/picasa]

:evil:
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi Hotgun!

How exactly did you configure the picasa plugin? Which other event plugins do you have installed? If you use the "extended properties ofentries" plugin, do you have caching enabled?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply