Jump to content

Valtasar

Clients
  • Posts

    227
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Valtasar

  1. Hi,

    I don't know if this is the correct plact to submit a bug report, but after I run in SQL toolbox a simple query like this (ibf_covers_covers  is a custom table):

    SELECT cov_id, cov_grtitle  FROM ibf_covers_covers

    I get correct results in the first page, but get the following error after I click any other page in the pagination:

    image.thumb.png.43bb6175aa88eb0dd0ba40a8b092b40d.png

     

  2. On 2/4/2018 at 2:27 AM, onlyME said:

    Revert it and wait for the next version :) 

    I installed the new version but nothing changed in widget...

     

    Also the problem here

    persist...to move or split any reply, i must disable the plugin first

  3. 17 hours ago, onlyME said:

    Find and remove

    
     'do', 'getNewComment' 

    I did it and the only thing changed was that i can't go to posts anymore....when i click a post brings me in the main page.

    I attached an image with thumb widget and IPS widget and what i mean... when i click a post in your widget i go (right) in the last post, but i can't see it in the widget

    Screenshot_1.thumb.jpg.6f3e9ee4ea98e25d1fb4ea0399c8295e.jpg

  4. I use  PHP Version 5.6.32-1and IPS  4.2.8 and one suggestion : in widget when i choose posts, i see the topic creator and not the last poster.... it would be nice to be like IPS widget (last poster and the start of the post)

  5. I installed and checked it today.

    I had a topic with 3 replies. I changed the fourth to be between the first and the second. The post changed position but in a while i have the notification "2 new replies" and it added (again) the 2 posts which was already there.....after some minutes again added 2 new posts (the same)....Screenshot_3.thumb.jpg.d305a7b0c74e2811fea0f554fd9700e0.jpg

    If i refresh the page, they disapear and in few minutes again the same....

    Also in topic list, i see the old last poster and not the new one....

    Any help ?

  6. Excellent work Adriano, for one more time thanks a lot !

    Suggestions.... (or extra plugins)

    - to add an option to transfer specific replies too as comments in article (for those who want to close/delete the main topic in forums)

    - to add an option to merge 2+ topics (or replies) to 1 article

    - the option to merge 2 articles in 1

     

  7. @-RAW- 

    Recently  update my board in IPS 4.2.5

    I had awards in 3.4.5 (don't remember version), i installed iAwards 1.1.1 and i can't make it work. When i try to update in iAwards i have this error

    SELECT SQL_CALC_FOUND_ROWS awards.awards_id,awards.awards_name,awards.awards_desc,awards.awards_img,awards.awards_pos,awards.awards_cat_id,awards.awards_awarded FROM `ibf_awards` AS `awards` WHERE awards.awards_cat_id = 1
    IPS\Db\Exception: Unknown column 'awards.awards_img' in 'field list' (1054)
    #0 /home/valtasar/public_html/forums/system/Db/Select.php(378): IPS\_Db->preparedQuery('SELECT SQL_CALC...', Array, true)
    #1 /home/valtasar/public_html/forums/system/Db/Select.php(276): IPS\Db\_Select->runQuery()
    #2 /home/valtasar/public_html/forums/applications/awards/modules/admin/upgrade/awardsSystem.php(97): IPS\Db\_Select->setKeyField('awards_id')
    #3 /home/valtasar/public_html/forums/system/Dispatcher/Controller.php(96): IPS\awards\modules\admin\upgrade\_awardsSystem->manage()
    #4 /home/valtasar/public_html/forums/applications/awards/modules/admin/upgrade/awardsSystem.php(33): IPS\Dispatcher\_Controller->execute()
    #5 /home/valtasar/public_html/forums/system/Dispatcher/Dispatcher.php(146): IPS\awards\modules\admin\upgrade\_awardsSystem->execute()
    #6 /home/valtasar/public_html/forums/gcadmin/index.php(13): IPS\_Dispatcher->run()
    #7 {main}

    Any advice ?

  8. I have just completed the database conversion and faced some problems with the converter( IPS UTF8 Database Converter 1.1.19 ) that I want to report:

    a) We had made in the past a backup copy of  ibf_message_topics table to  ibf_message_topics_old in our database. All our tables were already in utf8 so there was no need to convert their content, just the collation (e.g. from utf8_general_ci to utf8_unicode_ci). But, for some reason. the converter did not convert this table to utf8. When I renamed ibf_message_topics_old to ibf_old_message_topics, it worked!

    b) we had a problem with a custom table which had a default value of  "€" (Euro sign). This caused the script to exit with an error, since the "definition" column in table "convert_session_tables" that the converter creates was null! Tracing the code showed that the problem was due to the "json_encode" statement which returned an error "Malformed UTF-8 characters, possibly incorrectly encoded", when converting the field with default value the Euro sign. I checked the length of the field in my database and it is 3, so my content(and default value) is Euro in utf8. Since I couldn't find any other way to solve this problem, I had to temporarily change the default value (e.g. to NULL), do the conversion and then restore the default value back to the "Euro" sign.

     

    Otherwise, the converter 1.19 works very well!

  9. Dear Stuart,

    I wanted to check more what is the problem with the code of the old version (Member Maps 1.0.9) so I installed a clean version of the test board with 1.0.9 today, entered my APIs Console key (as explained here: https://developers.google.com/maps/documentation/javascript/tutorial#api_key ), and magically everything worked: The map appeared, I was able to add a custom marker and my location (as a member) using google geocoding. So I am very happy (previously in my live board I was getting a stuck screen with 1.0.9).

    Were you aware of this?

    Maybe there is a way for those of us that really need the custom markers to "downgrade" to the (working?) old version, until you upgrade the beta version?

    Please explain what is/was the problem more specifically, including some technical details if possible, please!

    PS: As I see, Google Maps JavaScript API v3 allows for up to 25k requests/day, which seems very fine for me!

×
×
  • Create New...