#129 new
dligthart

wp-o-matic crashes mailpress write

Reported by dligthart | October 7th, 2008 @ 09:07 AM

wp-o-matic crashes the Mailpress write screen due to enqueue of prototype.js.

I resolved this issue with this code:

wpomatic.php:1082

if (function_exists('wp_enqueue_script')

    && 'wpomatic.php' == $_REQUEST['page']) {

    wp_enqueue_script('prototype');
    wp_enqueue_script('wpoadmin', $this->tplpath . '/admin.js', array('prototype'), $this->version);

    if($this->section == 'list')
        wp_enqueue_script('listman');
}

Mailpress: http://wordpress.org/extend/plug...

Comments and changes to this ticket

  • Ricardo Rauch

    Ricardo Rauch April 15th, 2010 @ 08:50 AM

    • Tag changed from prototype.js, wp-o-matic, bug, compatiblity, error, mailpress, plugins, wordpress, write to bug, compatiblity, error, mailpress, plugins, prototype.js, wordpress, wp-o-matic, write
    • Assigned user changed from “Guillermo Rauch” to “Ricardo Rauch”

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

WP-o-Matic project.

People watching this ticket

Pages