• 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"

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

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

No permission to download
Requested language "" does not exist and the default language "" does not exist as well.
how to fix?
 
i think that i will stay on v15.0.1 extented & wait for nest version like v16.0.1 maybe it will correct some error
 
Hi, thanks for sharing this script, I'm also using this script, and indeed in v16 the problem is in the plan, you can't edit or create a new plan if the update from a previous version uses an extended license, I found a way to fix it
go to themes/altum/views/admin/plan-update and open index.php
on line 335, change the following code
Code:
<label class="custom-control-label" for="enabled_biolink_blocks_<?= $key ?>"><?= l('link.biolink.blocks.{mb_strtolower($key'))} ?></label>
to this
Code:
<label class="custom-control-label" for="enabled_biolink_blocks_<?= $key ?>"><?= mb_strtolower($key) ?></label>
then save, then to create plan, go to /themes/altum/views/admin/plan-create/index.php
on line 311, change the following code
Code:
<label class="custom-control-label" for="enabled_biolink_blocks_<?= $key ?>"><?= l('link.biolink.blocks.{mb_strtolower($key'))} ?></label>
to this
Code:
<label class="custom-control-label" for="enabled_biolink_blocks_<?= $key ?>"><?= mb_strtolower($key) ?></label>
translate for the following code
PHP:
<?= l('link.biolink.blocks.{mb_strtolower($key'))} ?>
does not exist in english#en.php
Hope it is useful :coffee:
Great..

Thanks Bro.. it's working now from your code.
 
  • Like
Reactions: Usamn
Hi, thanks for sharing this script, I'm also using this script, and indeed in v16 the problem is in the plan, you can't edit or create a new plan if the update from a previous version uses an extended license, I found a way to fix it
go to themes/altum/views/admin/plan-update and open index.php
on line 335, change the following code
Code:
<label class="custom-control-label" for="enabled_biolink_blocks_<?= $key ?>"><?= l('link.biolink.blocks.{mb_strtolower($key'))} ?></label>
to this
Code:
<label class="custom-control-label" for="enabled_biolink_blocks_<?= $key ?>"><?= mb_strtolower($key) ?></label>
then save, then to create plan, go to /themes/altum/views/admin/plan-create/index.php
on line 311, change the following code
Code:
<label class="custom-control-label" for="enabled_biolink_blocks_<?= $key ?>"><?= l('link.biolink.blocks.{mb_strtolower($key'))} ?></label>
to this
Code:
<label class="custom-control-label" for="enabled_biolink_blocks_<?= $key ?>"><?= mb_strtolower($key) ?></label>
translate for the following code
PHP:
<?= l('link.biolink.blocks.{mb_strtolower($key'))} ?>
does not exist in english#en.php
Hope it is useful :coffee:
Hi,

If possible please help find out why user account plan template is not working.

thanks
 

Attachments

  • ZZPKRVIjF0.png
    ZZPKRVIjF0.png
    8.8 KB · Views: 11
  • Like
Reactions: Usamn
Hey, I am not quite sure what I am supposed to do with the language part?
translate for the following code:
<?= l('link.biolink.blocks.{mb_strtolower($key'))} ?>

do I just add that line to the bottom of app\languages\
 
Hey, I am not quite sure what I am supposed to do with the language part?
translate for the following code:
<?= l('link.biolink.blocks.{mb_strtolower($key'))} ?>

do I just add that line to the bottom of app\languages\

No do nothing! Ignore it...
 
Hey there.
I accept payment using Coinbase, but whenever someone buys they never automatically get the plan.

Also this error in debug:

