[Invalid]: 500 Error after installing 'Who's Online Today" plugin [Invalid]: 500 Error after installing 'Who's Online Today" plugin
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Invalid]: 500 Error after installing 'Who's Online Today" plugin

Started by porcelina, December 27, 2009, 08:27:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

porcelina

I just tried installing the who's online today plug-in: http://forum.coppermine-gallery.net/index.php?topic=17308.0

Followed all the instructions just as it said and now end up with a 500 error: http://www.vivandlarry.com/gallery/index.php

so i deleted all of the changes i had made to index.php, deleted the new onlinetoday.php file I had made, reuploaded index.php, and still get the error.

this is what my index.php code looks like where I had made/deleted the changes:

 case 'anycontent':
                       if ($cat == 0) {
                           ob_start();
                           /**
                            * Any php code or HTML can be put in this file and will be displayed
                            */
                           include('anycontent.php');
                           $anycontent = CPGPluginAPI::filter('anycontent',ob_get_contents());
                           ob_end_clean();
                           echo ($anycontent);
                       }
                       flush();
                       break;
               }


any ideas?

thanks

porcelina


François Keller

you have not installed the plugin, but the outdated mod for cpg1.3
reupload clean files on your server and install the plugin http://forum.coppermine-gallery.net/index.php/topic,35233.0.html
BTW your galerie is outdated to
Quote<!--Coppermine Photo Gallery 1.4.21 (stable)-->
as the latest stable version is cpg 1.4.25. You must upgrade!
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Joachim Müller

That's why the last posting in the thread you refered to is
Quote from: Joachim Müller on September 07, 2007, 10:03:50 AM
There is a particular reason why this mod resides in the "outdated mods" sub-board: it is outdated. It only exists here for reference. There's no support for it. As Sami suggested: review the version of this mod that exists for cpg1.4.x. Locking.
You better read the threads you refer to before asking for support. And no: it's not a plugin although your thread's subject says so. The thread you refer to explains a mod and not a plugin.