No Code Attached Yet Information Required
avatar uzielweb
uzielweb
29 Oct 2024

Steps to reproduce the issue

Extract Joomla 5.2.0 and try to install, or change PHP version to 8.3.13 in any project

Expected result

proceed to installation as usual or load site as usual

Actual result

bad redirection and stucks in the same page.

System information (as much as possible)

Laragon with PHP 8.3.13, Mysql 8, Apache 2.4.62

avatar uzielweb uzielweb - open - 29 Oct 2024
avatar joomla-cms-bot joomla-cms-bot - change - 29 Oct 2024
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 29 Oct 2024
avatar Quy Quy - change - 30 Oct 2024
Status New Closed
Closed_Date 0000-00-00 00:00:00 2024-10-30 21:18:37
Closed_By Quy
avatar Quy Quy - close - 30 Oct 2024
avatar Quy
Quy - comment - 30 Oct 2024

Unable to reproduce with PHP 8.3.13. Please post to Joomla forum for support. https://forum.joomla.org/

avatar uzielweb
uzielweb - comment - 6 Nov 2024

Solved.

The problem was bad configuration for PHP XDebug

These are the correct settings for php.ini file in PHP 8.3.13 version:

[Xdebug]
; ENABLE XDEBUG
zend_extension="D:/laragon/bin/php/php-8.3.13-Win32-vs16-x64/ext/php_xdebug-3.4.0beta1-8.3-vs16-x86_64.dll"
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_host = "localhost"
xdebug.remote_port = 9003
xdebug.remote_handler = "dbgp"
xdebug.remote_mode = "req"
xdebug.idekey = "VSCODE"
xdebug.remote_log = "D:/laragon/tmp/xdebug.log"

avatar Quy Quy - change - 6 Nov 2024
Status Closed New
Closed_Date 2024-10-30 21:18:37
Closed_By Quy
avatar Quy Quy - reopen - 6 Nov 2024
avatar uzielweb uzielweb - change - 7 Nov 2024
The description was changed
avatar uzielweb uzielweb - edited - 7 Nov 2024
avatar Quy
Quy - comment - 7 Nov 2024

Thanks for reporting back. Closing as not a core issue.

avatar Quy Quy - change - 7 Nov 2024
Status New Closed
Closed_Date 0000-00-00 00:00:00 2024-11-07 03:04:22
Closed_By Quy
avatar Quy Quy - close - 7 Nov 2024
avatar Quy Quy - change - 7 Nov 2024
Labels Added: Information Required
avatar Quy Quy - labeled - 7 Nov 2024

Add a Comment

Login with GitHub to post a comment