Skip to content
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

Redirect error 500 in update Joomla 3.8.4 with component JU Form #19499

Closed
goncatin opened this issue Jan 31, 2018 · 6 comments
Closed

Redirect error 500 in update Joomla 3.8.4 with component JU Form #19499

goncatin opened this issue Jan 31, 2018 · 6 comments

Comments

@goncatin
Copy link

goncatin commented Jan 31, 2018

Steps to reproduce the issue

Component JUForm 1.1.7
Install Joomla 3.8.3 and set actions after submission to show message.
Test form
Update to Joomla 3.8.4
Test form

Expected result

Redirect to same page after form submission

Actual result

Redirect to index.php/es/component/juform and error 500

System information (as much as possible)

PHP 7.0.27
Joomla! 3.8.4 Stable [ Amani ] 30-January-2018 15:00 GMT
MySQL 5.5.58-0+deb7u1-log

Additional comments

No configuration changes after joomla update

@ghost
Copy link

ghost commented Jan 31, 2018

please have a look at #19497 #19496 if your Issue is an duplicate Report.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19499.

@csthomas
Copy link
Contributor

@goncatin In global configuration please enable "Debug System" to Yes and set "Error Reporting" to maximum,

Additional you can check error_log or similar file at your joomla root directory.

@goncatin
Copy link
Author

If I dissable the SEF URL the form works, but doesn't show the modules linked to the original menu item, so I think is the same issue that Your text to link here...


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19499.

@OctavianC
Copy link
Contributor

I've just tested it (using JUForm Lite) - and the issue is fixed by reverting #19099 or applying my patch #19498

Before patch (3.8.4):

  • Menu item (form) placed at: http://localhost/j384/index.php/test-form
  • Submitting redirects you to: http://localhost/j384/index.php/component/juform/ which throws an error

After patch:

  • Menu item (form) placed at: http://localhost/j384/index.php/test-form
  • Submitting redirects you to: http://localhost/j384/index.php/test-form

@goncatin
Copy link
Author

I confirm that, OctavianC, applying your patch works fine.

@ghost
Copy link

ghost commented Jan 31, 2018

@goncatin so this is a duplicate Report of #19497; please close this Issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants