IOWEB TECHNOLOGIES

Results 105 comments of IOWEB TECHNOLOGIES

I also forgot to note that this was a Plesk installation on the server so probably all Plesk installations will probably suffer from this if the shell functionality is enabled...

Because almost all shared hosting providers will limit their shells to prevent privilege escalation to the absolute minimum of applications needed. This can be for cases where you have a...

Let me answer a few points of those because I've talked to quite a few system administrators with your concerns because I also thought it was the hosts fault. Unless...

@fballiano I didn't read about them, these are hardcoded in the cron.php file

The hint for the innodb_file_format helps to mitigate the issue allowing for like 2500 attributes instead of 250 and it will work on newly created tables. Not all providers will...

Yes M2 since 2.4 version removed the mysql engine and forces elastic. In prior versions you had a choice

For the record, this error came up for me on a server with Barracuda enabled ``` MariaDB [(none)]> show global variables like '%innodb_file%' -> ; +--------------------------+-----------+ | Variable_name | Value...

Hi @jalogut, thanks for the reply. I can see it's difficult in Magento 2 yeah :( I guess I got a bit used to symfony's generator bundle which can append...

I was able to create a new private template that could handle the situation for multi EAV CRUD entities with minimal merging. I'll test it a bit longer and submit...

I've noticed that even without "Use Default Value" if I resave the entity with an empty value on the store view level, the upper scope level value is deleted. So...