Joomla add article via php script Application Instantiation Error
问题 i created a script in order to insert some articles via a php script. This script is working on my local machine (xampp), but when i deploy the whole joomla project to my web server i get the following error message: Error displaying the error page: Application Instantiation Error: Application Instantiation Error By adding some echo calls, i was able to find the line which causes the error: $app = JFactory::getApplication('site'); Now i am wondering how to fix this behaviour and make my