Jump to content

dennisbrouwer

Approved members
  • Posts

    7
  • Joined

  • Last visited

About dennisbrouwer

Recent Profile Visitors

918 profile views

dennisbrouwer's Achievements

Newbie

Newbie (1/5)

0

Reputation

  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. Yes I can, the point to implement a tagmanager; - currently there is no interface analytics - currently I couldn't find general statistics - I would be interested in using all adserving statistics in our DMP to enhance market strategics
  4. Hello, Did anyone already implement Google Tag Manager in the Revive Server? And if yes, Where or in what template did you implement it? Thanks for answering!
  5. The VAR folder has 777 permissions. Are there no other .ini files that need to be updated or could be updated even if my php.ini already has 20gb? Thanks, Dennis
  6. Hello, Can somebody help me with this error I get when trying to upload a banner? My php.ini file upload is limited to 20gb and 200files at the same time. I assume there must be another .ini file holding a limit but I have no clue of the name. Any help is greatly appreciated! Dennis
  7. 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...