registration page not working - Joomla! Forum - community, help and support
my registration page doesnt work , have error in extensions manager
the php temporary directory not set
the php temporary directory directory php uses store uploaded file before joomla! can access file. whilst directory not being set isn't problem, if having issues manifest files not being detected or uploaded files not being detected, setting in php.ini file might fix issue.
anyone seen before? do?
the php temporary directory not set
the php temporary directory directory php uses store uploaded file before joomla! can access file. whilst directory not being set isn't problem, if having issues manifest files not being detected or uploaded files not being detected, setting in php.ini file might fix issue.
anyone seen before? do?
you have manually edit /configuration.php file in joomla's root put proper path statement in file...
in joomla 2.5 should like:
public $tmp_path = '/your/path/here/tmp';
your host can tell path if not know it.
in joomla 2.5 should like:
public $tmp_path = '/your/path/here/tmp';
your host can tell path if not know it.
Comments
Post a Comment