Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Fixing WordPress
    In reply to: fatal error

    It seems to be related to the compatibility issue with the Tribe Events Pro plugin. To resolve this, you can deactivate the plugin or try the following steps:

    1. Access your website’s files using FTP or a file manager provided by your hosting provider.
    2. Navigate to the path: /wp-content/plugins/events-calendar-pro/.
    3. Locate the file named Advanced_List_Widget.php.
    4. Open the file and go to line 19.
    5. Verify that the declaration of the Tribe__Events__Pro__Advanced_List_Widget class constructor matches the expected parameters of the Widget_Interface constructor. You may need to compare it with a clean or updated version of the plugin to ensure compatibility.
    6. Make the necessary adjustments to ensure the constructor is compatible.
    7. Save the changes and upload the modified file back to your website, overwriting the existing file.
    8. Clear any caching mechanisms or plugins you may have activated.
    9. Attempt to access your website and check if the error has been resolved.

    If the error persists or you require further assistance, I recommend reaching out to the plugin’s support team or posting a detailed inquiry on the www.ads-software.com support forum. They will be able to provide you with more specific guidance tailored to your situation.

    No worries! You can fix the link by accessing the wp-options table in your MySQL database. From there, you can update the URL and resolve the issue. You can follow these steps:

    1. Access your hosting account or use a tool like phpMyAdmin to manage your database.
    2. Locate and select the database associated with your WordPress site.
    3. Find the wp-options table within the database and click on it to open.
    4. Look for the rows with the option_name column values “siteurl” and “home”. These store the URLs of your website.
    5. Edit the option_value of both rows and update them to the correct URL.
    6. Save the changes.

    Thanks.

    Sorry to hear about the issues you’re facing after migrating your site. It’s frustrating when plugin installation and outdated version errors occur. It’s worth reaching out to Hostinger support to investigate why the plugin installations are still referencing your old host’s name. They should be able to provide guidance and assistance in resolving the issue. Hopefully, they can help you with the necessary changes and ensure a smooth transition to your new hosting provider.

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