Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    Hello,

    When I upload images: everything is ok
    - The images are in the database
    - The images are copied into the correct directory
    - Thumbnails are created
    - In the back office, it displays "contains 21 picture(s)"

    But when I click on the link or I go to "manage", I have a blank page!
    And in the front office, I see only 5 pictures (the last 5)!

    Can anyone help me?
    •  
      CommentAuthorsidtheduck
    • CommentTimeMay 4th 2009
     
    virginie22,

    Can you add the following code to the top of 'plog-admin.php' (on the line after 'global $inHead;')
    global $inHead;
    error_reporting(E_ALL);


    Then let us know if there are any errors that are output instead of a blank page when you go to Manage.
    Thanks.