• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Genius HYIP - All in One Investment Platform

Genius HYIP - All in One Investment Platform v3.1

No permission to download
Most pages on this script have error 500. I just tested forget password. I get error 500. What a problematic script
 
  • Like
Reactions: PickleRick
I managed to do a quick fix for 500 Internal Error!
It's not a permanent fix, you will have to find a solution i can point out the problem.
If you read laravel.log inside storage/logs/laravel.log

PHP:
local.ERROR: compact(): Undefined variable: sociallinks (View: /home/picklerick/bank.pickle.rick/public_html/project/resources/views/layouts/front.blade.php)

I edited resources/views/layouts/front.blade.php line:68
I changed Line:68 from

PHP:
    @includeIf('partials.front.navbar',compact('sociallinks'))

To
PHP:
        @includeIf('partials.front.navbar')

I edited resources/views/partials/front/navbar.blade.php

I deleted Line:5-13

PHP:
                 <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>

For problems login through your mobile phone edit main.css from ./assets/front/css/main.css line:785 and comment the following or delete for now:


CSS:
@media (max-width: 767px) {
.accounts-section {
display: none;
}
}

Now go to admin panel and at the bottom of the menu you have CLEAR CACHE, use it!

Also it may help to delete storage files like:
storage/framework/views/. --- DELETE CONTENT
storage/framework/cache/data/. --- DELETE CONTENT




I made it for you so you don't have to do it yourself, i hope someone will sort this soon as i don't have time to fix a broken script

Download quick-fix:
View hidden content is available for registered users!
 
Last edited:
I managed to do a quick fix for 500 Internal Error!
It's not a permanent fix, you will have to find a solution i can point out the problem.
If you read laravel.log inside storage/logs/laravel.log

Code:
local.ERROR: compact(): Undefined variable: sociallinks (View: /home/picklerick/bank.pickle.rick/public_html/project/resources/views/layouts/front.blade.php)

I edited resources/views/layouts/front.blade.php line:68
I changed Line:68 from

Code:
    <!-- @includeIf('partials.front.navbar',compact('sociallinks')) -->

To
Code:
        @includeIf('partials.front.navbar')

I edited resources/views/partials/front/navbar.blade.php

I comment Line:5-13

Code:
                 <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

Code:
                <!-- <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> -->

I made it for you so you don't have to do it yourself, i hope someone will sort this soon as i don't have time to fix a broken script

Download quick-fix:
*** Hidden text: cannot be quoted. ***
Ok. Thanks. let me check what it fixes
 
After you replace the files make sure you login on admin panel and at the bottom of the menu on the right you have Clear Cache! USE IT
 
i did. Still same result. Let me clear my browser cache

Also it might help to go on your
storage/framework/views/. --- DELETE CONTENT
storage/framework/cache/data/. --- DELETE CONTENT
storage/framework/sessions/. --- DELETE CONTENT


This is what i've done in order to fix the cache problem :)
 
  • Love
Reactions: Klrahul
Also it might help to go on your
storage/framework/views/. --- DELETE CONTENT
storage/framework/cache/data/. --- DELETE CONTENT
storage/framework/sessions/. --- DELETE CONTENT


This is what i've done in order to fix the cache problem :)
Still doesn't work. Can u send me inbox msg with link of ur demo web. If it works perfectly i will do a fresh installation and insert ur code
 
Still doesn't work. Can u send me inbox msg with link of ur demo web. If it works perfectly i will do a fresh installation and insert ur code
Sorted out, was my problem, i edited the tutorial and updated the download link, try now to download files & replace them also clear cache and delete from storage - cache/data & views

Good luck!


blogs.png
 

Attachments

  • Lost_password.png
    Lost_password.png
    581.2 KB · Views: 24
Last edited:
Everything now working 100% including login, forget password and all pages
 

Attachments

  • Screenshot_20220525-155851.png
    Screenshot_20220525-155851.png
    437.3 KB · Views: 13
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock