• There could be a problem with the way this plugin generates IDs for new tabs. Each time the user click on “Add” a new ID is generated by using the jQuery $.now() function that is a shorthand for (new Date).getTime(). However, the integer returned by this function is only compatible with 64-bit version of PHP since it is higher than 2147483647 on 32-bit systems.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for the mentioned issue. didn’t think about it.

    Can you please tell is that local or live server you are trying?

    Regards

    Thread Starter th3br41n

    (@th3br41n)

    I’m using an Apache 2 server with PHP 5.6 64-bit on a production server (Linux), while I’m using an Apache 2 server with PHP 5.6 32-bit on a local server (Windows). I have experienced the bug on my local server.

    • This reply was modified 7 years, 11 months ago by th3br41n.
    • This reply was modified 7 years, 11 months ago by th3br41n.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug with 32-bit PHP’ is closed to new replies.