Results 1 to 2 of 2

Thread: CP 3.3.1 PHP Deprecated Function Calls.

  1. #1
    Thread Starter
    seoagent's Avatar
    Join Date
    Jul 2012
    Location
    Edmonton, AB, Canada
    Posts
    660
    Thanks
    136
    Thanked 86 Times in 74 Posts

    CP 3.3.1 PHP Deprecated Function Calls.

    [12-Sep-2013 21:38:14 UTC] PHP Notice: load_plugin_textdomain was called with an argument that is <strong>deprecated</strong> since version 2.7 with no alternative available. in /home/vacancy/public_html/xxx/wp-includes/functions.php on line 3000
    This has been present for over a year now. So whatever you think is working here../classipress/framework/kernel/breadcrumb-trail.php, Line: 39; it is not being called, but continues to pollute the debug log continuously. Surely, we can write or use a better updated and not deprecated script for bread crumbs?

    Code:
    load_plugin_textdomain( 'breadcrumb-trail', false, 'breadcrumb-trail' );


    - - - Updated - - -

    12-Sep-2013 21:27:03 UTC] PHP Notice: has_cap was called with an argument that is <strong>deprecated</strong> since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /home/vacancy/public_html/xxx/wp-includes/functions.php on line 2998
    /classipress/framework/scb/Table.php; Line: 70:

    Code:
    if ( $wpdb->has_cap( 'collation' ) ) {
    When in doubt: Read, Ask, Do. G+

  2. #2
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,100
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. In CP 3.3, where is the code that calls up the main style.css?
    By talent in forum Help Using ClassiPress
    Replies: 1
    Last Post: April 28th, 2013, 07:12 AM
  2. Is_category function
    By jackie2011ws in forum Report Clipper Bugs
    Replies: 3
    Last Post: November 4th, 2012, 12:57 AM
  3. 2 part - potential double jquery calls and using touchslider
    By starrlightmedia in forum Vantage General Discussion (Legacy)
    Replies: 1
    Last Post: September 24th, 2012, 09:01 AM
  4. Deprecated: Function split()
    By numediaweb in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: April 11th, 2012, 05:51 PM
  5. function cp_ad_region_widget()
    By savvar in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: October 3rd, 2010, 09:09 AM