Jump to content

Giray

Clients
  • Posts

    651
  • 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 Giray

  1. Hi all. 

    Since 4.6, I have a weird issue in my profile pages. When you access a profile, while you are logged in or not, and have tried it on various browsers, and I have confirmation from one other board that they have the same problem... the sidebar on the left does not appear. Hit refresh and it appears, every time. Note that we've tried with all apps disabled and on an unaltered dev board.

    Anyone else? Thoughts where to look? Bug?

    Thx.

  2. Hi Adriano,

    Before figuring out that the TFA problem was on Invision's side, I made the stupid mistake of trying to debug and uninstalled your TFA masking plugin. The problem is that now when I go to install it again, IPS asks for version and when I say 4.6 it won't let me 😞 Not sure if you have to simply add something on the ips side? Definitely not urgent!!

  3. On 6/24/2021 at 4:49 PM, bosss said:

    I am on 4.6.2 and got notice in admin cp that i should use InnoDB instead MYISAM -

    Can i use this query to convert whole database at once or my convert table by table?

    SET @DATABASE_NAME = 'name_of_your_db';
    
    SELECT  CONCAT('ALTER TABLE `', table_name, '` ENGINE=InnoDB;') AS sql_statements
    FROM    information_schema.tables AS tb
    WHERE   table_schema = @DATABASE_NAME
    AND     `ENGINE` = 'MyISAM'
    AND     `TABLE_TYPE` = 'BASE TABLE'
    ORDER BY table_name DESC;

    Maybe you have beter suggestion? Can i leave MyISAM mean stay on it?

     

    regards

    Also interested in knowing.

  4. Just upgraded to 4.6.3. I'm getting an error when editing any blog entry, whether in the main community or a club blog.

    Quote

    This content can no longer be edited. It may have been moved or deleted, or too much time may have passed since it was posted for it to be edited.

    Error code: 2S136/E

    Note that the changes actually are saved, despite the error message.

    Thoughts anyone before I open a support ticket?

    Thx.

  5. 7 minutes ago, Nathan Explosion said:

    Help the dev out by providing the error.

    You're right, fair point. The reason I had not is because it was clear in the thread that the application was not yet 4.6 ready. This said, here goes. When I click on any of the clubs, I get:

    Error: Undefined class constant 'SELECT_SQL_CALC_FOUND_ROWS' (0)
    #0 /home/myhome/public_html/init.php(902) : eval()'d code(44): IPS\clubsenhancements\_Block::blocks(NULL, 'block_id', 'block_club_id=8')
    #1 /home/myhome/public_html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\clubs\clubsenhancements_hook_ceControllerView->execute()
    #2 /home/myhome/public_html/index.php(13): IPS\_Dispatcher->run()
    #3 {main}

     

  6. 16 hours ago, Umaar said:

    Hi, may I know what do you mean by a nested forum? Looks interesting...🤓

    It means that in the main forum area, you can have categories, forums and sub-forums. In clubs you can only have forums. It would be good to be able to have, at least, sub forums so as to be able to divide club discussions the way we might in the main forum.

    Not sure if it's feasible or if he'll implement it.

  7. Thanks Adriano, but that doesn't really address the problem. The way it is set up now, it does say 'Update Available' but only if you are on the 'next' version, in this case 4.6. I'm talking about people who are on 4.5 who want to decide when to upgrade, and in that case, you cannot easily decipher which apps are already compatible with the 'next' version from your own. I hope that makes sense.

  8. I would love to see a graphically clean way of looking up all the applications and their compatibility with a version of IPS, especially the latest version to help me decide whether to upgrade. Currently, deciding to upgrade, to for example 4.6, is difficult. I have to either go app by app in my install or go to the Marketplace, go category by category with the version filter and scroll through all the apps until I find, or don't find mine. Developers should have some kind of back-end field where the check off the version(s) of compatibility, and then on the front end, like with all compatibility matrices, you would have an app with checkmarks to the right under each valid version.

    If it already exists and I missed it, my bad.

  9. On 5/3/2021 at 10:47 AM, InvisionHQ said:

    Unfortunately I don't have an ETA, I will try to release everything this month, but I can't guarantee anything. There is also 4.6 around the corner and I need to review a lot of apps.

     

    On 5/3/2021 at 10:49 AM, Giray said:

    Wow, thank you. More information than I had hoped for. Now I'll stop bugging you 😇

    Hi... Sorry to ask but wondering if you'd made a decision or moved on the sub-forums in clubs. I have a zoom meeting with my 'clubs' tonight and they've all been pestering me – so you could say that I'm just re-pestering 😇

  10. 1 hour ago, Adriano Faria said:

    I'll take a look when I have to upgrade to 4.6, probably soon. 👍

    Btw, does it happen on default theme?

    I hate it when I don't think of testing the default theme 😞 No, it does not. So clearly it's a theme problem on my end. So sorry. I'll dig in to see if I can find it. It's just that I currently have it on the easy theme setup so I forget to look at the css. I think it's time I switch. If I can't fix it, I'll revert.

  11. Great that we can charge for club membership, but it would be better if we could charge different amounts say for veterans, or whatever other discount we want to give. We are currently limited to only one fee.

×
×
  • Create New...