Answer the question
In order to leave comments, you need to log in
Does not want to install joomla 3.0.2
There are no problems with version 2.5. Yielding to "advertising", I decided to put 3.0, then 3.0.1 and 3.0.2.
Locally everything is OK - installed, launched.
Uploading files to the host. When starting the installation, it says: "Your host needs to use PHP 5.3.1 or higher to run this version of Joomla!"
Checked php, version PHP/5.3.3-7+squeeze14.
What can be done?
Answer the question
In order to leave comments, you need to log in
You need to check the exact version. If 5.3 - then localize the place that swears and see what it does. Knowledge of PHP required.
What does the function give you
echo PHP_VERSION;
if (version_compare(PHP_VERSION, '5.3.1', '<'))
{
die('Your host needs to use PHP 5.3.1 or higher to run this version of Joomla!');
}
I began to clarify the issue of the version more specifically. And the issue was resolved. It's the version, one person mistakenly believed that my site is on a server with php 5.3.3. As it turned out, this is not the case.
Thank you very much for pointing me in the right direction.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question