• Resolved alango80

    (@alango80)


    Since update to 4.0 ver of WP I cannot edit or create manual newsletter.
    Window where you should see your template is blank (even when using previously sent one). Preview not working as well.

    Tried different browsers and different devices to access edit with out success.

    Seems to be a problem with K-News now with ver 4.0

    Alan

    https://wordpress.org/plugins/knews/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author creverter

    (@creverter)

    Can do you activate the PHP error messages in wp-config.php and tell me if something appears?

    Thanks,
    Carles.

    Thread Starter alango80

    (@alango80)

    PHP debug

    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /home/mojairla/public_html/maditrunner.com/wp-includes/functions.php on line 3201

    Notice: Undefined variable: supported in /home/mojairla/public_html/maditrunner.com/wp-content/themes/hockeytime/inc/library.php on line 385

    Warning: preg_match() [function.preg-match]: Compilation failed: missing ) at offset 166 in /home/mojairla/public_html/maditrunner.com/wp-content/themes/hockeytime/inc/library.php on line 385

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/mojairla/public_html/maditrunner.com/wp-content/themes/hockeytime/inc/library.php on line 385

    Notice: Undefined index: page in /home/mojairla/public_html/maditrunner.com/wp-content/themes/hockeytime/inc/administrator.php on line 16

    Fatal error: Allowed memory size of 44040192 bytes exhausted (tried to allocate 81 bytes) in /home/mojairla/public_html/maditrunner.com/wp-includes/pomo/mo.php on line 235

    To add to that ‘Save’ button doesn’t work as well.

    Thread Starter alango80

    (@alango80)

    Carles,

    As well as

    Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /home/mojairla/public_html/maditrunner.com/wp-includes/functions.php on line 3201

    Notice: Undefined variable: supported in /home/mojairla/public_html/maditrunner.com/wp-content/themes/hockeytime/inc/library.php on line 385

    Warning: preg_match() [function.preg-match]: Compilation failed: missing ) at offset 166 in /home/mojairla/public_html/maditrunner.com/wp-content/themes/hockeytime/inc/library.php on line 385

    Warning: preg_match() [function.preg-match]: No ending delimiter ‘/’ found in /home/mojairla/public_html/maditrunner.com/wp-content/themes/hockeytime/inc/library.php on line 385

    Notice: Undefined index: knews_news in /home/mojairla/public_html/maditrunner.com/wp-content/themes/hockeytime/inc/administrator.php on line 35

    Plugin Author creverter

    (@creverter)

    Hello.

    The only message where appears Knews is:

    Notice: Undefined index: knews_news in /home/mojairla/public_html/maditrunner.com/wp-content/themes/hockeytime/inc/administrator.php on line 35

    I installed the hockeytime theme, and it appears but I still can edit newsletters… can you give me access to your wp-admin? Please, send me access using our website contact form: http://www.knewsplugin.com

    Thread Starter alango80

    (@alango80)

    Thanks for help Carles.

    Carles solution was to allocate more memory to PHP in the wp-conf.
    Below solution.

    http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Try to add to your wp-config.php:

    define( ‘WP_MEMORY_LIMIT’, ’64M’ );

    Alan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't edit or create newseltter’ is closed to new replies.