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.
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.
Idk your setup so you’ll have to google how to check permissions for your specific server/OS.
Cheers.
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.
Hana
Check this post for default permissions:
Set All osTicket Directories = 0755
Set All osTicket Files = 0644
Exceptions = osTicket API files = 0755
https://forum.osticket.com/d/93758-resolved-recommended-overall-file-and-folder-permissions
Hello,
I already set the default permissions but the problem doesn't solve too.
What else I can do?
Thanks.