This topic has 6 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #137570
     suerte44
    Participant

    I have frontend forms in which users can upload images.  Since the latest update users receive the error message “upload failed” .  I have tested with the WordPress 2016 theme and the images upload ok, so it definately seems to be a theme issue

    #137635
     Radu
    Moderator

    Please update the theme to latest version 4.1.4 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #137789
     suerte44
    Participant

    I added the WP_DEBUG_LOG
    * @link https://codex.wordpress.org/Debugging_in_WordPress
    */
    define(‘WP_DEBUG’, true);
    define( ‘WP_DEBUG_LOG’, true );

    but when i tried to login to the site, the following messages appeared on the home screen:
    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996

    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). === Trace: #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’) #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive() #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor() #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996

    Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767

    Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767

    Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use
    __construct()
    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767

    I continued to try and upload an image and received the same upload failed message but there is no debug.log file in wp-content

    #137790
     suerte44
    Participant

    Apologies, i have found the debug.log.
    [01-Oct-2016 07:52:35 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:35 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:35 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:47 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:52:47 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:52:48 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:48 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:48 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:53 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:52:53 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:52:54 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:54 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:54 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:55 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:55 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:55 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:56 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:56 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:52:56 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:01 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:01 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:02 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:02 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:02 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:03 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:03 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:03 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:03 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:03 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:05 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:05 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:05 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:05 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:05 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:08 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:08 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:09 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:09 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:09 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:13 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:13 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:13 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:13 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:13 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:14 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:14 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:15 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:15 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:15 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:18 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:18 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:53:19 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:19 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:19 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:21 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:21 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:21 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:21 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:21 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:21 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:40 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:40 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:53:40 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:54:35 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:54:35 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:54:35 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:20 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:20 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:20 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:20 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:20 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:21 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:21 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:22 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:22 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:22 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:28 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:28 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:28 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:28 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:28 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:31 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:31 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:31 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:31 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:31 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:33 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:33 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:33 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:33 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:33 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:36 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:36 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:36 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:36 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:36 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:38 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:38 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:39 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:39 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:39 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:40 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:40 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:40 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:40 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:40 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:42 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:42 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:42 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:42 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:42 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:45 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:45 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:45 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:45 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:45 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:47 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:47 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:55:48 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:48 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:48 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:51 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:51 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:55:51 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:56:37 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:56:37 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:56:37 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:58:39 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:58:39 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:58:39 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:30 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:59:30 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:59:33 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:33 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:33 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:34 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:59:34 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:59:34 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:34 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:34 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:35 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:59:35 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:59:35 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:35 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:35 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:36 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:59:36 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:59:37 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:37 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:37 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:38 UTC] PHP Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:59:38 UTC] PHP Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init().
    ===
    Trace:
    #6 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/medium/screen/content-template/frontend-editor.php(17): current_user_can(‘manage_options’)
    #7 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(95): Toolset_User_Editors_Medium_Screen_Content_Template_Frontend_Editor->isActive()
    #8 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(75): Toolset_User_Editors_Manager->fetchActiveEditor()
    #9 /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-content/plugins/cred-frontend-editor/embedded/toolset/toolset-common/user-editors/manager.php(138): Toolset_User_Editors_Manager->getActiveE in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3996
    [01-Oct-2016 07:59:39 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Attachments is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:39 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Posts is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767
    [01-Oct-2016 07:59:39 UTC] PHP Notice: The called constructor method for WP_Widget in WooSlider_Widget_Slides is deprecated since version 4.3.0! Use

    COPY CODE
    __construct()

    instead. in /home/titanhor/public_html/lavidaalmeria.com/Wordpress/wp-includes/functions.php on line 3767

    #137791
     suerte44
    Participant

    I tried deactivating all plugins (except Toolset) and i still receive the same error. If i change theme to 2016, the upload works

    #137916
     suerte44
    Participant

    Hi, i have heard from Toolset support and it is a caching issue (not sure why 2016 theme would work though?). Anyway the issue is now resolved but thanks for your help

    #137974
     Radu
    Moderator

    Ok

    No problem

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?