Viewing 3 replies - 1 through 3 (of 3 total)
  • Same error here.

    Fatal error: Call-time pass-by-reference has been removed in D:\wamp\www\wordpress\wp-content\plugins\placester\lib\shortcodes.php on line 253

    It seems a php error.
    Running Wampserver 2.2 with php version 5.4.3 <=
    No clue how to solve myself, what I found is following to correct as they say but that doesn’t help me cause of my lack of knowledge ??

    // Right way!
    function myFunc(&$arg) { }
    myFunc($var);
    // Wrong way!
    function myFunc($arg) { }
    myFunc(&$arg);

    Hope they will solve it fast.

    As responce on my own msg above;
    I installed a “PHP addon” from this page Wamp Server website The PHP 5.2.9-2 solved my -Local- problem.
    Ofcourse it is only a local solution but at least now we can go on.

    Cheers

    Plugin Author Placester Inc.

    (@placester)

    Hey another-webmaster, our product is updated for WordPress 3.5.1 support. Is there anything else that we could help you with from our end with regards to the setup or customization?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Real Estate Website Builder] Fatal error’ is closed to new replies.