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

    (@creverter)

    Luis: This is an english support forum.

    What do you see when create a new newsletter? A blank page or simply the modules aren’t draggable?

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

    Can do you open the JavaScript browser window and tell me if something appears?

    Thread Starter luisjfeo

    (@luisjfeo)

    No se puede colocar ningún bloque, no lo permite. La newsletter queda en blanco sin posibilidad de poder editarla.

    En inglés: I can not place any block does not. The newsletter goes blank with no possibility of editing. I can not see php errors. In conclusion, impossible to edit.

    My english is no good.

    Thread Starter luisjfeo

    (@luisjfeo)

    Impossible to edit o create. Pluggin death.

    Plugin Author creverter

    (@creverter)

    Please, open the JavaScript debug window (in Chrome Menu > Tools/Herramientas > JavaScript Console and enter on editor: do you see some error message?

    Regards,
    Carles.

    Plugin Author creverter

    (@creverter)

    Another user with the same issue, after activate PHP errors/warnings,

    Find in wp-config.php (on root):

    define(‘WP_DEBUG’, false);

    and change to:

    define(‘WP_DEBUG’, true);

    If you see something like:

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

    Try to add to your wp-config.php:

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

    Read more about it here:
    https://codex.www.ads-software.com/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Thread Starter luisjfeo

    (@luisjfeo)

    Pruebo y te informo. I try and inform you…

    Thread Starter luisjfeo

    (@luisjfeo)

    Listo!!!! OK

    Thread Starter luisjfeo

    (@luisjfeo)

    And now appears this:
    Error in CallBackPost(). Please, try to deactivate the ‘apply_filters’ option in the Knews Configuration. Returned: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data(
    <b>Notice</b>: register_sidebar_widget está obsoleto desde la versión 2.8. Utiliza wp_register_sidebar_widget() en su lugar. in <b>/var/www/html/notict/wp-includes/functions.php</b> on line <b>3201</b>

    help me, please. I Try to disable but the error continues.

    Plugin Author creverter

    (@creverter)

    This error:

    <b>Notice</b>: register_sidebar_widget está obsoleto desde la versión 2.8. Utiliza wp_register_sidebar_widget() en su lugar. in <b>/var/www/html/notict/wp-includes/functions.php</b> on line <b>3201</b>

    Breaks the communication between editor and your webserver. There is a plugin (or your theme) not up to date… you can de-activate one by one or try to update everything…

    Thread Starter luisjfeo

    (@luisjfeo)

    Puedo entender ese error, pero este?: Error in CallBackPost(). Please, try to deactivate the “aply_filters” option in the news onfiguration. Returned: SyntaxError: Unexpected token <(

    This appears whenever I try to insert a post in the newsletter. The “aply_filters” option in the news onfiguration i can deactivate and nothing happens…

    Knews is becoming headache from wordpress 4!
    Grettings from Venezuela!

    Plugin Author creverter

    (@creverter)

    When you insert a post, Knews get it via AJAX. If the encoded AJAX-like post info comes with a PHP errors / warnings, the editor can’t decode it, and the function CallBackPost (it takes the POST info and insert in the newsletter) can’t do the job.

    If you are solved the memory underrun issue, you can hide the PHP warnings again in the wp-config.php and you can add posts in the editor.

    However, you should solve the warnings, it’s my recommendation…

    Thread Starter luisjfeo

    (@luisjfeo)

    Tranks you, my friend!. I solved the memory underrun issue.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Knews no funciona en wordpress 4’ is closed to new replies.