Not signed in (Sign In)

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

    • CommentAuthorIshkar
    • CommentTimeJul 14th 2008 edited
     
    I've installed plogger with the files of the Changeset 556 and when I go to the administration apears the followings error messages.


    Notice: Undefined index: PATH_TRANSLATED in C:\Archivos de programa\EasyPHP 2.0b1\www\ERA\ploggerb3\plog-load_config.php on line 36

    Notice: Undefined variable: output in C:\Archivos de programa\EasyPHP 2.0b1\www\ERA\ploggerb3\admin\plog-upload.php on line 130

    Notice: Undefined index: albums_menu in C:\Archivos de programa\EasyPHP 2.0b1\www\ERA\ploggerb3\admin\plog-upload.php on line 15

    Notice: Undefined index: new_album_name in C:\Archivos de programa\EasyPHP 2.0b1\www\ERA\ploggerb3\admin\plog-upload.php on line 15


    I updated to that changeset because I readed that what i need to be able to load translation files (.mod) but i think i don't works anyway.

    Can anybody help?
    •  
      CommentAuthor_Eric_
    • CommentTimeJul 14th 2008
     
    Those are notices, not errors. We're working on eliminating them, but for now it's ok to just disable the display of notices. In plog-globals.php change line 10 from

    <blockquote>error_reporting(E_ALL);</blockquote>
    to

    <blockquote>error_reporting(E_WARNING);</blockquote>
    •  
      CommentAuthorsidtheduck
    • CommentTimeJul 14th 2008 edited
     
    Are you sure you installed the r556 files? PATH_TRANSLATED is no longer in the codebase (it uses SCRIPT_FILENAME now instead and most, if not all, the notices should be cleaned up in 556).

    Also, I would recommend downloading and installing r549 if you are just trying to get translations to work. r550 changed the structure of Plogger and may cause some issues during upgrade.