[11-Feb-2022 12:20:34 UTC] PHP Fatal error: Uncaught Error: Wrong parameters for Exception([string $message [, long $code [, Throwable $previous = NULL]]]) in /home/userf2302d/domains/webpub/public_html/app/helpers/Coinbase.php:33 Stack trace: #0 /home/userf2302d/domains/webpub/public_html/app/helpers/Coinbase.php(33): Exception->__construct('Invalid payload...', '') #1 /home/userf2302d/domains/webpub/public_html/app/controllers/WebhookCoinbase.php(28): Altum\PaymentGateways\Coinbase::verify_webhook_signature('', NULL) #2 [internal function]: Altum\Controllers\WebhookCoinbase->index() #3 /home/userf2302d/domains/webpub/public_html/app/core/App.php(177): call_user_func_array(Array, Array) #4 /home/userf2302d/domains/webpub/public_html/index.php(17): Altum\App->__construct() #5 {main} thrown in /home/userf2302d/domains/webpub/public_html/app/helpers/Coinbase.php on line 33 [11-Feb-2022 12:20:44 UTC] PHP Fatal error: Uncaught Error: Wrong parameters for Exception([string $message [, long $code [, Throwable $previous = NULL]]]) in /home/userf2302d/domains/webpub/public_html/app/helpers/Coinbase.php:33 Stack trace: #0 /home/userf2302d/domains/webpub/public_html/app/helpers/Coinbase.php(33): Exception->__construct('Invalid payload...', '') #1 /home/userf2302d/domains/webpub/public_html/app/controllers/WebhookCoinbase.php(28): Altum\PaymentGateways\Coinbase::verify_webhook_signature('', NULL) #2 [internal function]: Altum\Controllers\WebhookCoinbase->index() #3 /home/userf2302d/domains/webpub/public_html/app/core/App.php(177): call_user_func_array(Array, Array) #4 /home/userf2302d/domains/webpub/public_html/index.php(17): Altum\App->__construct() #5 {main} thrown in /home/userf2302d/domains/webpub/public_html/app/helpers/Coinbase.php on line 33 [11-Feb-2022 12:21:47 UTC] PHP Notice: Undefined property: stdClass::$order_by_name in /home/userf2302d/domains/webpub/public_html/themes/altum/views/admin/payments/index.php on line 112 [11-Feb-2022 12:21:47 UTC] PHP Notice: Undefined property: stdClass::$order_by_email in /home/userf2302d/domains/webpub/public_html/themes/altum/views/admin/payments/index.php on line 113

Anyone know how to fix?
 
Hey there.
I accept payment using Coinbase, but whenever someone buys they never automatically get the plan.

Also this error in debug:

[11-Feb-2022 12:20:34 UTC] PHP Fatal error: Uncaught Error: Wrong parameters for Exception([string $message [, long $code [, Throwable $previous = NULL]]]) in /home/userf2302d/domains/webpub/public_html/app/helpers/Coinbase.php:33 Stack trace: #0 /home/userf2302d/domains/webpub/public_html/app/helpers/Coinbase.php(33): Exception->__construct('Invalid payload...', '') #1 /home/userf2302d/domains/webpub/public_html/app/controllers/WebhookCoinbase.php(28): Altum\PaymentGateways\Coinbase::verify_webhook_signature('', NULL) #2 [internal function]: Altum\Controllers\WebhookCoinbase->index() #3 /home/userf2302d/domains/webpub/public_html/app/core/App.php(177): call_user_func_array(Array, Array) #4 /home/userf2302d/domains/webpub/public_html/index.php(17): Altum\App->__construct() #5 {main} thrown in /home/userf2302d/domains/webpub/public_html/app/helpers/Coinbase.php on line 33 [11-Feb-2022 12:20:44 UTC] PHP Fatal error: Uncaught Error: Wrong parameters for Exception([string $message [, long $code [, Throwable $previous = NULL]]]) in /home/userf2302d/domains/webpub/public_html/app/helpers/Coinbase.php:33 Stack trace: #0 /home/userf2302d/domains/webpub/public_html/app/helpers/Coinbase.php(33): Exception->__construct('Invalid payload...', '') #1 /home/userf2302d/domains/webpub/public_html/app/controllers/WebhookCoinbase.php(28): Altum\PaymentGateways\Coinbase::verify_webhook_signature('', NULL) #2 [internal function]: Altum\Controllers\WebhookCoinbase->index() #3 /home/userf2302d/domains/webpub/public_html/app/core/App.php(177): call_user_func_array(Array, Array) #4 /home/userf2302d/domains/webpub/public_html/index.php(17): Altum\App->__construct() #5 {main} thrown in /home/userf2302d/domains/webpub/public_html/app/helpers/Coinbase.php on line 33 [11-Feb-2022 12:21:47 UTC] PHP Notice: Undefined property: stdClass::$order_by_name in /home/userf2302d/domains/webpub/public_html/themes/altum/views/admin/payments/index.php on line 112 [11-Feb-2022 12:21:47 UTC] PHP Notice: Undefined property: stdClass::$order_by_email in /home/userf2302d/domains/webpub/public_html/themes/altum/views/admin/payments/index.php on line 113

Anyone know how to fix?
please can i ask you question in private ?
 
Anyone know how to do clean install but get all the users back their links and profiles back?
My site having issues I wanna do fresh install but I don't wanna lose 800+ users.
 
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