- Edited
@Hana @juan2lando @stevland @kaigyt
I'm able to export just fine with v1.14.1. What errors are you guys receiving?
Note:
I'm using PHP 7.3 and osTicket v1.14.1
Cheers.
@Hana @juan2lando @stevland @kaigyt
I'm able to export just fine with v1.14.1. What errors are you guys receiving?
Note:
I'm using PHP 7.3 and osTicket v1.14.1
Cheers.
How you do it sir? Did you had fixed anything in the coding or else? I'm using the same version as yours but there's the problem like I stated above. I had checked my error logs but there's no any error occur Can you help me with any solution to fix this issue, sir?
Thank you in advance!
Side note, I cannot export either.
@KevinTheJedi We talked about this on Dec 9th (see the chat log). It emails me the export, and there are no errors in the PHP error log.
Console shows a lot of "Failed to load resource: the server responded with a status of 404 (Not Found) /scp/ajax.php/export/random stuff/check:1
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?
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.
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?
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.
You figure out where the temp files are being stored and figure out why php can’t read/find the files from there.
Cheers.
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.
Since I’m a core dev I can’t remote in unless you go through our Professional Support services here:
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.
Cheers.
Okay, noted that. I will wait. So when I can get back to you? I really appreciate your help sir.
Thanks.
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.
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.
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’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.