@ntozier

Okay I remember now. (sorry, you know there is a lot between then and now xD)

So for you it's literally not checking the export status and triggers the email. So first we would have to check if it's hitting the ajax function or is not even getting to that part. What you can do is go to include/ajax.export.php and var_dump at the top of check() to see if it's hitting the function, if so then we know something in the check() is failing which causes the export to default to email and not show you the waiting text.

Cheers.

KevinTheJedi Yes, I already double check that there is no error in any logs. I've seen some post from other people that they had the same issue like mine. Is it the latest version really have this problem? Btw, all extensions already installed. What can I do to solve this?

ntozier Did you had the same issue as mine like I stated above?

@Hana

We figured out that his issue is that PHP can’t find the file in the temp directory. This could be permission issues, etc. I’d assume the same is for you.

Cheers.

  • Hana replied to this.

    KevinTheJedi How can I solve that permission issues? But I already compare to the old version v.1.12.5, the export function was run smoothly. Is it still there's problem with the permission issues?

    If you don't mind, can you remote to my pc to check if there any problem with the system?

    KevinTheJedi

    Hello sir,
    My console show this "Failed to load resource: the server responded ajax.php/export/10kUeB/check:1 with a status of 404 () "
    I think my issue as same as ntozier issue , so how you solve it?

    Thanks.

    @Hana

    You figure out where the temp files are being stored and figure out why php can’t read/find the files from there.

    Cheers.

    • Hana replied to this.

      KevinTheJedi

      I already figured out where the temp files are being stored but I can't figured out why php can't read/find the files. I already check in class.export.php file for temp directory and I'm not sure what's wrong with it. Can you give me the specific thing I need to figure in the codes or any other solution that I can do? If you don't mind, can you remote my PC to help me figure it out?

      Thanks.

      KevinTheJedi

      Okay, noted that. I will wait. So when I can get back to you? I really appreciate your help sir.

      Thanks.

      KevinTheJedi

      Hello sir, I want to follow up about this issue. Is it you already have the solution for the problem? What can I do to solve it? Your help means a lot to me!

      Thanks.

      KevinTheJedi

      Did you mean the one that you said about get professional support?
      Sorry for asking but it'll be extra charge for that service right?
      Is there any other ways to solve it?

      Thanks.

      @Hana

      I’d check the permissions first to see if that’s the cause. If not then I’d write a php script to create a file in the temp dir and try to read it.

      • Hana replied to this.

        KevinTheJedi

        I’d check the permissions first to see if that’s the cause. If not then I’d write a php script to create a file in the temp dir and try to read it.

        I'm sorry sir, but from what I understood. Did you mean I need to wait for you to check the permission or create a php script right? So when I need to get back to you? Or did I misunderstood what you meant? Can you explain a little bit more to make it clear? I'm sorry and I appreciate your help.

        Thanks.

        KevinTheJedi

        I understood sir. But may I know how to check the permission?

        Thanks.

        @Hana

        Idk your setup so you’ll have to google how to check permissions for your specific server/OS.

        Cheers.

        • Hana replied to this.

          KevinTheJedi

          Hello sir,
          I already check all the permission for class.export.php file, and the problem doesn't solve.
          Is it the correct file to give permission or there is any other file?
          How can I create a php script to solve this sir?

          Thanks.