i activate the plugin first time ....after long long loading
Warning: Error while sending QUERY packet. PID=8143 in /www/htdocs/w013aec2/example.de/wp-includes/wp-db.php on line 1924
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w013aec2/example.de/wp-includes/wp-db.php:1924) in /www/htdocs/w013aec2/example.de/wp-admin/includes/misc.php on line 1124
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /www/htdocs/w013aec2/example.de/wp-includes/wp-db.php:1924) in /www/htdocs/w013aec2/example.de/wp-content/themes/xlander/framework/unyson/framework/includes/hooks.php on line 228
all plugins deactivated & theme change the same result
can´t activate..
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: can´t activate..
are you using the custom config.php or the root phpBB config.php file?
If not using the custom config.php can you try to switch to it?
https://www.axew3.com/w3/2016/09/how-to ... -and-path/
You experience this without any plugin active except the integration plugin?
What other plugins are active if not?
[EDITED]
If not using the custom config.php can you try to switch to it?
https://www.axew3.com/w3/2016/09/how-to ... -and-path/
You experience this without any plugin active except the integration plugin?
What other plugins are active if not?
[EDITED]
-
- User w
- Posts: 7
- Joined: Wed May 09, 2018 5:12 am
Re: can´t activate..
I had a wrong path at the first installation after that I uninstalled the plugin when reinstalling this error occurred
I tried custom config.php does not work either
plugins :
Akismet Anti-Spam
Contact Form 7
Dynamic Featured Image
Featured Images in RSS w/ Size and Position
GDPR Cookie Compliance
Knowledge Base für Dokumente und FAQs
LoginPress - Customizing the WordPress Login
MailChimp for WordPress
PHP Everywhere
Simple Calendar
Simple Download Monitor
TranslatePress - Multilingual
User Role Editor
WooCommerce
WPBakery Page Builder
Yoast SEO
Zendesk Request Form
unyson
theme:
xlander premium theme
I tried custom config.php does not work either
plugins :
Akismet Anti-Spam
Contact Form 7
Dynamic Featured Image
Featured Images in RSS w/ Size and Position
GDPR Cookie Compliance
Knowledge Base für Dokumente und FAQs
LoginPress - Customizing the WordPress Login
MailChimp for WordPress
PHP Everywhere
Simple Calendar
Simple Download Monitor
TranslatePress - Multilingual
User Role Editor
WooCommerce
WPBakery Page Builder
Yoast SEO
Zendesk Request Form
unyson
theme:
xlander premium theme
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: can´t activate..
about the wrong path it is not a problem.
the list of plugins is long, but the error report unison in the output that i not remember right now about what it was and if it is free, but i should have it somewhere in some place, maybe an old version of it.
You say you've try also with this plugin deactivated and not work, and also if switched to a default wp theme you have this error with the plugin active.
Little confused at moment, because the error report unison as output. I take the occasion to check the plugin once more and in the while if you have any news or addition let know please.
the list of plugins is long, but the error report unison in the output that i not remember right now about what it was and if it is free, but i should have it somewhere in some place, maybe an old version of it.
You say you've try also with this plugin deactivated and not work, and also if switched to a default wp theme you have this error with the plugin active.
Little confused at moment, because the error report unison as output. I take the occasion to check the plugin once more and in the while if you have any news or addition let know please.
-
- User w
- Posts: 7
- Joined: Wed May 09, 2018 5:12 am
Re: can´t activate..
unyson framework is firmly anchored in the theme so no installable plugin I can´t uninstall it
on a fresh wp + theme and plugin install it works i´m confused
on a fresh wp + theme and plugin install it works i´m confused
Last edited by jam4b0 on Thu Jul 19, 2018 8:29 pm, edited 1 time in total.
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: can´t activate..
i've just install a new phpbb and a new wordpress to start with sessions that will lead to next 1.9.0 plugin release.
All work fine, and i've install unyson plugin to check it as it is free.
I've still not activate any feature/module of it, just the plugin, can you let know which modules you had/have activated, so i can check if anything of these conflict in some way somewhere?
p.s about headers already sent error unyson plugin have lines of code that starts exactly where your error come out (of course this is it)
/wp-content/plugins/unyson/framework/hooks.php
where:
All work fine, and i've install unyson plugin to check it as it is free.
I've still not activate any feature/module of it, just the plugin, can you let know which modules you had/have activated, so i can check if anything of these conflict in some way somewhere?
p.s about headers already sent error unyson plugin have lines of code that starts exactly where your error come out (of course this is it)
/wp-content/plugins/unyson/framework/hooks.php
where:
Code: Select all
// FW_Flash_Messages hooks
{
if ( is_admin() ) {
/**
* Start the session before the content is sent to prevent the "headers already sent" warning
* @internal
*/
function _action_fw_flash_message_backend_prepare() {
....