Viewing 7 replies - 1 through 7 (of 7 total)
  • Could you provide me with an actual URL that exhibits the problem, and some additional information (how are the child pages’ images defined — with the subpage_thumb, or as attachments? did you check the permissions of the directories to ensure thumbnails can be created? etc.)

    Please use the contact information on my website https://www.wlindley.com

    Thread Starter chp2009

    (@chp2009)

    Yes, checked the permissions of all directories. They are set to 755 and thumbnails are no longer being created.

    Child page images are defined with the subpage_thumb

    OK Could you try this please. In autonav-wl.php, on approximately line 381 you should find:

    if ((!$picpages_only) || $pic_info['image'] != '') {

    Please change this to:

    if ((!$picpages_only) || $pic_info['image_url'] != '') {

    and report whether that corrects the problem.

    Do note that when you use the subpage_thumb field, that specifies an image which should already be a thumbnail — it could be a remote URL, a picture on another site — so AutoNav will not attempt to modify or create alternate sizes.

    The upcoming WordPress 2.9 has a much easier way to specify a thumbnail for a page, using any image that is in the Media Library… and AutoNav already supports that, including creation of all the alternately sized images.

    Updated to v1.1.8 which should work correctly.

    CORRECTION: You can specify a local image with a relative path, as described in the plugin’s FAQ — and all the automatic resizing will happen.

    I am getting this error off and on while uploading images onto the site, sometimes it works seamlessly for a while then this happens.. “…permission denied wp-includes/media.php line 381…”
    I went to that file and found that it had it’s permissions set at 644 so I set it at 755, I hope that will fix it.
    Has anyone else seen this happen? the host we are using is Blacksun Canadian Web Hosting, this is the host that my client was already with. I know they use Virtual hosting… I do not know if it is a hosting error or a WordPress error. I would appreciate any input.
    Also the Auto upgrade does not work, we are using Version 2.8.4
    The PHP is version 5+
    Thank you.

    The auto upgrade issue could also be a permissions problem? Sounds like some kind of scheduled (“cron”) job at your host is resetting them, perhaps.

    Hi,
    At the beginning of thanks for the plug!

    I have a little problem – the problem occurs:
    Warning: Invalid argument supplied for foreach() in /home/paulmicha/domains/wpmu.pabloart.pl/public_html/wp-content/plugins/autonav/autonav-wl.php on line 106

    How can I solve it? Please help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: AutoNav Graphical Navigation and Gallery Plugin] Stopped working ..??’ is closed to new replies.