Skip to content

magento man

Issue with custom extensible entity and getList method from repository

I have a custom extensible entity: interface that extends ExtensibleDataInterface with get and set; model that extends AbstractExtensibleModel with get and set; My GetList method from repository: /** * @param SearchCriteriaInterface $criteria * @return AskQuestionSearchResultsInterface */ public function getList(SearchCriteriaInterface $criteria)… Read More »Issue with custom extensible entity and getList method from repository

Any experience using SimpleSonic

They seem to be a small host. Advertise a lot in the offers. Price is low, especially on their ECO packages which might suit my low needs. … | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1914490&goto=newpost

magento installation error SQLSTATE[HY000] [1045] Access denied for user ‘root’@’localhost’ (using password: NO)

I want to install magento and I run the command below, php bin/magento setup:install –cleanup-database –base-url=“http://**.***.**.*/var/www/html/magento/“ –db-host=“database-1.************.***********-3.rds.amazonaws.com” –db-name=“magento2” –db-user=“admin” –db-password=“*********” –admin-firstname=“****” –admin-lastname=“*********” –admin-email=“************@gmail.com” –admin-user=“admin” –admin-password=“********” –language=“ja_JP” –currency=“JPY” –timezone=“Asia/Tokyo” –use-rewrites=“1” Then I got an error, SQLSTATE[HY000] [1045] Access denied for user… Read More »magento installation error SQLSTATE[HY000] [1045] Access denied for user ‘root’@’localhost’ (using password: NO)