metalsunny
Active member
- May 6, 2022
- 608
- 196
- 43
How did you solve the overall issue bruv ? Kindly tell how to go about it
Thank you Bruv, But the plan is showing error 500
Clear cache from ur admin settingsThank you Bruv, But the plan is showing error 500
Emails working smooth, just tested.Hello guys, please is it only me, or its every where,, i have finished setting up my email configuration, but no outgoing email is working, including registration verification email,, i have tried editing the mail.php, but it is still not working,,,any idea on how i can fix this?
That's why I love babiato, I can try a script before make a purchase and go live on production.this script seems like a joke. After testing it for daily profit. It is not dispense any daily profit and the timer stop accounting for the next profit. What a trash and time wasting script
So many part dont save truely. I had to go to database to save them successfullyI don't know why I noticed this script so late. Now I will install and share all the details here one by one. I will test all issues as best I can.
- As a first impression, there is an instability problem in the language translation.
-When trying to add a language, there are new language additions in /../project/resources/views/lang. In addition, it adds PHPMYADMIN sections. There is no separate table for admin panel or user panel in PHPMYADMIN. Does anyone know if these parts can be fixed? I can't test the language issue without problems. It doesn't work at all. I'll add it when I find a solution.
-When the "SAVE" button is pressed in many parts of the admin panel, the page does not load and the process is not completed. That's how it is in the Admin Language Translation and Currency Symbol settings.
HeySo many part dont save truely. I had to go to database to save them successfully
It has already been solved. U might want to check the thread from the backHey
Installed this script but for some reason login and register pages just shows background and animation no details
Hi there … is /Payout (withdrawal) working? It gives error 500..Maybe there is a problem with your host cache system![]()
Its working on my end. But this script is below my expectation.Hi there … is /Payout (withdrawal) working? It gives error 500..
@php
use App\Models\SocialLinks;
@endphp
.
<ul class="social-icons py-1 py-md-0 me-md-auto">
@foreach ($sociallinks as $key=>$value)
@if ($value->status)
<li>
<a href="{{ $value->link }}"><i class="{{ $value->icon }}"></i></a>
</li>
@endif
@endforeach
</ul>
.
@php
$sociallinks=SocialLinks::orderBy('id', 'desc')->get();
@endphp
@if($sociallinks)
<ul class="social-icons py-1 py-md-0 me-md-auto">
@foreach ($sociallinks as $key=>$value)
@if ($value->status)
<li>
<a href="{{ $value->link }}"><i class="{{ $value->icon }}"></i></a>
</li>
@endif
@endforeach
</ul>
@endif
.Can you create a an investor account and then invest in a plan that dispense interest on daily basis to see if the profit will be disbursed. Cos it is not dispensing daily profit when i tested.I just solved the issue now, Instead of disabling the Social Links from showing, I made the request to get the $sociallinks data directly from the navbar.blade.php file.
At line 1 of the navbar.blade.php,
Import the SocialLinks Model,
@php use App\Models\SocialLinks; @endphp
.
Then Change this from number 5
<ul class="social-icons py-1 py-md-0 me-md-auto"> @foreach ($sociallinks as $key=>$value) @if ($value->status) <li> <a href="{{ $value->link }}"><i class="{{ $value->icon }}"></i></a> </li> @endif @endforeach </ul>
.
To
@php $sociallinks=SocialLinks::orderBy('id', 'desc')->get(); @endphp @if($sociallinks) <ul class="social-icons py-1 py-md-0 me-md-auto"> @foreach ($sociallinks as $key=>$value) @if ($value->status) <li> <a href="{{ $value->link }}"><i class="{{ $value->icon }}"></i></a> </li> @endif @endforeach </ul> @endif
.
If you're testing on localhost, obviously your daily returns won't be dispensing because cron doesnt actually work on localhost unless you use task scheduler.Can you create a an investor account and then invest in a plan that dispense interest on daily basis to see if the profit will be disbursed. Cos it is not dispensing daily profit when i tested.
Is your forget password working ? It does nothing on my endsIf you're testing on localhost, obviously your daily returns won't be dispensing because cron doesnt actually work on localhost unless you use task scheduler.
Host the project online and setup cron job from ur cpanel then your profit returns will work
Yes sir,Is your forget password working ? It does nothing on my ends
Please i want to confirm if setting the the investment period to end in 1 hour is working but is not working.Yes sir,
It's working very fine