I’ve got over 5 subdomains, and each with multiple logins, so it can be chaos when I try to login to each one of them, because I get the login info of all the subdomains, some have same user and […]
i’m using the ps_viewedproducts module as a “recommended products” module, so I want to remove the “viewed” limitation. go to ps_viewedproduct.php and edit comment the following. // if (!isset($this->context->cookie->viewed) || empty($this->context->cookie->viewed)) { // return; // } this […]
office365 just disabled Simple Authentication (simple username and password authentication). We used this on a regular python script and its not working anymore, so we now have to do a completely new process to get access to our […]
the error reads: The city does not exist and can not created from here. solution: if you open up the idempiere log (/opt/idempiere/log) you can see that there’s a problem with a duplicate c_location_id. it can […]
421 Service not available, closing transmission channel 450 Requested mail action not taken: mailbox unavailable (e.g., mailbox busy) 451 Requested action aborted: error in processing 550 User’s mailbox was […]
files of interest: /var/www/html/msupply/themes/classic/templates/catalog/listing/manufacturer.tpl /var/www/html/msupply/controllers/front/listing/ManufacturerController.php /var/www/html/msupply/classes/Manufacturer.php My hope was to define the manufacturer_url to add it as a canonical link, as the lack of it has SEO implications, but the URL is not defined on the classes/Manufacturer.php […]
go to /etc/apache2/sites-available/yoursite.conf change the line Options Indexes FollowSymLinks MultiViews to Options -Indexes +FollowSymLinks +MultiViews