Paul Aage Aasheim
Forum Replies Created
-
Ops.... Fatal error: Allowed memory size of 4294967296 bytes exhausted (tried to allocate 4295229440 bytes) in /.../public_html/wp-includes/theme.php on line 325
/**
* Retrieves name of the active theme.
*
* @since 1.5.0
*
* @return string Template name.
*/
function get_template() {
/**
* Filters the name of the active theme.
*
* @since 1.5.0
*
* @param string $template active theme's directory name.
*/
return apply_filters( 'template', get_option( 'template' ) );
}It happend when I start the WP SMTP wizard… That does not sounds good… But did not crash with the Ajax
- This reply was modified 10 months ago by Paul Aage Aasheim.
🇩🇪 Deutsch – Rückmeldung zur Fehlerbehebung
Hallo Saskia,
vielen Dank für deine schnelle Rückmeldung und die bereitgestellte Hotfix-Version!
Leider tritt der Fehler weiterhin auf. Die folgende Fehlermeldung erscheint direkt beim Laden der Seite:
vbnet
Kopier
Rediger
Fatal error: Uncaught Error: Class "MailPoet\Mailer\Methods\PHPMailerMethod" not found ...
Es sieht so aus, als ob die Klasse weiterhin verwendet wird, bevor MailPoet vollständig geladen ist – insbesondere in Kontexten wie AJAX oder iframe.
Ich habe überprüft:
MailPoet ist aktiviert.
Die Plugin-Version ist aktuell.
Die Datei /omppm-override-phpmail-mailpoet.php wirft den Fehler weiterhin in Zeile 56.
Möglicherweise wurde der Fix nicht korrekt angewendet oder es fehlt eine class_exists()-Prüfung.
Kannst du bitte nochmals überprüfen, ob die aktuelle Version die Existenz der Klasse zuverlässig prüft, bevor sie verwendet wird?
Danke und viele Grüße,
Paul🇬🇧 English – Feedback on the hotfix
Hi Saskia,
Thanks again for your quick response and for providing the hotfix version!
Unfortunately, the error still occurs. Here's the fatal error we see immediately when loading the site:
vbnet
Kopier
Rediger
Fatal error: Uncaught Error: Class "MailPoet\Mailer\Methods\PHPMailerMethod" not found ...
It seems the class is still being called before MailPoet is fully loaded – especially in AJAX or iframe contexts.
I’ve confirmed:
MailPoet is active.
The plugin version is up to date.
The error still appears in /omppm-override-phpmail-mailpoet.php on line 56.
It might be that the fix wasn’t correctly applied, or that a class_exists() check is still missing.
Could you please double-check whether the plugin now reliably checks for the existence of the class before using it?
Thanks and best regards,
Paul- This reply was modified 10 months ago by Paul Aage Aasheim.
We too experience the same issue – Do you have a working link for the downloading the fix? Thanks!
Forum: Plugins
In reply to: [Redux Framework] Bug Sito all’attivazione del pluginFatal error: Uncaught Error: Class “ReduxTemplates\Init” not found in /home/attendseeme/public_html/wp-content/plugins/redux-framework/redux-templates/redux-templates.php:18 Stack trace: #0 /home/attendseeme/public_html/wp-content/plugins/redux-framework/class-redux-framework-plugin.php(167): require_once() #1 /home/attendseeme/public_html/wp-content/plugins/redux-framework/class-redux-framework-plugin.php(99): Redux_Framework_Plugin->includes() #2 /home/attendseeme/public_html/wp-content/plugins/redux-framework/redux-framework.php(42): Redux_Framework_Plugin::instance() #3 /home/attendseeme/public_html/wp-settings.php(462): include_once(‘/home/attendsee…’) #4 /home/attendseeme/public_html/wp-config.php(86): require_once(‘/home/attendsee…’) #5 /home/attendseeme/public_html/wp-load.php(50): require_once(‘/home/attendsee…’) #6 /home/attendseeme/public_html/wp-login.php(12): require(‘/home/attendsee…’) #7 {main} thrown in /home/attendseeme/public_html/wp-content/plugins/redux-framework/redux-templates/redux-templates.php on line 18