Jump to content

ZLTRGO

Members
  • Posts

    211
  • 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 ZLTRGO

  1. 17 hours ago, Jordan Miller said:

    Hey @ZLTRGO, sorry you are having a bit of trouble here. I reached out to you via email to see if we can help guide you in a better direction. 😊 

    I am -100% interested in migrating my community to one of your plans, this must be a joke right?🙂

    I want the API feature to work as before, it was fine with the rewrite rule on NGINX before the 4.6.12 update(could be also one before).
    It can't be that you guys don't support NGINX 😞

  2. Just now, Marc Stridgen said:

    This will have been moved here as its related to your hosting, not to the software. We dont provide support for your hosting in any way, and do not actually provide any rewrites for nginx. This is not related in any way to the way in which we do support. 

    How can it be related to my hosting when it was working 100% fine before I updated to the newest version of your software?
    Can you guys at least try to solve this with me or are you guys just gonna do the easy trickster and move on without providing any kind of support?
    How is it that you guys don't have correct/downloadable configs for NGINX in 2022 like you guys have for Apache?
    It's commonly used by a ton of people.

  3. Hi,

    I have this issue since I update to the newer versions of IPB:
    Could contain: Electronics, Text, Screen

    It was working fine before, but now I can't get passed this page.
    I tried to add the needed file to the folder and gave it 755 permission but that didn't help.
    I tried to use the "NGINX" config version that worked before without issues but that didnt work either, config:

    location / {
    
        location /api/ {
            if (!-e $request_filename){
                  rewrite ^/api/(.*)$ /api/index.php;
            }
        }
    
        if (!-e $request_filename){
             rewrite ^(.*)$ /index.php;
        }
    
        try_files $uri $uri/ =404;
    }

    ^ ^ ^
    This is also the default Rewrite config of my whole website settings in NGINX and it always worked in the past without issues, even with the API.

    Any ideas?

  4. Hi,

    I have this issue since I update to the newer versions of IPB:
    Could contain: Electronics, Text, Screen

    It was working fine before, but now I can't get passed this page.
    I tried to add the needed file to the folder and gave it 755 permission but that didn't help.
    I tried to use the "NGINX" config version that worked before without issues but that didnt work either, config:

    location / {
    
        location /api/ {
            if (!-e $request_filename){
                  rewrite ^/api/(.*)$ /api/index.php;
            }
        }
    
        if (!-e $request_filename){
             rewrite ^(.*)$ /index.php;
        }
    
        try_files $uri $uri/ =404;
    }

    ^ ^ ^
    This is also the default Rewrite config of my whole website settings in NGINX and it always worked in the past without issues, even with the API.

    Any ideas?

  5. On 4/11/2022 at 8:24 PM, Mark H said:

    Glad to hear your Host got the issue resolved.

    Hello, I ran into the same error/message, I uploaded the file and set the permission to what you said above, but it doesn't seem to get fixed.

    I use NGINX tho, I tried to use my old Config but that also doesn't seem to work, this is a new issue because it was working with the old version of IPB.

    Any idea how to fix this 😞

  6. Who would be interested in such a plugin/app?
    I will commission a dev for it soonish for something similar, and if a few chips in, It's going to be cheaper for everyone :o
    I'll pay the biggest cut anyway so don't ya worry.

    "Commerce Additions" <- Name of the plugin/app

    "Direct Link in ACP Product View" 
    - Button for each Product/Category in Commerce->Store->Product Groups, kinda like the Button on Page ACP "View Page"

    "Mass Invoice Management" 
    - Allowing us to select multiple invoices/Transactions at once in the Commerce->Invoice/Transaction Tab so we can "Mark Paid", "Reissue", "Print"(Print to PDF in Mass), Cancel, Delete (pretty much every button).
    - Allowing us to export/"Print" invoices by date range.
    - Allowing us to select multiple invoices/Transactions at once in the ACP when Viewing Commerce Profile of users.

    If you are interested and don't wanna wait a few years until IPB adds this(if they are even gonna do that), send me a PM. 😲
     

  7. 21 hours ago, OptimusBain said:

    Have you tried the renewals? I would buy it if it works with renewals. Is there a way to confirm that it works? Thanks

    Even if it wouldn't work right now, I can assure you @Kirill Gromov would fix this very fast.

    Auto Renewals will ofc never work with this because it's not acting like a "credit card", if you mean smth like that.

  8. 18 hours ago, Adriano Faria said:

    I know it’s a feature suggestion for the Core and you probably already know but there’s a marketplace resource to accomplish that just in case you don’t want to wait.

    For groups, does it automatically auto follow/unfollow for people in the group if they get promoted into it (via Commerce as an example)?

  9. Could you please add the option that when you click on "Decline" that the person can no longer apply? and also display to deny status in the ModACP? Right now if you click on "decline" it's kinda useless, because it only displays it when you click on the application.

    And it would be also good if we could instead of just limiting them to apply once(or unlimited), to allow ´them only apply 2-3 times or so(individual amount).
    Aka Apply limit = 3, Applys 2 times(2 times rejected but recorded), last time accepted.
    and ofc if the application is deleted they gain that application "spot" back.

    Regards

  10. 20 hours ago, Martin A. said:

    If you need this for development purposes you can use this constant

    define( 'DEV_DISABLE_ACP_SESSION_TIMEOUT', TRUE );

    That'll disable the timeout when IN_DEV.

    Yes buts that the problem, I want to have it also in the normal mode :P not just when its "IN_DEV" mode :o

  11. On 6/18/2018 at 4:47 PM, bfarber said:

    If you open a new ACP tab from an existing ACP session you can use multiple tabs no problem. If you login in a separate tab, however, any existing sessions are invalidated. This is a security precaution.

    We will be moving towards cookie-based authentication at some point I expect, which would resolve your concern.

    Still planing on that? xD

    I hate the fact that I get logged out every 30 mins or so on ACP. I increased the timeout time in my php.ini, but it does not help for some reason.

    image.thumb.png.aa91b14ddbf227a85ed61e10528e0b25.png

    I want to increase it to 24h. 

    Yes I know it's 42h in seconds right now but that's just for testing. I still get logged out way too often.

×
×
  • Create New...