Quartiers

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Eventbrite Activation error #23707
    Quartiers
    Member

    Here is the explanation in french :
    “$_POST est une variable globale de PHP qui est utilisé à quelques endroits dans le code. Cependant, à d’autres endroits, il utilise une variable locale du même non ($_POST), ce qui est une mauvaise technique de programmation et interdit depuis la version 5.4 de PHP. Dans ces dit-endroit, je l’ai donc renommée $_POST_MAX. ”

    Basically, it’s a problem with a local variable called _POST.
    It’s now forbidden to name it like that in php.

    I send you the file via email

    in reply to: Eventbrite Activation error #23643
    Quartiers
    Member

    Hi,
    we did finally find the way.
    Your add-on is using a variable that belong to php.
    See below :
    http://quirm.net/forum/topic.php?id=5600
    and :
    https://bugs.php.net/bug.php?id=54657

    We did fix it in our version of you add-on.

    in reply to: Eventbrite Activation error #23598
    Quartiers
    Member

    Hi,
    same problem. But I can’t reverse to php 5.3.1
    Any solution ?
    All plug-ins and add-on from tribe are up to date.
    our wordpress version is 3.1.2
    our php version is 5.4.5
    Same message :
    Fatal error: Cannot re-assign auto-global variable _POST in /vol0/home/quartier/www.quartiersdanses.com/htdocs/wp-content/plugins/the-events-calendar-eventbrite-tickets/tribe-eventbrite.class.php on line 553

    Thanks
    Emmanuel

Viewing 3 posts - 1 through 3 (of 3 total)