[SOLVED]Virtualmin and Joomla! 2.5 issues, new to me...

2 posts / 0 new
Last post
#1 Tue, 07/02/2013 - 13:23
paulhend

[SOLVED]Virtualmin and Joomla! 2.5 issues, new to me...

I have a dedicated server. I set up a vhost and unzipped a fresh install of Joomla 2.5. I get this error:

Code: mark('afterLoad') : null; // Instantiate the application. $app = JFactory::getApplication('site'); // Initialise the application. $app->initialise(); // Mark afterIntialise in the profiler. JDEBUG ? $_PROFILER->mark('afterInitialise') : null; // Route the application. $app->route(); // Mark afterRoute in the profiler. JDEBUG ? $_PROFILER->mark('afterRoute') : null; // Dispatch the application. $app->dispatch(); // Mark afterDispatch in the profiler. JDEBUG ? $_PROFILER->mark('afterDispatch') : null; // Render the application. $app->render(); // Mark afterRender in the profiler. JDEBUG ? $_PROFILER->mark('afterRender') : null; // Return the response. echo $app;

This is the index.php, now if I unzip the joomla install in a subdirectory of another vhost, and I go to mysite.com/test with the Joomla package in it, it works...

What are your thoughts?

I am creating all my domain vhosts with virtualmin, I have done this countless times and now i'm getting these errors, suggestions?

Thanks.

Tue, 07/02/2013 - 13:51
paulhend

Under "Website Options" enable "Apache mod_php (run as Apache's user)"

Topic locked