Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ZEPsikopat

    (@zepsikopat)

    Hello
    Tried without Polylang, and it is still stuck.

    Thread Starter ZEPsikopat

    (@zepsikopat)

    Hi

    I actually overlooked your answer. However this does not solve my issue at all, it the recipient list build keeps stalling.

    I’m not even adding a huge amount of e-mail, only 44…

    It might be related to a Polylang issue though, as the list is not built for members using a different languauge than English.

    Thread Starter ZEPsikopat

    (@zepsikopat)

    I tried on my setup and I was able to display the images on the wordpress page…

    Some investigation tracks :
    – is the “Zenphoto gallery URL” field correct ? the Zenphotopress plugin does not read the image through the filesystem, but includes a link to the zenphoto domain directly.
    – have you set up some specific thumbnail options ? As the function list of thumbnail resizing has evolved since 1.4.2, it may cause some trouble now (haven’t checked as i’m not resizing them)
    – if you’re not on the same domain, I think you need to deactivate the “prevent hotlinking” option. (and configure it more specifically in your zenphoto .htaccess to allow only linking from your wordpress domain for example)

    Can you confirm the zenphotopress plugin is including a source image url looking like <your zenphoto domain>/zp-core/i.php?a=<album path>&i=<img name>&s=thumb ?

    Thread Starter ZEPsikopat

    (@zepsikopat)

    I’m replying to myself, but this previous change was expecting the zenphoto installation to always be of the new type. If you plan a deployment on a mixed environment, replace the line 73 require_once() with

    // Fallback for old configuration file
    if (file_exists($zp_data_path.'/zp-config.php'))
    	require_once($zp_data_path.'/zp-config.php');
    // Load new version of the configuration file
    else if (file_exists($zp_data_path.'/zenphoto.cfg'))
    	eval(file_get_contents($zp_data_path.'/zenphoto.cfg'));
    else {
    	ZenphotoBridge::error('Cannot read Zenphoto configuration file');
    	return;
    }
Viewing 4 replies - 1 through 4 (of 4 total)