You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue involves several files that need to be modified.
In the Profiles page, this one with the grid, if we press the [Add New Profile] we get the error mentioned in the initial post. In the closed PR you changed the file correctly
With this change, we get the page where we can create a new profile. If we fill in the "Name" and press any of the [Save] buttons, another error will appear at the top
Deprecated functionality: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/app/code/core/Mage/Dataflow/Model/Profile.php on line 89
OpenMage 20.3.0
Magento Sample Pack
PHP 8.3
MAGE_IS_DEVELOPER_MODE=1
Steps to reproduce this issue
1 - Go to the Backend > System > Import / Export > Dataflow Profiles
2 - Click/Edit on any of the listed profiles. In my case there are 6 profiles
You will get this error
This is the PHP file and the line:
/app/code/core/Mage/Adminhtml/Block/System/Convert/Gui/Edit/Tab/Wizard.php on line 95
The same error appears if you click the [Add New Profile] button
The text was updated successfully, but these errors were encountered: