idgme
Forum Replies Created
-
I had the same problem and did the FTP delete and plugin installation. I still have the same issue. It just keep saying that “MailPoet version update is in progress, please refresh the page in a minute.”
- This reply was modified 2 months, 4 weeks ago by idgme.
Hi,
I did not do anything but I have not used my blog for a 4 months and I guess it automatically updated plugins including MailPoet. I have version 6.9.
There is also a message that says the following:
Some of the MailPoet plugin’s tables are not using the InnoDB engine (“ybl_mailpoet_custom_fields”, “ybl_mailpoet_dynamic_segment_filters”, and 29 more). This may cause performance and compatibility issues. Please ensure all MailPoet tables are converted to use the InnoDB engine. For more information, check out this guide.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Error 500 exporting subscribersI have been having this problem for months as well and my PHP is the latest version. BlueHost said it is not theirs to solve.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Cannot activate Mailpoet 2.7.6Thank you. I’ve updated and it works. However, I cannot seem to export my list of subscribers.
I don’t know if this is the issue below:
WYSIJA QUERIES
(array)
query
array
0
array
duration 0.000204086303711
query SELECT A.name, A.list_id, A.created_at, A.is_enabled, A.is_public, A.namekey, 0 as subscribers, 0 as campaigns_sent
FROM ybl_wysija_list as A ORDER BY A.name
1
array
duration 0.00016713142395
query SELECT A.name, A.list_id, A.created_at, A.is_enabled, A.is_public, A.namekey, 0 as subscribers, 0 as campaigns_sent
FROM ybl_wysija_list as A ORDER BY A.name
2
array
duration 0.000125885009766
query SELECT COUNT(DISTINCT(A.user_id)) as total_users, B.list_id FROMybl_wysija_user_listas B JOINybl_wysija_useras A on A.user_id=B.user_id WHERE list_id IN (“4″,”5″,”2”) AND status=-1 AND sub_date=0 AND unsub_date >= 0 GROUP BY list_id
3
array
duration 0.00014591217041
query SELECT COUNT(DISTINCT(A.user_id)) as total_users, B.list_id FROMybl_wysija_user_listas B JOINybl_wysija_useras A on A.user_id=B.user_id WHERE list_id IN (“4″,”5″,”2”) AND status=1 AND unsub_date=0 AND sub_date >= 0 GROUP BY list_id
4
array
duration 0.000131130218506
query SELECT COUNT(DISTINCT(A.user_id)) as total_users, B.list_id FROMybl_wysija_user_listas B JOINybl_wysija_useras A on A.user_id=B.user_id WHERE list_id IN (“4″,”5″,”2”) AND status=0 AND unsub_date=0 AND sub_date >= 0 GROUP BY list_id
5
array
duration 0.000149965286255
query SELECT COUNT(DISTINCT(A.user_id)) as total_users, B.list_id FROMybl_wysija_user_listas B JOINybl_wysija_useras A on A.user_id=B.user_id WHERE list_id IN (“4″,”5″,”2”) GROUP BY list_id
count
array
0
array
duration 0.000212907791138
query SELECT A.name, A.list_id, A.created_at, A.is_enabled, A.is_public, A.namekey, 0 as subscribers, 0 as campaigns_sent
FROM ybl_wysija_list as A ORDER BY A.nameForum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Cannot activate Mailpoet 2.7.6My PHP was upgraded to version 5.6 but it still triggered a fatal error when activated. I rolled back to older version of MailPoet so I can at least send my newsletter although the problem now is I am having errors downloading my subscriber database.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Cannot activate Mailpoet 2.7.6I don’t know if this debug file is the correct file:
<?php
defined(‘WYSIJA’) or die(‘Restricted access’);
global $wysija_queries;
$wysija_queries=array();include_once(‘dBug.php’);
if(!function_exists(‘dbg’)) {
function dbg($mixed,$exit=true){
if(!function_exists(‘is_user_logged_in’)) include(ABSPATH.’wp-includes’.DS.’pluggable.php’);
if(is_user_logged_in() || isset($_GET[‘dbg’])){
new dBug ( $mixed );
if($exit) {
global $wysija_msg,$wysija_queries,$wysija_queries_errors;
echo ‘<h2>WYSIJA MSG</h2>’;
echo ‘'; dbg($wysija_msg,0); echo '‘;
echo ‘<h2>WYSIJA QUERIES</h2>’;
echo ‘'; dbg($wysija_queries,0); echo '‘;
echo ‘<h2>WYSIJA QUERIES ERRORS</h2>’;
echo ‘'; dbg($wysija_queries_errors,0); echo '‘;
exit;
}
}
}
}$debugok=false;
$pageisconfig=false;
//dbg(WYSIJA_DBG);
if(isset($_REQUEST[‘page’]) && $_REQUEST[‘page’]==’wysija_config’ && !isset($_REQUEST[‘wj_debug’])) $pageisconfig=true;
if(WYSIJA_DBG==3){
if(WYSIJA_ITF && !$pageisconfig){
$debugok=true;
}
}if($debugok){
error_reporting(E_ALL);
ini_set(‘display_errors’, ‘1’);
}function wysija_queries(){
if(((is_admin() && (defined(‘WYSIJA_ITF’) && WYSIJA_ITF)) || isset($_GET[‘dbg’])) ){
global $wpdb,$wysija_queries,$wysija_queries_errors;
echo ‘<div class=”wysija-footer”><div class=”expandquer”><h2>WYSIJA QUERIES</h2>’;
echo ‘'; dbg($wysija_queries,0); echo '</div>’;
if($wysija_queries_errors){
echo ‘<div class=”expandquer”><h2 class=”errors”>WYSIJA QUERIES ERRORS</h2>’;
echo ‘'; dbg($wysija_queries_errors,0); echo '</div>’;
}echo ‘</div>’;
}
}if(defined(‘WP_ADMIN’)){
add_action(‘admin_footer’,’wysija_queries’);
}else{
add_action(‘get_footer’,’wysija_queries’);
}Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Cannot Activate MailPoet 2.7.6I have the same problem. I cannot activate MailPoet as it is giving a ‘fatal error’. I am on BlueHost using Morning After theme, running WP4.7.1, PHP 5.2.17
- This reply was modified 9 years, 2 months ago by idgme.