澳洲大头 发表于 2010-2-26 10:26:26

how to find out root path

There are multiple ways to find that path. The easy one is to create a path.php file that has the following code in it:
<?php
echo getcwd();
?>
Go to example.com/path.php and this will give you the right directory.

http://docs.joomla.org/How_to_solve_Installation_errors_Extension_Manager
页: [1]
查看完整版本: how to find out root path