Openx troubleshooting & errors under Ampps

posted in: Uncategorized | 0

OpenX stylesheets not working?   /openx/www/admin/assets/min.php?g=oxp-css-ltr&v=2.8.11 not working in chrome? If accessing this URL directly works fine but not when called within a page, make sure AdBlock extension is disabled for the domain in question. Call to undefined method MDB2_Error::quoteIdentifier() … Continued

Class: Finfo not found

posted in: Uncategorized | 0

While installed some open source libraries and packages, I was getting Finfo class not found.   This was being called by symfony's framework for a project. Easy fix:  Edit php.ini and uncomment the extension php_fileinfo.dll and restart Apache