Hi,
With the quantity display setting set to "global on listing", you'll need to edit the file "show" of the view "product" via the menu Display>Views and add such code at the beginning to display the quantity field on the product page:
<?php $this->params->set('show_quantity_field',1); ?>
For the warning, you can either turn off the "error reporting" setting of the Joomla configuration, or download the install package of the latest version on our website and install it on yours and that should also remove it.