|
|
Forum-Information
Before posting about errors, make sure that the answer cannot already be found
in our FAQ or by searching this forum!
Posting is restricted to registered users ( registering is free and simple!) due to recent spam attacks. When having trouble with this board, contact garvin(-at)s9y(-dot)org.
|
Creating and modifying plugins.
-
dom97
- Regular
-
- Posts: 20
- Joined: Sun Feb 18, 2007 10:59 pm
by dom97 » Mon May 21, 2007 11:19 pm
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 2:57 pm
- Location: Bonn/Lünebach
-
by nesges » Tue May 22, 2007 12:00 am
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 2:57 pm
- Location: Bonn/Lünebach
-
by nesges » Tue May 22, 2007 12:04 am
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
-
by subberman77 » Tue May 22, 2007 8:14 pm
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: 28971
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
-
by garvinhicking » Wed May 23, 2007 11:30 am
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
-
nesges
- Regular
-
- Posts: 7
- Joined: Tue Mar 06, 2007 2:57 pm
- Location: Bonn/Lünebach
-
by nesges » Wed May 23, 2007 4:08 pm
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
-
by subberman77 » Wed May 23, 2007 7:12 pm
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 10:59 pm
by dom97 » Wed May 23, 2007 9:39 pm
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
-
by subberman77 » Wed May 23, 2007 9:50 pm
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 8:10 pm
by ayko » Mon Sep 10, 2007 3:01 pm
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: 28971
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
-
by garvinhicking » Mon Sep 10, 2007 3:11 pm
Hi ayko!
Your server does not support domxml php extension, but this is required for the plugin to operate.
Regards,
Garvin
-
ayko
- Regular
-
- Posts: 8
- Joined: Wed Feb 21, 2007 8:10 pm
by ayko » Mon Sep 10, 2007 4:00 pm
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: 28971
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
-
by garvinhicking » Tue Sep 11, 2007 10:48 am
Hi!
Ah, thank you for the better explanation. Now I understand.
Best regards,
Garvin
-
Hotgun
- Regular
-
- Posts: 7
- Joined: Fri Nov 02, 2007 9:13 pm
by Hotgun » Fri Nov 02, 2007 9:15 pm
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]

-

garvinhicking
- Core Developer
-
- Posts: 28971
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
-
by garvinhicking » Fri Nov 02, 2007 9:19 pm
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
Return to Plugins
Who is online
Users browsing this forum: No registered users and 2 guests
|