Jump to content

dennisbrouwer

Approved members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by dennisbrouwer

  1. HI Matteo, would that look like this..? Deleting the IF block causes a 500 error.

    class OX_Admin_UI_SessionStorage implements OX_Admin_UI_Storage
    {
        private $id;
        private $path;

        function __construct($id = null, $path = null)
        {
            {
                $path = session_save_path();
                 {
                    
                }
            }

            $this->id = isset($id)? $id : 'session_id';
            $this->path = $path;
        }

  2. HI Aalsysadmin,

    What platform do you run it from? I am running it from OSX-Yosemite, mysql-5-6-21, Apache-2, PHP-5-5-14.

    My initial install worked and all banners could be uploaded, but now I am having this same message on 4 different Yosemite platforms.

    No one replied so I guess its just you and me with this issue.

  3. Hi I am getting this error after installing the revive latest version:

    Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /Library/WebServer/Documents/joom/revive/variables.php on line 67

     

    I have altered my php.ini file but I do not know what to change on the variables.php file.

     

    Did anybody encounter the same error? Can someone share his or hers variables.php with the altered settings?

     

    Thanks in advance!

    Dennis

×
×
  • Create New...