User tests: Successful: Unsuccessful:
file includes\defines.php
How many years have to pass and how many versions have to exchange
// Global definitions
$parts = explode(DIRECTORY_SEPARATOR, JPATH_BASE);
// Defines.
define('JPATH_ROOT', implode(DIRECTORY_SEPARATOR, $parts));
declare one constant JPATH_ROOT, JPATH_SITE, JPATH_CONFIGURATION deprecate
remove implode, explode
remove DIRECTORY_SEPARATOR in defines
it must be done in several versions
defines file
defined('_JEXEC') or die;
define('JPATH_ADMINISTRATOR', JPATH_BASE . '/administrator');
define('JPATH_LIBRARIES', JPATH_BASE . '/libraries');
define('JPATH_PLUGINS', JPATH_BASE . '/plugins');
define('JPATH_INSTALLATION', JPATH_BASE . '/installation');
define('JPATH_THEMES', JPATH_BASE . '/templates');
define('JPATH_CACHE', JPATH_BASE . '/cache');
define('JPATH_MANIFESTS', JPATH_ADMINISTRATOR . '/manifests');
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-05-29 13:18:16 |
Closed_By | ⇒ | Bakual |
@Poznakomlus Please create your PRs against the
staging
branch, not against the3.6.x
branch.I'm closing this one as it is not mergable in this form.