Easy Ticket - Support Ticket System With WebsiteEasy Ticket - Support Ticket System With Website
Easy Ticket is a ticket management software, which seamlessly managed your customer issue.Easy Ticket - Support Ticket System With Website
Easy Ticket is a ticket management software, which seamlessly managed your customer issue.16 Support questions or comments
Please login or create an account to post a question or comment.
-
7 months agocodehunger AuthorHello @NeelWonder, To fix this issue, first we have to understand how we can reproduce the error in our system, or you can also tell us, what you have inserted and this error start showing, by looking at the below error, you do the hotfix by changing this code.
go to ModulesKnowledgebaseTraitsArticlesTrait.php line no - 79, where you can see the getPopularKnowledgebases() function, just replace the entire function code with the below one.
public function getPopularKnowledgebases()
{
try {
$stats = [];
$knowledgebases = Knowledgebase::select('id'->with('views'->get();
if (count($knowledgebases) == 0) {
return [];
}
foreach ($knowledgebases as $knowledgebase) {
$stats[$knowledgebase['id']] = count($knowledgebase['views']);
}
arsort($stats);
$firstFiveKnowledgebases = array_keys(array_slice($stats, 0, 4, true));
if(is_array($firstFiveKnowledgebases)) {
$whereInOrder = implode(',', $firstFiveKnowledgebases);
return Knowledgebase::select('name', 'slug'
->whereIn('id', $firstFiveKnowledgebases)
->orderByRaw("FIELD(id, $whereInOrder)"
->get();
} else {
return [];
}
} catch (Exception $e) {
throw new Exception($e->getMessage());
}
}
-
Nov 2, 2023Sidd8182 PurchasedHI,
I am waiting for your reply. I didn't get any reply from your side. I raised the query. My setup not completed due to DB error. Please give me a setup to complete this process.
-
Nov 2, 2023codehunger AuthorHello @sidd8182 we already told you to share your email id, but i think due to security policy from codester your comment has been removed.
anyways please check our documentation, we have given the support option there via skype and email.
so please collect our email from our documentation and mail us , or you can also ping us on skype.
thanks
-
Oct 21, 2023Sidd8182 PurchasedHi, Yesterday I have purchase it.
I trying to install on my server.
Once I entered the DB crendential and create admin user password.
After some I Hit the URL it starts from the beginning setup
Why it Happend
-
Oct 21, 2023codehunger AuthorHello really sorry for the inconvenience caused with our software, please share your email, will send you already setup database.
-
Aug 16, 2023Willing to purchase this script. The demo is not working. Please share the idea about your SaaS. What will be included? Can I go with the regular license or do I need an extended one? As of now, I want to test it but I am unable to continue because you forgot to renew your domain or its service with Hostinger. Please fix it AsAP.
Thanks - View 3 more replies
-
Aug 17, 2023codehunger AuthorIt can be installed in shared hosting as well
-
Aug 18, 2023Thanks but the demo is still not working.
-
Aug 18, 2023codehunger AuthorHello, iprverma the demo is now working, sorry for delay..
Thanks
-
Jul 23, 2023HelloRam PurchasedI have not used Easy ticket yet in any project because I am waiting for the SAAS version believing your words. I bought extended script because I wanted to keep my words of supporting you. Thats the same situation with HR system too. Please DM me here because I have some modules to suggest.
-
Jul 22, 2023codehunger AuthorHello everyone, those who have purchased our item and waiting for the saas version, I really appreciate your patience, right now our team is working on our HRM script update as well as we are on our ticket system update as well,
We are adding some cool features to our ticket system application so that it will be easily integrated with all available open source application, whether it is developed with laravel or not.
thanks for understanding us. -
Jul 23, 2023HelloRam PurchasedWhen you say cool features, I think it will be enhancing the output of the easy ticket. Can you please outline the features you are integrating in to Easy ticket as well as HR system?
-
Jun 29, 2023HelloRam PurchasedI already bought an extended license from you believing your promise of SAAS. When you update saas here, please drop a DM here. Thanks
-
Jun 29, 2023codehunger AuthorWe are trying our best to make our application SAAS compatible ASAP, thanks for your patience and for believing in us.
-
Jun 30, 2023HelloRam Purchasedalso update the HR SCRIPT
-
Jul 20, 2023NeelWonder PurchasedI am also waiting for Saas feature sine months.
-
Jun 26, 2023hello
- View 3 more replies
-
Jun 28, 2023We would like you to integrate our API in your future update on SAAS as a means of payment https://docs.awdpay.com/
-
Jun 28, 2023codehunger AuthorThanks for your suggestion, will think about it.
-
Jun 28, 2023OKAY THANK
-
Jun 26, 2023HelloRam PurchasedAny update on SAAS? Waiting..
-
Jun 27, 2023codehunger AuthorYes we are working, on it, please share your email contact so that we can contact you, once the SAAS version is built
-
May 13, 2023HelloRam PurchasedYou need not elaborate what is regular and what is extended in your FAQ. I suggest you remove it. Codester adequately explains this. Better dont confuse prospective buyers. After all, it is only $10. Moreover, you are about to update with saas. Thats enough for a genuine buyer to meet his purpose. Also, I find codester a straight forward platform. I am waiting for the saas update. I bought now before update only to support you. Best wishes!
-
May 17, 2023codehunger AuthorWe are working on our Saas Update, and will update our project in next week
Information
Category | Scripts & Code / PHP Scripts / Help Desk |
First release | 18 April 2023 |
Last update | 2 September 2024 |
HTML/CSS Framework | Bootstrap, Less |
Software version | PHP 8.2, PHP 8.3 |
Files included | .php, .css, .html, .sql, Javascript .js |
Tags | ticket system, support system, help desk, php help desk, php support system, laravel ticket management, php ticket management, responsive ticket system |