PhotoAccess Fulfillment Error

dgwyn

Joined: 2005-01-28
Posts: 6
Posted: Mon, 2005-01-31 17:49

<When I try to test the connection to photoaccess, I always get the PhotoAccess Fulfillment Error message. Is there something else I need to do on setup?
----

Gallery URL (optional): x.gwyn.net/gallery2
Gallery version: 2
Webserver (with version):
Datatabase (with version): MySQL
PHP version (eg 4.2.1):
phpinfo URL (optional):
Graphics Toolkit(s):
Operating system:
Web browser/version:

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Tue, 2005-02-01 05:19

No, that's all you should need to do. Edit your config.php and turn on buffered debug mode like this:

$gallery->setDebug('buffered');

Then try again. This time, you'll get quite a lot of debug output
when you get the error. Look towards the bottom of the debug output
and scan backwards for anything that looks like an error, then report
that here. Usually that will give us enough information to work with.
If you can't understand what you're seeing, err on the side of posting
more info. If it's going to be more than 30-40 lines of output, you
should save it into a text file and publish it on your own website and
post a link to it here (so that the forum remains readable).

 
dgwyn

Joined: 2005-01-28
Posts: 6
Posted: Tue, 2005-02-01 14:40

Here's the error that I found. It looks like something's up with photoaccess.com:

Binding text domain: modules_comment ->
/var/www/domains/x.gwyn.net/docs/gallery2/modules/comment/locale
file_exists(././local/main.php)
file_exists(/var/www/domains/x.gwyn.net/docs/gallery2/g2data/cache/module/core/0/0/0.inc)
file_exists(/var/www/domains/x.gwyn.net/docs/gallery2/modules/core/classes/../../../modules/core/DownloadItem.inc)
file_exists(/var/www/domains/x.gwyn.net/docs/gallery2/modules/core/classes/../../../modules/core/DownloadItem.inc)
file_exists(././local/main.php)
fsockopen(www.photoaccess.com, 80, , , 1)
Error : '' retrieving http://www.photoaccess.com/buy/anonCartXML.jsp
file_exists(/var/www/domains/x.gwyn.net/docs/gallery2/g2data/sessions/48dc4d4de7f6e697ec3a21c434355ad6)
fopen(/var/www/domains/x.gwyn.net/docs/gallery2/g2data/sessions/48dc4d4de7f6e697ec3a21c434355ad6,
r+b, 0)
flock(Resource id #83, 6, )
fseek(Resource id #83, 0, 0)
fwrite(Resource id #83, ..., 11334)
ftruncate(Resource id #83, 11334)
flock(Resource id #83, 3, )
fclose(Resource id #83)
realpath(/var/www/domains/x.gwyn.net/docs/gallery2/modules/core/classes/../../..)

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Thu, 2005-02-03 06:57

Oy. Would you please file a bug at http://sf.net/projects/gallery about this? I'll fix it as soon as I can.