Home / Scripts & Code / PHP Scripts / Login
Xtro CI Admin - CodeIgniter 4 User ManagementXtro CI Admin - CodeIgniter 4 User Management
Login + Multi User Management + Roles & Permission + Bootstrap 5 + CodeIgniter 4 Average rating of 3.5 based on 2 votesHome / Scripts & Code / PHP Scripts / Login
Xtro CI Admin - CodeIgniter 4 User Management
Login + Multi User Management + Roles & Permission + Bootstrap 5 + CodeIgniter 4 Average rating of 3.52 Support questions or comments
Please login or create an account to post a question or comment.
-
Aug 26, 2023Lee21 PurchasedI am having a problem installing this. It sticks on configuration page 'please wait'.. It never finishes the installation.
It writes to the database, but doesn't do anything else.
If i try to manually create the .env file, it get errors.
One of them;
Creation of dynamic property AppControllersLogin::$data is deprecated
I am running PHP8.2.8 -
Aug 26, 2023dhirajsharma AuthorShare cPanel details
or error log -
Aug 26, 2023Lee21 Purchasednothing in server error log.
the php error "Creation of dynamic property AppControllersLogin::$data is deprecated" is the main error when attempting to run it after the aborted installation which never finished.
I have other instances of Codeigniter running perfectly on the same server -
Aug 26, 2023Lee21 PurchasedOk - fixed.
for anyone else who runs into the same problem.
the fix i need on my server to run and get past the above error;
i added this just before class in the AP_Controller.php;
/**
* Use the fully-qualified AllowDynamicProperties, otherwise the #[AllowDynamicProperties] attribute on "MyClass" WILL NOT WORK.
*/
use AllowDynamicProperties;
#[AllowDynamicProperties]
-
May 22, 2022Good afternoon. I have seen your work and I would like to talk with you in private, I would appreciate it if you could contact me by Telegram: @Zhareiv
- View 2 more replies
-
Jun 6, 2022dhirajsharma Authoryes
-
Sep 10, 2022thuydragon PurchasedHello, I noticed that the app requires php 8, is that true? I'm still on php7.4 and it will be that way for a long while, will this app works on php7.4 without issues? Thanks.
-
Sep 10, 2022dhirajsharma AuthorNothing issue on php7.4.
Information
Category | Scripts & Code / PHP Scripts / Login |
First release | 2 May 2022 |
Last update | 17 October 2023 |
Software version | PHP 7.4, PHP 8.0, PHP 8.1, PHP 8.2 |
Files included | .php, .css, .html, .sql, Javascript .js |
Database | MySQL 4.x, MySQL 5.x |
Software framework | CodeIgniter |
Tags | admin panel, roles, permission, codeigniter admin panel, bootstrap 5, codeigniter4, ci4, multi user management |