• Admin Admin
    Admin uploaded a new core to the store
    Oct 6 '21
    4 1
    Admin likes this
    Chris_W
    Oct 7 '21
    If I correct the magic quotes problem, this appears in the address bar: https://thevoiceofreason.org.uk/vor/install/%7B$site_url%7D%7B$site_url%7Dinstall and the first line of config.php becomes: define('OW_URL_HOME', '{$site_url}');If I correct the magic quotes problem, this appears in the address bar: https://thevoiceofr...See more
    Admin Admin
    Oct 8 '21
    https://www.php.net/...magic-quotes-gpc.php
    Please, for PHP> 7.36 make this modification in the file ow_core / request.php on line 48 and 54
    private function __construct()
    {
    /* Patri Patch
    if ( get_magic_quotes_gpc() )
    {
    $_GET = $this->stripSlashesRecursive($_GET);
    $_POST = $this->stripSlashesRecursive($_POST);
    }
    */
    }

    I have missed one !!!
    Thanks for telling me
    https://www.php.net/...magic-quotes-gpc.php
    Please, for PHP> ...See more
    Admin Admin
    Oct 8 '21
    I have fixed this problem and improved other small details.
    Please download the latest version here:
    https://owspain.com/store/productview/282
    I have fixed this problem and improved other small details.
    Please download the latest version here:
    See more
    You need to sign in to comment
'':
fade
slide
Rating: