This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Old Modules
#4
[Not Solved] RE: Old Modules
If by “modules” you mean Sentora 3rd-party modules hosted at 264bit, compatibility depends heavily on module age and whether they rely on deprecated APIs. Many older modules built for v1 or early v2 may break under newer PHP or database versions.
Best steps:
  • Test modules in a staging clone first before putting into production.
  • Look at module code for calls to deprecated PHP functions (e.g.
    Code:
    mysql_*
    ) and adapt them to
    Code:
    mysqli
    or PDO.
  • If a module fails, consider rewriting it or finding a maintained alternative.
If you tell me which module(s) you’re interested in, I can check whether they work or need modifications.
Reply
Thanks given by:


Messages In This Thread
Old Modules - by zustudios - 01-25-2024, 06:11 AM
RE: Old Modules - by TGates - 01-26-2024, 09:26 AM
RE: Old Modules - by zustudios - 01-27-2024, 03:01 PM
RE: Old Modules - by Jade35 - 09-26-2025, 05:47 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)