Genius HYIP - All in One Investment Platform

Genius HYIP - All in One Investment Platform 3.1

No permission to download

metalsunny

Active member
May 6, 2022
608
196
43
Most pages on this script have error 500. I just tested forget password. I get error 500. What a problematic script
 
  • Like
Reactions: PickleRick

PickleRick

Member
Babiato Lover
Jan 8, 2019
54
21
8
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:

metalsunny

Active member
May 6, 2022
608
196
43
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
 

PickleRick

Member
Babiato Lover
Jan 8, 2019
54
21
8
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
 

PickleRick

Member
Babiato Lover
Jan 8, 2019
54
21
8
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

metalsunny

Active member
May 6, 2022
608
196
43
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
 

PickleRick

Member
Babiato Lover
Jan 8, 2019
54
21
8
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: 22
Last edited:

metalsunny

Active member
May 6, 2022
608
196
43
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

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu