Forum Replies Created

Viewing 15 replies - 121 through 135 (of 209 total)
  • Thread Starter wci

    (@wci)

    Hi support team (again me),

    for testing purpose, I have now deleted both versions of affiliate page. Then I created the EN new and in addtion the DE new. Now the issue is not on EN page any more, but on DE page it is now the issue. Screen Shot – http://screencast.com/t/V8BqXbS0Kd4

    Regards, Alex

    Thread Starter wci

    (@wci)

    Hi Baden,

    thanks again for response. Actually I can tell that the issue is resolved by deleting whole cache in firefox browser. After I have done this, it works all proper again.

    Thanks for trying to help me.

    Best regards, Alex

    Thread Starter wci

    (@wci)

    Hi Baden, once again.

    The Strange thing, when logged in the collapse function is not working.
    When logged out it is working.
    screen shot – http://screencast.com/t/Rb6kRS0Ngm
    Tried it logged-in with firefox, crome and logged-out with IE
    Any ideas about that?
    Please create your own login and try.
    THANKS, Alex

    Thread Starter wci

    (@wci)

    Hi Baden,

    unfortunately I am only able to submit you this screen shot from today morning – http://screencast.com/t/jjczifA6vPKa where it has not worked. Now you are right, it is working. Only thing what I have changes was in the settings, to active load only script when collapse-o-matic codes are in use.

    May this has helped with the issue to reduce the amount of codes to be loaded…
    If the problem again ocur I will contact you.

    Thanks for trying to help me.
    Best regards, Alex

    Thread Starter wci

    (@wci)

    Hi Support Team,

    actually I have to say, that I am disappointed that you are not answered on my support request !!!

    But finally I could have found out by myself.
    I could now solved this issue by using now WP Sendgrid.

    By searching around in google I found that there are many problems listed of failure to deliver emails via core wordpress send function as this may marked as SPAM in case of missing SMTP submission.

    Also I tried your postman smtp plugin suggest and was not able to get it run on my system.

    So I used the suggest of mailpoet support – Why Do We Recommend Using an SMTP Provider?

    Now it works proper!

    Best regards, Alex

    Thread Starter wci

    (@wci)

    Sorry to inform you that I was not able to get it to run.

    I switched now to WP Sendgrid and now it works proper even by using mailpoet which support Sengrid as well.

    Best regards, Alex

    Thread Starter wci

    (@wci)

    I regret to share the Info that the Problem is still existing.

    Hi, I have been facing a issue, spent a lot of time over it. It is of memory exhaust. Please see the screenshot : http://awesomescreenshot.com/0f661wv2df . I have tried several ways to rectify it, got from google. Edited php.ini, php5.ini and also from wordpress internal files however there is no resolution found. Please help by increasing the post_max_filesize, execution_time, memory_limit and upload_max_filesize or implement any other requirement for the same.

    Thread Starter wci

    (@wci)

    We have found the failure.

    Here is the solution:

    Actually there was two separate php.ini files in different folders. The changes we were making through .htaccess or directly through the php.ini file using whm was effecting the other file. so I have renamed the file of php.ini, php5.ini in wci folder and made the other php.ini file which is directly in the public_html folder recursive using htaccess so that it can be used by all inside folder’s  and files as well.

    Thread Starter wci

    (@wci)

    I used all the above steps resulting no luck.

    Thread Starter wci

    (@wci)

    I have set the define( ‘WP_MEMORY_LIMIT’, ‘3072M’ ); which was define( ‘WP_MEMORY_LIMIT’, ‘2048M’ ); before. Then also using set_ini option to same 3072M in cache.php in wp-includes. I also have edited the php.ini to increase the memory_limit to 3072M and upload_max_filesize to 1000M. The site is heavy so I also have increased the execution time from 60 to 600. Also have made the php.ini recursive. Thank you.

    Thread Starter wci

    (@wci)

    Hi again,

    I had to de-activate the plugin to proceed further with my developments.

    To see what I mean just use these screen shots

    original when not activated
    when activated header no logo (only on horizontal view)
    when activated footer ruined

    – about settings
    The core style.css is excluded from the combine/compress js/css files, only general wp is in use.

    Looking forward to your advices.

    Best regards, Alex

    Thread Starter wci

    (@wci)

    If I drop all plugins in “_plugins_off” folder and open browser again, I get this info:

    Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/MYDOMAIN/public_html/FOLDER/SUBFOLDER/wp-includes/wp-db.php on line 1518

    Notice: Die verwendete Konstruktoren-Methode für WP_Widget ist seit Version 4.3.0 veraltet! Verwende stattdessen
    __construct()
    . in /home/MYDOMAIN/public_html/FOLDER/SUBFOLDER/wp-includes/functions.php on line 3624

    Notice: Die verwendete Konstruktoren-Methode für WP_Widget ist seit Version 4.3.0 veraltet! Verwende stattdessen
    __construct()
    . in /home/MYDOMAIN/public_html/FOLDER/SUBFOLDER/wp-includes/functions.php on line 3624

    Notice: Die verwendete Konstruktoren-Methode für WP_Widget ist seit Version 4.3.0 veraltet! Verwende stattdessen
    __construct()
    . in /home/MYDOMAIN/public_html/FOLDER/SUBFOLDER/wp-includes/functions.php on line 3624

    Warning: Cannot modify header information – headers already sent by (output started at /home/MYDOMAIN/public_html/FOLDER/SUBFOLDER/wp-includes/wp-db.php:1518) in /home/MYDOMAIN/public_html/FOLDER/SUBFOLDER/wp-includes/pluggable.php on line 1228

    Thread Starter wci

    (@wci)

    Hi again,

    I have checked and still get the problem. (FOLDER-RENAMED) Using the existing credentials with phpmyadmin will access to database. Same credential are in wp.config.php. I also cleared browser cookies, but still get the same result.

    Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/MYDOMAIN/public_html/MYSUBFOLDER/OTHERSUBFOLDER/wp-includes/wp-db.php on line 1518

    Do I need to use or change some PHP pages or am I in need to use a new WP installation and then use the existing DB?

    Any other ideas?

    Regards, Alex

    Thread Starter wci

    (@wci)

    Hi Geminorum,

    I tried by using an other created db user with password and still running into the same problems (changed the domain url into MYSITE and FOLDER).

    Notice: Use of undefined constant DB_NAME - assumed 'DB_NAME' in /home/MYSITE/public_html/FOLDER/blog_de/wp-includes/load.php on line 368
    
    Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/MYSITE/public_html/FOLDER/blog_de/wp-includes/wp-db.php on line 1518

    Even when I de-activate all existing plugins!
    Any other suggestion would be helpful to solve this issue.

    THANKS, Alex

    Thread Starter wci

    (@wci)

    Hi MailPoet Team,

    the problem no1 is fixed in case of not using this plugin any more.

    BUT the 2nd problem is still alive within YOUR plugin. Not sure where this comes from because, even after de-activating all other plugins this problem is still existing. May this has to do with WPMU installation or multilingual approach by using WPML. But still, even if I deactivate the WPML plugin, the failure exist.

    Double display of preview/edit Links
    under mailpoet settings > unsubscribe page. Screen shot – http://screencast.com/t/Ay41gIO9M

    Please help to solve this issue. Thanks, Alex

Viewing 15 replies - 121 through 135 (of 209 total)