Recent content by tjoneslow

  1. tjoneslow

    Fixed API Documentation for Posts

    https://xenforo.com/community/pages/api-endpoints/#route_post_posts_ Please update the documentation for the POST "Posts" API to note that the response value is the succsss code and the Post for the post you just POSTed.
  2. tjoneslow

    Fixed Payment provider returning Error: Invalid cost amount

    We figured this out. I'm posting this here in hopes it helps others resolve a similar problem. In your PayPal setup it is possible to add additional charges. In our example the PayPal setup was part of an online store. This was set to automatically add a small shipping and handling charge to...
  3. tjoneslow

    Fixed Payment provider returning Error: Invalid cost amount

    We've set up PayPal to accept payments for forum upgrades according to the documentation. But one user attempt to upgrade continues to post an error log with the error message: Error: Invalid cost amount I did a search for similar errors and found this as a fixed bug against 2.0.5...
  4. tjoneslow

    XF 2.2 PHP post_max_size set 0 disables attachements?

    This is more of a question about the internal processing. In the PHP documentation, it states you can set post_max_size to 0, indicating you would like to disable the limit checking of the post size. (NOTE: Do not do this in your production server, bad things may result). Some test...
  5. tjoneslow

    XF 2.2 vBulletin 3.8 importer with vBlogetin blog converter

    Is there a way to run the vBulletin 3.8 importer and import the blog posts from the vBlogetin blog plugin? Using the vBulletin 3.8 importer with Blog fails on the blog import with the following error: XF\Db\Exception: MySQL statement prepare error [1146]: Table '<database>i.coti_blog' doesn't...
Top Bottom