ET
Asked
I'm not making any modifications to the script, I installed it according to the manual, but simple things like on the configuration page I can't register the company name, change the language, register email and other necessary information.
I informed the access data to the cpanel, please check, I have urgency.
I informed the access data to the cpanel, please check, I have urgency.
- MSAnsweredHello,
I am sorry to listen. May I know when you have installed the item? There was issue with db that was causing the setting to not save. It was fixed next day of the update. You can try to run this query on your database
```sql
ALTER TABLE `sma_settings` ADD `use_code_for_slug` TINYINT(1) NULL DEFAULT NULL;
```
Thank you - Login to Reply