Jump to content

Recommended Posts

Posted

Hi all, I installed a clean revive 5.0.5  (lot of years updating revive and a huge 7Gb database...) to start new zones and campaings... 

All is working fine, but when I click on stats -> global stats  shows this warning message: 


MESSAGE: count(): Parameter must be an array or an object that implements Countable
TYPE: Warning
FILE: /home/adsnoroesteenred/public_html/revive/lib/OA/Admin/Statistics/Delivery/CommonHistory.php
LINE: 161
DEBUG INFO:

156 $use_pager = false;
157 } elseif ($this->statsBreakdown == 'hour' || $this->statsBreakdown == 'dow') {
158 $use_pager = false;
159 } else {
160 $per_page = 15;

161 $use_pager = count($stats) > $per_page;


162 }
163
164 if ($use_pager) {
165 $params = array(
166 'itemData' => $stats,

 

 



MESSAGE: Cannot modify header information - headers already sent by (output started at /home/adsnoroesteenred/public_html/revive/lib/max/ErrorHandler.php:134)
TYPE: Warning
FILE: /home/adsnoroesteenred/public_html/revive/lib/OA/Admin/UI.php
LINE: 290
DEBUG INFO:

285 ob_start("ob_gzhandler");
286 }
287 }
288 }
289 // Send header with charset info and display

290 header ("Content-Type: text/html".(isset($phpAds_CharSet) && $phpAds_CharSet != "" ? "; charset=".$phpAds_CharSet : ""));


291 $this->oTpl->display();
292 if (!defined('phpAds_installing')) {
293 OX_Admin_UI_Hooks::afterPageHeader($id);
294 }
295 }

It seems all is working fine.... 

Thx in advance!

Raul

 

I discovered other message in customer properties: 

MESSAGE: Declaration of OA_Admin_UI_Rule_Min::validate($value, $min) should be compatible with HTML_QuickForm_Rule::validate($value)
TYPE: Warning
FILE: /home/adsnoroesteenred/public_html/revive/lib/OA/Admin/UI/component/rule/Min.php
LINE: 0
DEBUG INFO:

Context cannot be shown - (0) is an invalid line number

I Discovered a new warning when i go to any customer (customer properties)

MESSAGE: Declaration of OA_Admin_UI_Rule_Min::validate($value, $min) should be compatible with HTML_QuickForm_Rule::validate($value)
TYPE: Warning
FILE: /home/adsnoroesteenred/public_html/revive/lib/OA/Admin/UI/component/rule/Min.php
LINE: 0
DEBUG INFO:

Context cannot be shown - (0) is an invalid line number

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...