Results 1 to 10 of 451

Hybrid View

  1. #1
    Join Date
    Mar 2014
    Location
    england
    Posts
    5
    Plugin Contributions
    0

    Default Re: News & Article Management [Support]

    Just read somewhere that you can manually insert data into the database so that has helped for the time being.
    As for the sitemap, additionally any method of being able to use the RSS as an individual XML file, as well as adding news pages to the user sitemap (organised in date?) would be much appreciated.

  2. #2
    Join Date
    Mar 2014
    Location
    england
    Posts
    5
    Plugin Contributions
    0

    Default Re: News & Article Management [Support]

    Hey guys, ok - so I know no one supports this module pretty much. Which sucks, because I can't seem to find any method to display blog/news posts aside from this and a Wordpress hack. Anyway, it's working fine except for one thing - now it won't display the summary module on the front page. I've not even made any changes to the site and it's just... gone.

  3. #3
    Join Date
    Oct 2013
    Location
    Andover
    Posts
    13
    Plugin Contributions
    0

    Default Re: News & Article Management [Support]

    Hi when I installed the plugin and go to view my blog posts there seems to be an error with the css scripit http://www.smlhygiene.co.uk/index.ph...e&article_id=1 I am running zen care 1.39H

  4. #4

    Default Re: News & Article Management [Support]

    Hello,i used 1.5.4 with image handler 5.0 and zen lightbox,installed the rss 2.1.5/6 or 2.4.2,but when i set Generate Products Images "true",then it display error:
    [23-Mar-2018 02:33:33 UTC] PHP Fatal error: Uncaught Error: Call to a member function notify() on null in /home/getappreal/public_html/includes/modules/abagon/main_product_image.php:19
    Stack trace:
    #0 /home/getappreal/public_html/includes/modules/pages/rss_feed/header_php.php(428): require()
    #1 /home/getappreal/public_html/includes/modules/pages/rss_feed/header_php.php(369): zen_rss_products('SELECT DISTINCT...', false)
    #2 /home/getappreal/public_html/index.php(36): require('/home/getapprea...')
    #3 {main}
    thrown in /home/getappreal/public_html/includes/modules/abagon/main_product_image.php on line 19

    and when set "fales"
    it work fine.
    Why

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,950
    Plugin Contributions
    96

    Default Re: News & Article Management [Support]

    Quote Originally Posted by targetmarts View Post
    Hello,i used 1.5.4 with image handler 5.0 and zen lightbox,installed the rss 2.1.5/6 or 2.4.2,but when i set Generate Products Images "true",then it display error:
    [23-Mar-2018 02:33:33 UTC] PHP Fatal error: Uncaught Error: Call to a member function notify() on null in /home/getappreal/public_html/includes/modules/abagon/main_product_image.php:19
    Stack trace:
    #0 /home/getappreal/public_html/includes/modules/pages/rss_feed/header_php.php(428): require()
    #1 /home/getappreal/public_html/includes/modules/pages/rss_feed/header_php.php(369): zen_rss_products('SELECT DISTINCT...', false)
    #2 /home/getappreal/public_html/index.php(36): require('/home/getapprea...')
    #3 {main}
    thrown in /home/getappreal/public_html/includes/modules/abagon/main_product_image.php on line 19

    and when set "fales"
    it work fine.
    Why
    That's because this plugin is including the updated main_product_image.php module in a function context, so that the $zco_notifier variable isn't visible.

    I'll note (and correct) this behavior in the IH-5 plugin). To correct the issue that you're having, you'll need to edit both /includes/modules/abagon/main_product_image.php and /includes/modules/abagon/additional_images.php, changing all occurrences of
    Code:
    $zco_notifier->
    to
    Code:
    $GLOBALS['zco_notifier']->

  6. #6

    Default Re: News & Article Management [Support]

    Quote Originally Posted by lat9 View Post
    That's because this plugin is including the updated main_product_image.php module in a function context, so that the $zco_notifier variable isn't visible.

    I'll note (and correct) this behavior in the IH-5 plugin). To correct the issue that you're having, you'll need to edit both /includes/modules/abagon/main_product_image.php and /includes/modules/abagon/additional_images.php, changing all occurrences of
    Code:
    $zco_notifier->
    to
    Code:
    $GLOBALS['zco_notifier']->
    Ok,it work now,thanks
    by the way,i used news and other plus,i checked the rss in my site www.targetmarts.com,it only work for new_products
    upcoming
    featured
    specials
    products
    categories.
    it don't work for other page as manufacturers_all / manufacturers/ news/ etc.
    so how to work for those page?
    Thanks again
    Last edited by targetmarts; 24 Mar 2018 at 02:23 PM.

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,950
    Plugin Contributions
    96

    Default Re: News & Article Management [Support]

    Would you please elaborate on "it don't work"? What is it and what doesn't work ... how is the output different from what you expect?

 

 

Similar Threads

  1. News & Article Management
    By akumi in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 May 2008, 03:27 PM
  2. Regarding News & Article Management
    By akumi in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 12 May 2008, 05:27 PM
  3. News & Article Management- couple small problems
    By chufty bill in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 26 Oct 2006, 09:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg