https://enuygun.shop
Fatal error : Class ‘Symfony\Component\Yaml\Yaml’ not found in /home/…/htdocs/modules/pshowimporter/classes/PShow/Adapter/YamlAdapter.php on line 56
I get this error when I want to use my module
PrestaShop 1.6.1.24
Fatal error : Class ‘Symfony\Component\Yaml\Yaml’ not found in /home/…/htdocs/modules/pshowimporter/classes/PShow/Adapter/YamlAdapter.php on line 56
I get this error when I want to use my module
PrestaShop 1.6.1.24
use Symfony\Component\Yaml\Exception\ParseException;
use PShow\Service\LogService;
class YamlAdapter
{
/**
* Send the YAML representation of a value to a file
*
* @param string $filepath
* @param mixed $data
* @return boolean
*/
public static function emitToFile($filepath, $data)
These are what is written in the file
The script is looking for a file which is missing, resulting in a fatal error. Upload the missing file. But Prestashop will not work on InfinityFree anyways so don’t bother. It requires InnoDB, which InfinityFree doesn’t have.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.