Forum Replies Created

Viewing 15 replies - 1 through 15 (of 35 total)
  • Same issue

    Fatal error: Cannot redeclare wp_cache_add() (previously declared in /var/www/html/9438/wp-includes/cache.php:41) in /var/www/html/9438/wp-content/plugins/memcached/object-cache.php on line 19

    Thread Starter ohgoodiee

    (@ohgoodiee)

    Thank you for your reply. Either and/or both do the trick.

    Thanks much.

    Thread Starter ohgoodiee

    (@ohgoodiee)

    Hello. So it turns out that the other developer changed this line in his code to make it work.

    // Pretty permalinks.
    	$path = $wp_rewrite->root . "plugin-name/$action";
    
    	return add_query_arg(
    		array(
    			'nv'  => $value,
    			'nte' => $empty,
    		),
    		get_home_url( null, $path)
    	);
    
    

    Don’t know if it helps or not, but thought I would throw it out there.

    • This reply was modified 4 years, 2 months ago by ohgoodiee.
    Thread Starter ohgoodiee

    (@ohgoodiee)

    Hello.

    I’m not sure how the mega hosting companies install wp with the automated scripts.

    For me, I installed it manually, out of the box, the permalink was set to: index.php/%year%/%month%/%day%/post title. If I had known back then, I would have set it differently and next year when I have to re-install the OS, (no upgrade path for current version) and wp, I’ll take the time to manually import everything to reflect the new url scheme.

    I’ll send an email to the other developer to ask what he did so that it would know what the permalink structure is and get back to you. If for no other reason than for information.

    For now, I just changed line 257 in cren_plugin.php to include the index.php and it works perfect.

    Jazzed-up the email template and all is good.

    Thread Starter ohgoodiee

    (@ohgoodiee)

    Thank you for the reply.

    I do have the normal garb in .htaccess.

    I worked with another developer on this same issue. It’s because of permalinks.

    This is not an uncommon scenario.

    The solution was to change a line that he later included in an update.

    get_home_url( null, “index.php/->the-plug-in-name<-/$action”)

    I can go back and change it and let you try it for yourself if you would like.

    Thread Starter ohgoodiee

    (@ohgoodiee)

    Found the issue.

    The unsubscribe link sent in the emails is missing the “index.php”

    Current link: /cren/unsubscribe?comment

    Correct link: /index.php/cren/unsubscribe?comment

    Auto detection needed for sites that use the index.php option.

    I seem to be having the same problem.

    No spam filtering or other stuff.

    No recaptcha enabled.

    It was working and have had it installed for some time now, but now, no go, just spins around for over 20 minutes.

    https://verygood.coffee

    Thanks much

    Thread Starter ohgoodiee

    (@ohgoodiee)

    The way my setup works is…

    If I punch a hole in the firewall for you, it doesn’t matter what port you want/need, it’s open.

    Basically, Site kit has full access to whatever it wants (within reason of course).

    For visitors, everything is funneled through Cloudflare. Again though, Site kit has access through there too, even though it’s not needed as Site kit has direct access.

    Last, but not least, Site kit has full access to reverse DNS, there shouldn’t be a problem there either. dig l34.ns.rocklobster.network = 162.208.8.222 – dig -x 162.208.8.222 = l34.ns.rocklobster.network

    As of about an hour ago, it’s still working, but it takes a long time (hanging the system) for it to populate information on the dashboard or the admin dashboard.

    • This reply was modified 4 years, 9 months ago by ohgoodiee.
    • This reply was modified 4 years, 9 months ago by ohgoodiee.
    Thread Starter ohgoodiee

    (@ohgoodiee)

    @reneesoffice

    Depending on the setup, (sandbox, test server, etc) you have to have a loopback or your own ip has to be able to communicate back to the server for WP Cron to work.

    I use a set scheduled cron from the server to keep the traffic down from WPs’ cron firing every time there’s a visitor.

    In this case, for giggles, I disabled the server cron and enabled WPs’ cron to see if it would make a difference (maybe something in the way WP cron spawns off processes) but it didn’t make any difference.

    As noted above “dotorg_communication: true” is WP’s way of letting you know that it can loopback.

    For now, I haven’t had anymore cURL errors. I’ve been pretty hard on the server for the last few months, so decided to give it a good restart.

    Will let you if anything else pops up.

    Thread Starter ohgoodiee

    (@ohgoodiee)

    It’s complicated. Both on server and cloud based. They work hand-in-hand to keep the crackheads and script kiddies out.

    I use CSF on the server and Cloudflare.

    About 5 minutes ago, I logged into the site to start a new post to discover that there was a new problem. (backup for a sec. after setup, dashboard, etc all worked, lots of easy communication with all google services).

    The new problem now is cURL 7 errors, freezing up the admin area (not able to go to anywhere in the admin area). I deactivated the plug-in, waited while writing this, reactivated the plug-in 5 sec ago and now all is back to normal. Not sure what that is about.

    I’ve dealt with cURL 7 errors before so I’ll keep digging around to see what I can find.

    btw. dig sitekit.withgoogle.com = 172.217.4.177 which falls into 172.217.0.0/16, so that should not be a problem.

    Thread Starter ohgoodiee

    (@ohgoodiee)

    Firewall issue. Solved.

    dig googleapis.com = 172.217.11.164 (172.217.0.0/16)

    Punch hole in firewall for 172.217.0.0/16

    Setup completed without issue.

    Question: Do I have to leave the hole in the firewall after the setup has completed or can I close it?

    Thread Starter ohgoodiee

    (@ohgoodiee)

    Step 1: Deactivate: GA Google Analytics

    Step 2: Install Site Kit and run setup

    The errors returned from running setup

    Oops! There was a problem during set up. Please try again.
    Unknown Error (code: http_request_failed).

    Version 1.8.1
    PHP Version 7.3.18
    WordPress Version 5.4.1
    Reference Site URL https://verygood.coffee
    AMP Mode No
    Site Status Not connected
    User Status Not authenticated
    Active Modules Site Verification, Search Console
    Required scopes

    openid: ?
    https://www.googleapis.com/auth/userinfo.profile: ?
    https://www.googleapis.com/auth/userinfo.email: ?
    https://www.googleapis.com/auth/siteverification: ?
    https://www.googleapis.com/auth/webmasters: ?

    Search Console property None

    Let me know what you think about this. I am curious about the “Search Console” as I do have analytics and search console is activated through it.

    • This reply was modified 4 years, 9 months ago by ohgoodiee.
    Thread Starter ohgoodiee

    (@ohgoodiee)

    No worries. I did go through all the post that had the same title, hoping to find a clue to go on. Once we get an idea of what’s going on, I’ll reinstall the plug-in and we can try again.

    
    ### wp-core ###
    
    version: 5.4.1
    site_language: en_US
    user_language: en_US
    timezone: America/Phoenix
    permalink: /index.php/%year%/%monthnum%/%day%/%postname%/
    https_status: true
    user_registration: 683
    default_comment_status: open
    multisite: false
    user_count: 683
    dotorg_communication: true
    
    ### wp-paths-sizes ###
    
    wordpress_path: /var/www/html/coffee
    wordpress_size: 40.19 MB (42140815 bytes)
    uploads_path: /var/www/html/coffee/wp-content/uploads
    uploads_size: 51.18 MB (53662665 bytes)
    themes_path: /var/www/html/coffee/wp-content/themes
    themes_size: 2.10 MB (2202158 bytes)
    plugins_path: /var/www/html/coffee/wp-content/plugins
    plugins_size: 35.55 MB (37280630 bytes)
    database_size: 5.98 MB (6275072 bytes)
    total_size: 135.00 MB (141561340 bytes)
    
    ### wp-active-theme ###
    
    name: Twenty Sixteen (twentysixteen)
    version: 2.1
    author: the WordPress team
    author_website: https://www.ads-software.com/
    parent_theme: none
    theme_features: automatic-feed-links, title-tag, custom-logo, post-thumbnails, menus, html5, post-formats, editor-style, editor-styles, wp-block-styles, responsive-embeds, editor-color-palette, customize-selective-refresh-widgets, custom-background, custom-header, widgets
    theme_path: /var/www/html/coffee/wp-content/themes/twentysixteen
    
    ### wp-themes-inactive (1) ###
    
    Twenty Twenty: version: 1.3, author: the WordPress team
    
    ### wp-plugins-active (14) ###
    
    Add From Server: version: 3.3.3, author: Dion Hulse
    Advanced Excerpt: version: 4.3.5, author: WPKube
    Cloudflare: version: 3.4.1, author: John Wineman, Furkan Yilmaz, Junade Ali (Cloudflare Team)
    Contact Form 7: version: 5.1.9, author: Takayuki Miyoshi
    GA Google Analytics: version: 20200325, author: Jeff Starr
    Noptin - WordPress Newsletter Plugin: version: 1.2.9, author: Noptin Newsletter
    Optimize Database after Deleting Revisions: version: 4.9.1, author: CAGE Web Design | Rolf van Gelder, Eindhoven, The Netherlands
    Post SMTP: version: 2.0.12, author: Yehuda Hassine
    Shared Counts: version: 1.3.0, author: Bill Erickson & Jared Atchison
    Simple XML Sitemap Generator: version: 1.9.0, author: Eric-Oliver M?chler
    Subscribe to Comments Reloaded: version: 200422, author: WPKube
    User Registration: version: 1.8.3, author: WPEverest
    WP Crontrol: version: 1.8.3, author: John Blackbourn & crontributors
    WP Fastest Cache: version: 0.9.0.6, author: Emre Vona
    
    ### wp-media ###
    
    image_editor: WP_Image_Editor_Imagick
    imagick_module_version: 1691
    imagemagick_version: ImageMagick 6.9.11-11 Q16 x86_64 2020-05-11 https://imagemagick.org
    imagick_limits: 
    	imagick::RESOURCETYPE_AREA: 8 GB
    	imagick::RESOURCETYPE_DISK: 9.2233720368548E+18
    	imagick::RESOURCETYPE_FILE: 768
    	imagick::RESOURCETYPE_MAP: 8 GB
    	imagick::RESOURCETYPE_MEMORY: 4 GB
    	imagick::RESOURCETYPE_THREAD: 4
    gd_version: 2.3.0
    ghostscript_version: not available
    
    ### wp-server ###
    
    server_architecture: Linux 2.6.32-042stab133.2 x86_64
    httpd_software: Apache
    php_version: 7.3.18 64bit
    php_sapi: apache2handler
    max_input_variables: 1000
    time_limit: 14400
    memory_limit: 256M
    max_input_time: 60
    upload_max_size: 2M
    php_post_max_size: 8M
    curl_version: 7.19.7 NSS/3.44
    suhosin: false
    imagick_availability: true
    htaccess_extra_rules: true
    
    ### wp-database ###
    
    extension: mysqli
    server_version: 5.6.48
    client_version: mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $
    
    ### wp-constants ###
    
    WP_HOME: undefined
    WP_SITEURL: undefined
    WP_CONTENT_DIR: /var/www/html/coffee/wp-content
    WP_PLUGIN_DIR: /var/www/html/coffee/wp-content/plugins
    WP_MAX_MEMORY_LIMIT: 256M
    WP_DEBUG: false
    WP_DEBUG_DISPLAY: true
    WP_DEBUG_LOG: false
    SCRIPT_DEBUG: false
    WP_CACHE: false
    CONCATENATE_SCRIPTS: undefined
    COMPRESS_SCRIPTS: undefined
    COMPRESS_CSS: undefined
    WP_LOCAL_DEV: undefined
    DB_CHARSET: utf8mb4
    DB_COLLATE: undefined
    
    ### wp-filesystem ###
    
    wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
    
    
    • This reply was modified 4 years, 9 months ago by ohgoodiee.
    Thread Starter ohgoodiee

    (@ohgoodiee)

    Site: https://verygood.coffee

    Hosting provider: vpscheap.net

    I should mention that I do not have any browser extensions, etc.

    • This reply was modified 4 years, 9 months ago by ohgoodiee.
    Thread Starter ohgoodiee

    (@ohgoodiee)

    @reneesoffice

    I just went through all of your duplicates, no answer there as to why this issue is caused.

Viewing 15 replies - 1 through 15 (of 35 total)