Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Brainstorm Force

    (@brainstormforce)

    JC,

    Not sure why that would happen with your website (we tested – it works flawlessly on our test websites)

    Though we are glad that you could find a way to get it.

    Regards,
    Sujay

    P.S. – If you really like the plugin and has been effective on your website – we would appreciate if you could post your kind testimony for other interested users to read ??

    Hello,

    I have the same problem, I can’t activate it because of a generic fatal error.
    I’m using WP 3.6 multisite (with subdirectories, not subdomains) and wanted to install your plugin as a network one.

    Plugin Author Brainstorm Force

    (@brainstormforce)

    Guys,

    Could you please submit your request with detailed elaboration through the form provided in plugin’s admin area?

    If possible, kindly provide a link of screen shot as well.

    Regards!

    @sujay Pawar: the latest release 1.1.1 seems to install, but when I want to network activate it shows an error at the end of the plugin page:
    “Fatal error: Call to undefined function add_review_option() in /home/xxx/domains/xxx/public_html/wp-content/plugins/all-in-one-schemaorg-rich-snippets/index.php on line 140”

    Lines 138->140 I think are:
    function register_bsf_settings() {
    require_once(‘settings.php’);
    add_review_option();

    Plugin Author Brainstorm Force

    (@brainstormforce)

    webby1973

    From your description, it seems that we would need to test version 1.1.1 on WP multisite network. Please allow us sometime to do this as we are as of now occupied with prior commitments.

    As soon as this is done, I will update you.

    Regards,
    Sujay

    Plugin Author Brainstorm Force

    (@brainstormforce)

    webby1973

    The multisite issue has been solved. You will find plugin code updated in next update release.

    Meanwhile, you can make the changes effective for your website by using following steps.

    # You need to replace following code in index.php file of the plugin ( ../wp-content/plugins/all-in-one-schemaorg-rich-snippets/index.php )

    ———————————-

    On line no. 59
    Old code => require_once(‘admin/index.php’);
    Replace with => require_once(plugin_dir_path( __FILE__ ) .’admin/index.php’);

    ———————————-

    Line no. 139
    Old code => require_once(‘settings.php’ );
    Replace with => require_once( plugin_dir_path( __FILE__ ) . ‘settings.php’ );

    ———————————-

    Line no. 273
    Old code => require_once(‘functions.php’);
    Replace with => require_once(plugin_dir_path( __FILE__ ) . ‘functions.php’);

    ———————————-

    Thanks for your patience.

    Regards,
    Sujay.

    @sujay Pawar: GREAT! using your update it works ??

    I did a few tests, with Article and Recipe, it shows correctly the summary and also the Google Rich Snippet test page is working.
    Thank you.

    Plugin Author Brainstorm Force

    (@brainstormforce)

    Glad to know it worked ??

    Also I was wondering if you might able to spend a moment to support this free plugin with quality support? If you don’t mind, I’d really appreciate if you could rate plugin with five starts and leave a brief testimony for the plugin and support we provide on www.ads-software.com

    Here is the link to do this – https://www.ads-software.com/support/view/plugin-reviews/all-in-one-schemaorg-rich-snippets#postform

    Thank you very much in advance!

    @sujay Pawar: Hello, does the new 1.1.2 release includes the above code updates?

    Plugin Author Brainstorm Force

    (@brainstormforce)

    webby1973,

    No, the code is still not included and we look forward releasing another update in few days which will include WP Network support.

    Regards,
    Sujay

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘1.1.0 "fatal error"’ is closed to new replies.