Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter gcrivelli

    (@gcrivelli)

    Ok. The version of Mysql is MariaDB but i have founded the same error with local system with Windows/EasyPhp.

    ### Begin System Info ###

    ## Please include this information when posting support requests ##

    Multi-site: No

    SITE_URL: https://www.opforyou.com
    HOME_URL: https://www.opforyou.com

    Plugin Version: 4.5.3
    WordPress Version: 4.0

    Platform: Windows
    Browser Name: Firefox
    Browser Version: 32.0
    User Agent String: Mozilla/5.0 (Windows NT 5.1; rv:
    32.0) Gecko/20100101 Firefox/32.
    0

    PHP Version: 5.5.16
    MySQL Version: 5.6.17
    Web Server Info: LiteSpeed

    PHP Safe Mode: No
    PHP Memory Limit: 256M
    PHP Post Max Size: 8M
    PHP Time Limit: 120

    WP_DEBUG: Disabled

    WP Table Prefix: Length: 3 Status: Acceptable

    Show On Front: posts
    Page On Front: #0
    Page For Posts: #0

    Session: Enabled
    Session Name: PHPSESSID
    Cookie Path: /
    Save Path: /tmp
    Use Cookies: On
    Use Only Cookies: On

    UPLOAD_MAX_FILESIZE: 2MB
    POST_MAX_SIZE: 8MB
    WordPress Memory Limit: 512MB
    DISPLAY ERRORS: N/A
    FSOCKOPEN: Your server supports fsockopen.

    ACTIVE PLUGINS:

    Admin Bar Disabler: 1.2
    Adminimize: 1.8.4
    Automatic Post Tagger: 1.6
    Booking.com Official Search Box: 1.2
    Captcha Code: 2.5.1
    Category Posts Widget: 4.0
    Contact Form 7: 3.9.3
    Contact Form 7 Datepicker: 2.4.5
    Contact Form DB: 2.8.13
    Cookie Law Info: 1.2.1
    Cyclone Slider 2: 2.8.4
    Erident Custom Login and Dashboard: 3.2
    Google Analytics by Yoast: 5.0.6
    Google XML Sitemaps: 4.0.7.1
    Link Manager: 0.1-beta
    List category posts: 0.51
    NextScripts: Social Networks Auto-Poster: 3.4.3
    Peter’s Login Redirect: 2.8.2
    PHP Code Widget: 2.2
    Popup with fancybox: 1.7
    PYU Generic Plugin: 1.0
    RSS Multi Importer: 9.10.00
    Share Buttons by AddToAny: 1.3.7
    Stop Spammer Registrations Plugin: 5.9.3
    TinyMCE Advanced: 4.1.1
    Types – Complete Solution for Custom Fields and Types: 1.6.3
    User Meta: 1.1.6
    WP-Optimize: 1.8.9.7
    WP Crontrol: 1.2.3
    WP exec PHP: 2.0.1
    WP RSS Aggregator: 4.5.3
    WP RSS Aggregator – Excerpts and Thumbnails: 1.7.1
    WP Super Cache: 1.4.2

    Thread Starter gcrivelli

    (@gcrivelli)

    The database is ok and the prefix is wp_.

    I have executed this quesy via phpadmin and there is the errore: #1066 – Not unique table/alias: ‘wp_postmeta’.

    I suppose that in inner or left join you must use the alias on wp_postmeta.

    The site is: https://www.opforyou.com

    SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts
    INNER JOIN wp_postmeta ON (wp_posts.ID = wp_postmeta.post_id)
    LEFT JOIN wp_postmeta as leftjoin ON wp_posts.ID = leftjoin.post_id …..

    Thank’s for all

    Thread Starter gcrivelli

    (@gcrivelli)

    The problem is betwwen these istruction:

    $url = substr($url, 1);

    After when you use $url is not correct:
    $feed = wp_rss_fetchFeed($url,$timeout,$forceFeed,$showVideo);

    have you used the same field.

    After 3.9 i founded these errors:

    [18-Apr-2014 08:00:20 Europe/London] PHP Warning: mysql_real_escape_string(): A link to the server could not be established in /home/opforyou/public_html/job/wp-content/plugins/wp-rss-multi-importer/inc/import_posts.php on line 708
    [18-Apr-2014 08:00:20 Europe/London] PHP Warning: mysql_real_escape_string(): Access denied for user ‘root’@’localhost’ (using password: NO) in /home/opforyou/public_html/job/wp-content/plugins/wp-rss-multi-importer/inc/import_posts.php on line 719

    module rss-multimport.

    My configuration is easy. Only plugin Rss-Multimport, StopSpammer, Wp-optimize and Chapta.

    I have update at 3.8.3 and i don’t have these errors.

    Thread Starter gcrivelli

    (@gcrivelli)

    I have installed last version an again today there is rge error.

    [05-Mar-2014 05:27:02 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/opforyou/public_html/job/wp-content/plugins/wp-rss-multi-importer/inc/options.php on line 111

    The file error-log is under wp-admin.

Viewing 5 replies - 1 through 5 (of 5 total)