Search results

  1. T

    How do i setup the CDN

    Hi, I've searched everywhere for information on how to setup CDN, also if i have 9 servers each with tracking domains how would it work. Thanks, Tamer
  2. T

    Base64 encode URLs in email

    Hi, Is there a way to base64 encode urls in an email sent out, like the campaign url in the header and the unsubscribe link in the body. Thanks, Tamer
  3. T

    mx check internal server error

    hi there i have last version of mailwizz once i make enable the mx check in importing process from the file CEmailValidator.php the import process gets more slow .. (is ok with me) but some times i get internal server error responce in the middle of import process see this image ...
  4. T

    List Segment By country after Open or Click

    hello there ,, i wonder if there is any way to make a list segmentation by country so i can segment all the open and click emails by there country IP ??
  5. T

    modify JSON response time

    thank you very much im not sure if this is going to work .. because i didn't use YII simple-curl in my implementation .. i use normal php curl insted but let me get deep inside more bit. in the import process (by txt) the mailwizz move the client to an output page that rendered asynchronously...
  6. T

    modify JSON response time

    thank you but i think this is not what we are looking for here .. my php.ini config already have a big value for the variable (max_execution_time) approx. 24 hour im talking about the JSON response handler timeout, and i think it's hard coded in the php source but i dont know where is it...
  7. T

    modify JSON response time

    could you please provide me with some good article for that .. i dont know from where i can increase the JSON time out value. thank you .
  8. T

    modify JSON response time

    hi there i'm making something to check emails over API checker while importing . i use CURL_MULTI function to preform Multi-Threaded checking . by injecting the checking code in the file : /apps/customer/contollers/List_importController.php now when the ImportAtOnce Value less than 10 ...
  9. T

    Lists Tools Sync Problem (Blank Page)

    ok thanks i found the problem .. it was the memory allocation for sync is more bigger than the php memory_limit value
  10. T

    Lists Tools Sync Problem (Blank Page)

    i just installed clean version without any edit i still get same problem .. i think there is some issue with JSON
  11. T

    Lists Tools Sync Problem (Blank Page)

    i did self debug by Injecting this code : echo "123"; die(); into the file : app/apps/customer/controllers/Lists_ToolsController.php and moving it's place line by line till i found the error happens exactly at line 171 : return $this->render('sync-lists', compact('syncTool', 'jsonAttributes'))...
  12. T

    Lists Tools Sync Problem (Blank Page)

    thanks for your reply i do enable debugging mode but i see no result at the same section "sync" still blank page .. i think the code of mailwizz is not executed there even i see the debug result in the other sections any new suggestions ?
  13. T

    Lists Tools Sync Problem (Blank Page)

    Hi i have installed mailwizz 1.3.5.2 (last version) on ubuntu server with php 5.5.9-1 and json enabled + curl and also all mailwizz requerments are installed : "Congratulations! Your server configuration satisfies all requirements by MailWizz EMA" all functions are work good except the sync...
Back
Top