The default language of any content posted is English. Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the
Help page. Found a dead link? Use the report button!
-- SQL for the 'up' method (applying the migration)
CREATE TABLE `ext_mega_menus` (
`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
`icon` VARCHAR(255) NULL,
`name` VARCHAR(255) NOT NULL,
`slug` VARCHAR(255) NOT NULL,
`number_of_columns` INT NOT NULL DEFAULT 3,
`status` BOOLEAN NOT NULL DEFAULT TRUE,
`created_at` TIMESTAMP NULL DEFAULT NULL,
`updated_at` TIMESTAMP NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- SQL for the 'down' method (reverting the migration)
-- Note: The Laravel migration uses Schema::dropIfExists('mega_menus')
-- which might be a typo, as the table created is 'ext_mega_menus'.
-- The SQL here reflects dropping 'ext_mega_menus'.
Probably you use update folder which aren't nulled. Replace files: Magicai-Server-Files\vendor\rachidlaasri\laravel-installer\src\Repositories\ApplicationStatusRepository.php Magicai-Server-Files\packages\rachidlaasri\laravel-installer\src\Repositories\ApplicationStatusRepository.php
Thanks for your reply, and for your time. I installed everything from the beginning, not from the update package. It doesn't work, it installs perfectly, but it requires the license, even though I followed the procedure.
Just some tid bit.... Getting addons going.. Look at the folders.. some of them are inside others...Fix the tree on youre install.
9.0 installed no issues. Installed same way as prior installs. Transfer files and install. Do not attempt addons until you have a working install
license issues clear cache link and menu cache clear after
addons start with openrouter..Its just a drag and drop to apps/extention-after you will see in apis but the others have directory-tree bugs
a lot of the red errors can be fixed by cleaning up the full addon pack people are dragging over- I know from exp fixing it when i did it
@bladez@vicdigital22@raz0r. I have uploaded the front-end and dashboard template files correctly. however they are not activating. I tried to change the "app_settings" and "extentions" tables in database to enable the themes but still they are not enabling.
Can you please guide me how to enable the themes ?
@bladez@vicdigital22@raz0r. I have uploaded the front-end and dashboard template files correctly. however they are not activating. I tried to change the "app_settings" and "extentions" tables in database to enable the themes but still they are not enabling.
Can you please guide me how to enable the themes ?
After you have applied the SQL query, if you are still encountering a license error, please follow these steps:
1. Go to cPanel.
2. Access the following folders:
- `storage/framework/cache`
- `storage/framework/sessions`
- `storage/framework/testing`
- `storage/framework/views`
3. Delete all the content inside each of these folders.
4. Refresh the page.
After you have applied the SQL query, if you are still encountering a license error, please follow these steps:
1. Go to cPanel.
2. Access the following folders:
- `storage/framework/cache`
- `storage/framework/sessions`
- `storage/framework/testing`
- `storage/framework/views`
3. Delete all the content inside each of these folders.
4. Refresh the page.
In no work after "UPDATE `settings_two` SET `liquid_license_type` = 'Extended License', `liquid_license_domain_key`---- --"
Go to update these 2 files in
In no work after "UPDATE `settings_two` SET `liquid_license_type` = 'Extended License', `liquid_license_domain_key`---- --"
Go to update these 2 files in
hack4devil submitted a new resource: MagicAI - OpenAI Content, Text, Image, Chat, Code Generator as SaaS - MagicAI - OpenAI Content, Text, Image, Chat, Code Generator as SaaS All-in-one SaaS platform to generate AI content and start making money in minutes. MagicAI is designed to help you...
go to phpMyAdmin
UPDATE `settings_two` SET `liquid_license_type` = 'Extended License', `liquid_license_domain_key` = 'nullcave' WHERE `settings_two`.`id` = 1;
I replace the 2 files and I also execute the command but when I am in the dashboard and I click on any options I always get the message asking to activate the key help me if there are other solutions
I replace the 2 files and I also execute the command but when I am in the dashboard and I click on any options I always get the message asking to activate the key help me if there are other solutions
go to phpMyAdmin
UPDATE `settings_two` SET `liquid_license_type` = 'Extended License', `liquid_license_domain_key` = 'nullcave' WHERE `settings_two`.`id` = 1;