66biolinks - Bio Links, URL Shortener, QR Codes & Web Tools

66biolinks - Bio Links, URL Shortener, QR Codes & Web Tools v55.1.0 Regular Nulled

No permission to download

MrDjo

New member
Jan 5, 2021
12
4
3
Did any of you with this so uncommon error (500) bothered to actually read the error logs to see where the issue is?
I know you know how to complain.
I saw this in the logs:
[18-Mar-2021 21:01:58 UTC] PHP Fatal error: Uncaught Error: Call to a member function fetch_object() on bool in /var/www/EXAMPLE2.COM/data/www/EXAMPLE.COM/app/controllers/admin/AdminStatistics.php:256
Stack trace:
#0 /var/www/EXAMPLE2.COM/data/www/EXAMPLE.COM/app/controllers/admin/AdminStatistics.php(24): Altum\Controllers\AdminStatistics->links()
#1 [internal function]: Altum\Controllers\AdminStatistics->index()
#2 /var/www/EXAMPLE2.COM/data/www/EXAMPLE.COM/app/core/App.php(159): call_user_func_array(Array, Array)
#3 /var/www/EXAMPLE2.COM/data/www/EXAMPLE.COM/index.php(11): Altum\App->__construct()
#4 {main}
thrown in /var/www/EXAMPLE2.COM/data/www/EXAMPLE.COM/app/controllers/admin/AdminStatistics.php on line 256
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,645
26,992
120
Replace line 256 of app/controllers/admin/AdminStatistics.php
while($row = $result->fetch_object()) {
with
while($result && $row = $result->fetch_object()) {

That loop cannot process a 0 result.
A better approach would be to use foreach instead of while and a try statement that would catch errors and displays a message if any

Anyway if you have links added to database and backend return is 0 then you should check further why the $result variable is not populated on line 243 query.

Bottom line: ask the developer or support forum as it's his mistake.
 

MrDjo

New member
Jan 5, 2021
12
4
3
Replace line 256 of app/controllers/admin/AdminStatistics.php
while($row = $result->fetch_object()) {
with
while($result && $row = $result->fetch_object()) {

That loop cannot process a 0 result.
A better approach would be to use foreach instead of while and a try statement that would catch errors and displays a message if any

Anyway if you have links added to database and backend return is 0 then you should check further why the $result variable is not populated on line 243 query.

Bottom line: ask the developer or support forum as it's his mistake.
Thanks for your time and comments!
I tried changing the desired line in the file, but the result was the same :(
For me, this function does not play any role, so it's easier for me to wait until the developer fixes it in the next version.
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,645
26,992
120
Thanks for your time and comments!
I tried changing the desired line in the file, but the result was the same :(
For me, this function does not play any role, so it's easier for me to wait until the developer fixes it in the next version.

You missed this part:
Anyway if you have links added to database and backend return is 0 then you should check further why the $result variable is not populated on line 243 query.
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,645
26,992
120
I have the same issue!.. error 500 on statistics
Looks Like It's a Problem from Dev's Side... Will look into it in the evening... contact the dev too...
 
D

Decode

Guest
BioLinks - Instagram & TikTok Bio Links & URL Shortener (SAAS Ready) - untouch
Date: 3 March 21
 
Last edited by a moderator:

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,645
26,992
120
BioLinks - Instagram & TikTok Bio Links & URL Shortener (SAAS Ready) - untouch
Date: 3 March 21
LOL
1. Delete IT, It has your Codecanyon Unique ID on the Folder
2. No Release on 3 March
3. Latest one Is already Updated here as of now!
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,645
26,992
120
LOL
1. Delete IT, It has your Codecanyon Unique ID on the Folder
2. No Release on 3 March
3. Latest one Is already Updated here as of now!
@medw1311 can you remove the link from his post? or codecanyon might ban his account if his file floats on the internet..
 

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