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
Can you help me ? After composer install i have this issue .
Fatal error: Uncaught Error: Class 'Aa\AkeneoDataLoader\LoaderFactory' not found in C:\www\Data_text_manipulator\import.php:7 Stack trace: #0 {main} thrown in C:\www\Data_text_manipulator\import.php on line 7
import.php
namespace Aa\AkeneoDataLoader;
use Aa\AkeneoDataLoader\Api;
use Aa\AkeneoDataLoader\LoaderFactory;
$factory = new LoaderFactory();
The text was updated successfully, but these errors were encountered:
Can you help me ? After composer install i have this issue .
Fatal error: Uncaught Error: Class 'Aa\AkeneoDataLoader\LoaderFactory' not found in C:\www\Data_text_manipulator\import.php:7 Stack trace: #0 {main} thrown in C:\www\Data_text_manipulator\import.php on line 7
import.php
namespace Aa\AkeneoDataLoader;
use Aa\AkeneoDataLoader\Api;
use Aa\AkeneoDataLoader\LoaderFactory;
$factory = new LoaderFactory();
The text was updated successfully, but these errors were encountered: