• I posted this before and thought I resolved it myself, but it is now doing it again. I have a “virtual” album that I created with a shortcode of:
    [wppa type=”thumbs” album=”#lasten,0,70″][/wppa]

    This is to display 70 of the most recent photos. When you click on a thumbnail, it just goes to a white screen. Can you check to see what is going wrong? It worked fine before, just recently started doing this. Have refreshed permalinks, so I know it’s not that. Here is the link:

    https://www.mycoinclub.com/recent-uploads/

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Pls check the server error log for fatal errors (it smells like), or enable wp debugging by putting

    
    define( 'WP_DEBUG', true);
    

    near the top of wp-config.php. I can not reroduce it.

    You can also try (temporary) UNtick Table IV-A6: Enable pretty links, but i do not expect it to help, but its worth trying ( Pretty links do not work on my test site, and i do not know why yet ); on my testsite it works without pretty links.

    Thread Starter pugman76

    (@pugman76)

    There were no fatal errors in the server log (error_log file I assume?) I added define( ‘WP_DEBUG’, true); in wp-config.php as you said. I also unticked the enable pretty links, but still doesn’t work. So what should I try now. Again, to reproduce this, on a desktop use this link and try to click any photo, and it just goes to a white screen.

    https://www.mycoinclub.com/all-photos/

    Thanks!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    It is a capacity issue. Either max execution time or max memory.

    By SERVER error log i mean the log on the server (ask your hosting provider), but NOT the wp logfile. Fatal errors are not catchable by the application, and will not show in the wp log or the wppa log.

    The number 2000 in the link from thumbnail to slideshow is too high.

    If i change the existsing link
    https://www.mycoinclub.com/all-photos/wppaspec/oc1/lt2000/ab0/pt238/vt1

    into
    https://www.mycoinclub.com/all-photos/wppaspec/oc1/lt50/ab0/pt238/vt1

    it works. (Try these links yourself).

    Did you change 70 into 2000 in the shortcode? The thumbnail display shows 227 photos, not the first 70 only.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Maybe it helps when you set Table I-B8: Slideshow pagesize to 35

    Thread Starter pugman76

    (@pugman76)

    I clicked on both links using Google Chrome, and it doesn’t display either one for me. I am not sure what you mean by “Did you change 70 into 2000 in the shortcode? The thumbnail display shows 227 photos, not the first 70 only”

    HOWEVER, I just changed the Table I-B8 to 35, and it seems to be working!! I will test it out for a little while longer and if it keeps working, I will mark it as resolved. Thank you so much!

    Thread Starter pugman76

    (@pugman76)

    And now the links that you provided DO work after changing the Table I-B8 to 35.

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    I am still wondering where the 2000 comes from. Hover over a coin and see the link:
    https://www.mycoinclub.com/all-photos/wppaspec/oc1/lt2000/ab0/pt238/vt1
    What is the setting in Table I-F7 LasTen count ?

    Thread Starter pugman76

    (@pugman76)

    Table I-F7 LastTen count is 9

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Links not working in “virtual” album’ is closed to new replies.