Support » Plugin: GeoDirectory - WordPress Business Directory Plugin, or Classified Directory » New Installation, Frontend not responding

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Paolo

    (@paoltaia)

    Hi,

    it looks like dummy data wasn0t imported correctly.

    Please submit this support request in our forum: https://wpgeodirectory.com/support/

    We will need credentials to see your back end and check what’s not working.

    Let us know,

    Thanks

    same here and this is the error log [29-Oct-2016 02:30:00 UTC] PHP Fatal error: Cannot declare class geodir_loginwidget, because the name is already in use in xxxxxxxxx/public_html/wp-content/plugins/geodirectory/geodirectory_widgets.php on line 241

    Plugin Author Paolo

    (@paoltaia)

    Please submit this support request in our forum: https://wpgeodirectory.com/support/

    We will need credentials to see your back end and check what’s not working.

    Let us know,

    Thanks

    Yep seems to be this in wp-content/plugins/geodirectory/geodirectory_widgets.php
    it says register_geodir_widgets() exists and it throws 500 after install, if I change this to xregister_geodir_widgets() if works fine as no clash. Is it checking if the widget is included correctly before re declaring it.

    if (!function_exists(‘register_geodir_widgets’)) {
    /**
    * Registers all Widgets.
    *
    * @since 1.0.0
    * @package GeoDirectory
    */
    function xregister_geodir_widgets()
    {
    /**
    * Login Widget.
    *

    Plugin Author Stiofan

    (@stiofansisland)

    @filterit please post on our support forums or provide the error log text.

    Thanks,

    Stiofan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘New Installation, Frontend not responding’ is closed to new replies.