What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
DaVinci AI - OpenAI Content, Text, Image, Voice, Chat, Code, Transcript, and Video Generator as SaaS

NULLED DaVinci AI - OpenAI Content, Text, Image, Voice, Chat, Code, Transcript, and Video Generator as SaaS 7.6 NULLED

Anybody else receiving this error?

[2025-06-13 09:03:16] local.ERROR: Route [user.plans] not defined. {"view":{"view":"/home/esquireandassoci/ai.esquireandassociates.com/resources/views/default/user/dashboard/index.blade.php","data":{"settings":"<pre class=sf-dump id=sf-dump-1966196380 data-indent-pad=\" \"><span class=sf-dump-note>App\\Models\\MainSetting</span> {<a class=sf-dump-ref>#1040</a><samp data-depth=1 class=sf-dump-expanded>



[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\RouteNotFoundException(code: 0): Route [user.plans] not defined. at /home/esquireandassoci/ai.esquireandassociates.com/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:467)
[stacktrace]
 
Reacted by:
@raz0r After Installation this error is observed.

View attachment 50597
Add this to route routes\web.php but chatbot feature will not work cuz this is regular version and some other features in plans.
Code:
Route::controller(PlanController::class)->group(function () {
    Route::get('/pricing/plans', 'index')->name('user.plans');
    Route::get('/pricing/plan/subscription/{id}', 'subscribe')->name('user.plan.subscribe');
    Route::get('/pricing/plan/one-time/', 'checkout')->name('user.prepaid.checkout');
});
Route::get('/user/extension/chatbot', [ChatbotController::class, 'index'])->name('user.extension.chatbot');
 
raz0r 's signature
Reacted by:
  • Love
Reactions: WhiteAngel
Top