1. REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Server-Errorlog

Discussion in 'AMS Support' started by Tamara-Jasmin, Dec 24, 2018.

  1. Tamara-Jasmin

    Tamara-Jasmin New Member AMS

    Hi, my errorlog is over. What can I do?
    I think it's up to an RSS feed that I read automatically (CLASS FUNCTION - THANKS!)
    Can I easily change varchar in the responsible column?
    Which one would that be?

    Here is an excerpt - there are several 100 entries per day:


    LG: Tammy
     
  2. Bob

    Bob Developer Staff Member

    Can you cut and paste the actual error with the stack trace please? (click on one of those links, open up the error and cut and paste the error message along with the stack trace for the error).
     
  3. Tamara-Jasmin

    Tamara-Jasmin New Member AMS

    Uuuups ... I forgot ... sorry;)

    Here:




    I think it's the (my) configuration.
    String 77 (title) + Prefix (13) + Info (27) = 117

    ams0.png

    Thanks ...

    LG: Tammy
     
    Last edited: Dec 25, 2018
  4. Bob

    Bob Developer Staff Member

    I still need the actual error. Without knowing what the actual error is, its hard to speculate.

    When you post bug reports to a developer, you need to include the actual error (circled in RED in the image below). That is the most important part.

    Selection_922.png

    That said, it COULD be some sort of conflict issue with Siropu AdsManager.

    Could you TEST this RSS with the Core XF RSS feeder and see if the same error is being thrown?
     
  5. Tamara-Jasmin

    Tamara-Jasmin New Member AMS

    Oh ...;)

    I test the feed morning.

    LG: Tammy

    I have test it now ...
    148 - and no Error.

    LG: Tammy
     
    Last edited by a moderator: Dec 26, 2018
  6. Bob

    Bob Developer Staff Member

    Im not sure what that even means. Please inbox me login credentials for your site (I'll need Admin CP access with full Admin permissions). This way I can do the troubleshooting that I need to do and can see everything that I need to see without having to ask 100 questions for each individual troubleshooting step.
     
  7. Tamara-Jasmin

    Tamara-Jasmin New Member AMS

    I always have to translate with google Translate, which is very exhausting because I can not speak English;)
    Yesterday I was too lazy to use google Translate for a line and I did not know what "sign" means;)

    So ... I tested RSS in the forum. With 148 characters in length - no errors.

    LG: Tammy
     
  8. Bob

    Bob Developer Staff Member

    lol.. no worries :) I understand.

    I really think that it would be best at this point if I was able to troubleshoot this on your site vs asking you a single question, waiting a day for a response, then asking another single question... repeat... repeat....etc , so if you could please provide me Admin CP access so that I can do all the troubleshooting that I need to do on my own, that would be wonderful. Thank you :)
     
  9. McAtze

    McAtze Member AMS Premium CAS Premium LD Premium RMS Premium SC Premium UBS Premium Pickem Power Rankings Sportsbook

    Hi @Bob i got the same issue if i want to import feeds. It seems to be a limit of 100 characters, but i cannot find the settings for the limitation. The issue is a global XF error message. I don't really think it is something with your add-on. Maybe you have a hint whats happend?

    Code:
    Exception: Error posting feed entry https://www.wbs-law.de/?p=77555 for feed 1: Please enter a value using 100 characters or fewer. src/addons/XenAddons/AMS/Service/Feed/Feeder.php:128
    
    Generiert durch: NewsBot 30. Dezember 2018 um 11:36 Uhr
    
    Stapelverfolgung
    #0 src/XF.php(480): XenAddons\AMS\Service\Feed\Feeder->XenAddons\AMS\Service\Feed\{closure}()
    #1 src/addons/XenAddons/AMS/Service/Feed/Feeder.php(143): XF::asVisitor(Object(SV\WarningImprovements\XF\Entity\User), Object(Closure))
    #2 src/addons/XenAddons/AMS/Service/Feed/Feeder.php(113): XenAddons\AMS\Service\Feed\Feeder->importEntry(Array)
    #3 src/addons/XenAddons/AMS/Admin/Controller/Feed.php(219): XenAddons\AMS\Service\Feed\Feeder->importEntries()
    #4 src/XF/Mvc/Dispatcher.php(321): XenAddons\AMS\Admin\Controller\Feed->actionImport(Object(XF\Mvc\ParameterBag))
    #5 src/XF/Mvc/Dispatcher.php(248): XF\Mvc\Dispatcher->dispatchClass('XenAddons\\AMS:F...', 'Import', Object(XF\Mvc\RouteMatch), Object(XenAddons\AMS\Admin\Controller\Feed), NULL)
    #6 src/XF/Mvc/Dispatcher.php(100): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XenAddons\AMS\Admin\Controller\Feed), NULL)
    #7 src/XF/Mvc/Dispatcher.php(50): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
    #8 src/XF/App.php(2177): XF\Mvc\Dispatcher->run()
    #9 src/XF.php(392): XF\App->run()
    #10 admin.php(13): XF::runApp('XF\\Admin\\App')
    #11 {main}
    
    Benötigter Status
    array(4) {
      ["url"] => string(81) "/admin.php?xa-ams/feeds/datenschutz-wilde-beuger-solmecke-rechtsanwaelte.1/import"
      ["referrer"] => string(52) "https://www.xentutorials.com/admin.php?xa-ams/feeds/"
      ["_GET"] => array(1) {
        ["xa-ams/feeds/datenschutz-wilde-beuger-solmecke-rechtsanwaelte_1/import"] => string(0) ""
      }
      ["_POST"] => array(0) {
      }
    }
     
    Bob likes this.
  10. Bob

    Bob Developer Staff Member

    Looks like the ArticleItem entity has a varchar 100 limitation set on it (which is follow the XFRM standard for Title Length). Threads entity has a varchar 150. The Title fields themselves are already varchar 150, so making the entity changes is easy, however, there are some scheme changes that will need to be made as there are other fields like 'last_article_title' in tables like the category (that store the title of the last created article) that are set at 100 vs 150).

    Clear as mud? haha. I am hoping that its something this simple.

    Changes of this magnitude should not be made in the 3rd point maintenance release, so I might wait to make this change in the upcoming 2nd point release (which will require XF 2.1).

    Would it be possible for one of you two to inbox me the RSS Feed that is causing the problems? (too include screen shots of the Feeder Settings for that feed).
     
  11. McAtze

    McAtze Member AMS Premium CAS Premium LD Premium RMS Premium SC Premium UBS Premium Pickem Power Rankings Sportsbook

    Thats what i thought.. :D

    No problem, maybe we should have said that we both use XF2.1. :rolleyes:

    I will inbox you.. (y)
     
    Bob likes this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.