Events Made Easy Forums How do I … Cannot add event

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42059
    Anonymous
    Inactive

    There was a thread on this a few days ago but the original poster didnt reply so I had to make a new one. When I attempt to make an event or add a location I get this error

    PHP Fatal error: Call to undefined function: array_walk_recursive() in byvadventurecamps.co.ukwordpresswp-contentpluginsevents-manager-extendedevents-manager.php on line 829

    my version of PHP is 5.1.6

    #44576
    Franky
    Keymaster

    array_walk_recursive is indeed php 5, but the error indicates that your php module is running php 4. Please make sure you use php 5 by creating a file with content:

    <?php
    phpinfo();
    ?>

    Save it as test.php in your web root, call it via your webserver. See what that gives you.

    #44577
    Anonymous
    Inactive

    ok i will do – not able to do so at the moment but i will post results back when i am able to do so

    #44578
    Anonymous
    Inactive

    i am running php 4 – i’ll have to speak to my webhost about getting an upgrade. thank you for your help

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top