-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ID= =28416] Improvement in the installation add help #251
Conversation
Signed-off-by: Ufbamata26 <paty1.melo@gmail.com>
Signed-off-by: Ufbamata26 <paty1.melo@gmail.com>
http://forum.joomla.org/viewtopic.php?f=579&t=725049 Missing 'administrator' part in the form's action page of the admin login. The form's action has value '/ index.php' instead of 'administrator / index.php'. description For my new site, I want to put Joomla in excellant own sub-directory but hide the directory name in the URL. I Followed the online instructions and everything was working well except for the admin page. The problem is That the login form's action is missing the 'administrator' part in the path. Hence I keep getting 404 error because the page tries to load from the main site's index page.fix the BUG Missing 'administrator' part in the form's action page of the admin login. The form's action has value '/ index.php' instead of 'administrator / index.php'. Signed-off-by: Ufbamata26 <paty1.melo@gmail.com>
define('JPATH_CACHE', JPATH_BASE . '/cache'); | ||
define('JPATH_MANIFESTS', JPATH_ADMINISTRATOR . '/manifests'); | ||
define('JPATH_ADMINISTRATOR', JPATH_ROOT . '\administrator'); | ||
define('JPATH_LIBRARIES', JPATH_ROOT . '\libraries'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this change for?
I think you mixed in a few changes that have nothing to do with the installation. |
No, They are two different changes, in one installation and another a bug in the login. |
You've got the same set of commits in this pull request and in #253 but they cover separate issues. Please separate them out, otherwise we can't review them. |
* Fix modal conflicts * Remove modal classes * Remove todo
Quickicon plugin loader
[4.0] Error in PostgreSQL update SQL
Show the possibilities of the dropdown menu. Add a submenu to the menu item "Help" so we have an example for each type of parent menu item with or without a link at the top level.
Within the administration area of the tool, there is access to help that serves to guide users on the use of this. But in the setup screens there is no help that can guide users through this process.
Were made to follow the following steps to implement this improvement: