Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Timer Extension repeating in the extensions list

edited March 2006 in Vanilla 1.0 Help
(this post, moved from "extensions category")

Got a weird problem in the "extensions".
I installed vanilla and modified only one thing:

In appg/init_internal.php file, changed line 92 from this:
$Page->Import($Page->ControlFile);
To this:
$Page->Import('/srv/www/vhosts/test01.sermo.nl/'.$Page->ControlFile);

I did exactly the same thing for init_external.php
Otherwise, vanilla won't work with my name-base virtualhost Apache setup.

Now when I click "manage extensions" I get several entries of the same extension: "timer"
So on ALL PLACES, where there should be other extensions, it's the timer extension. The list just goes on like:

Timer [enable]
Timer [enable]
Timer [enable]
Timer [enable]
etc...

En when I "enable" it, the whole list enables.
Anyone any idea?

Using PHP5.

Comments

  • MarkMark Vanilla Staff
    I'd look into this one: http://lussumo.com/docs/doku.php?id=vanilla:administrators:troubleshooting#extension_list_funkiness
  • Ok.....it was actually in the documentation.
    ...I feel stupid. *grinnn*

    And it works ! thanx !
This discussion has been closed.