This is updated every 5min, just give it a bit@wisted1919 , ok , but the emails are not sending as fast as it was in the previous version , also i can see the emails sent in delivery logs in admin area , but it's not updated in member/customers area , just give 0 sent !!!
2017/05/04 07:05:37 [error] [exception.CHttpException.404] [105.255.216.232] exception 'CHttpException' with message 'The requested page does not exist.' in /data/www/html/campaign/apps/frontend/controllers/CampaignsController.php:249
Stack trace:
#0 [internal function]: CampaignsController->actionTrack_url('bm33943zaef35', 'gw254m0wpr182', '163a2bc2a022a3d...')
#1 /data/www/html/campaign/apps/common/framework/web/actions/CAction.php(109): ReflectionMethod->invokeArgs(Object(CampaignsController), Array)
#2 /data/www/html/campaign/apps/common/framework/web/actions/CInlineAction.php(47): CAction->runWithParamsInternal(Object(CampaignsController), Object(ReflectionMethod), Array)
#3 /data/www/html/campaign/apps/common/framework/web/CController.php(308): CInlineAction->runWithParams(Array)
#4 /data/www/html/campaign/apps/common/framework/web/CController.php(286): CController->runAction(Object(CInlineAction))
#5 /data/www/html/campaign/apps/common/framework/web/CController.php(265): CController->runActionWithFilters(Object(CInlineAction), Array)
#6 /data/www/html/campaign/apps/common/framework/web/CWebApplication.php(282): CController->run('track_url')
#7 /data/www/html/campaign/apps/common/framework/web/CWebApplication.php(141): CWebApplication->runController('campaigns/track...')
#8 /data/www/html/campaign/apps/common/framework/base/CApplication.php(185): CWebApplication->processRequest()
#9 /data/www/html/campaign/apps/init.php(233): CApplication->run()
#10 /data/www/html/campaign/index.php(18): require_once('/data/www/html/...')
#11 {main}
REQUEST_URI=/campaigns/bm33943zaef35/track-url/gw254m0wpr182/163a2bc2a022a3d1324f0d6d26f712a7fc9b06f5
Hello!
Did anyone encounter this mistake?
Sending started on date is empty
http://www.awesomescreenshot.com/image/2439587/4940bb8e66b4e9187117cbeaef85c23a
$url = CampaignUrl::model()->findByAttributes(array(
'campaign_id' => $campaign->campaign_id,
'hash' => $hash,
));
if (empty($url)) {
Yii::app()->hooks->doAction('frontend_campaigns_track_url_item_not_found', array(
'step' => 'url'
));
if ($redirect = $campaign->list->getSubscriber404Redirect()) {
$this->redirect($redirect);
}
throw new CHttpException(404, Yii::t('app', 'The requested page does not exist.'));
}
Would it be possible to to have a button/option to force clear caches/update these values?@Niko - yes, we're using a cache there but i thing we have exaggerated with the timing there, we cache that data for 6 hours, which indeed is too long. I now lowered that to only 30 minutes, it should be better that way.
Unfortunately no, the cache key is formed from complex data pertinent to each list/campaign/customer.Would it be possible to to have a button/option to force clear caches/update these values?
@twisted1919 any news about this bug?Hello!
Did anyone encounter this mistake?
Sending started on date is empty
http://www.awesomescreenshot.com/image/2439587/4940bb8e66b4e9187117cbeaef85c23a
Error 500!
The propert "Campaign". "subject_encoded" is not defined.
Yeah, i have fixed it, will make an announcement with the updated version.@twisted1919 any news about this bug?
We;ve added some caching, so stats will generate a bit slower now.I updated mailwizz from 1.3.8.5 to 1.3.9.9. All campaigns sent before updating, they register its stats in 1.3.9.9 without problem.
Try to rename the apps/common/runtime/cache folder, this will most likely fix your issue.When I try to copy (with button "copy") a campaign in new version, nothing happen. I tried selecting campaign and click and "Copy" in select option too, but it is the same: nothing happens.
When I try to create a new campaign (with "Create new" button) , I get this error: