We are very glad Robin Olisa. Keep watching our channel :)
@wenqingchong86016 жыл бұрын
why your website no .php at the back ?
@eduonixsupport18896 жыл бұрын
Can you please elaborate on the issue?
@arnelarnaldo73767 жыл бұрын
Hi Eduonix Support, I'm getting this message after entering "$autoload['model'] = array('Product_model');" in autoload.php: A Database Error Occurred Error Number: 1096 No tables used SELECT *, `products` Filename: C:/xampp/htdocs/thegamingplace/system/database/DB_driver.php Line Number: 691 Any clues please? Thanks.
@eduonixsupport18897 жыл бұрын
Have you checked your code?
@danielscott70827 жыл бұрын
confusing me I keep getting this Message: syntax error, unexpected '$query' (T_VARIABLE) Filename: models/Product_model.php Line Number: 5 why would this be showing?
@eduonixsupport18897 жыл бұрын
Check your Product_model.php code. There is some syntax error.
@svetlinmarinov40956 жыл бұрын
I can't display my images. Can yo help me?
@eduonixsupport18896 жыл бұрын
You can download the code and image file from this link s3.amazonaws.com/edu-resources/Projectsin-PHPand-MySQL/resource-GetandDisplayProducts.zip
@svetlinmarinov40956 жыл бұрын
I can't diplay them. My localhost is localhost:8080. Can this be the problem?
@eduonixsupport18896 жыл бұрын
Go to the xamp control panel and start MySQL and Apache server. and type localhost on your browser.
@svetlinmarinov40956 жыл бұрын
I make everyting like your and can't display images.Please help.
@lewinthemices7 жыл бұрын
Please, i have this message error Help: Message: Undefined property: Products::$db Filename: core/Model.php Line Number: 51
@eduonixsupport18897 жыл бұрын
Have you checked your code.
@darrylsullivan6846 жыл бұрын
Same error. did you ever find a solution to this? once $autoload['libraries'] = array('database'); is added to the autoloader you get a 500 error. The concensus seems to be a db driver is needed, but i've no idea how to load one.