Advertisement

Bad redirection when using PHP 8.3.13 and failing to install or load Topic is solved

Need help installing Joomla! 5.x? For all Joomla! 5.x installation issues please use this forum.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Post Reply
usielalmeida
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri Jul 23, 2010 6:41 am

Bad redirection when using PHP 8.3.13 and failing to install or load

Post by usielalmeida » Wed Nov 06, 2024 10:48 pm

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)


Windows 11 with :
Laragon with PHP 8.3.13, Mysql 8, Apache 2.4.62

Advertisement
User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17907
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Bad redirection when using PHP 8.3.13 and failing to install or load

Post by toivo » Wed Nov 06, 2024 11:25 pm

That does not sound like an issue with Joomla, otherwise the forum and https://issues.joomla.org would have a number of similar reports.

Did these web applications come as a bundle or did you install them individually?
Toivo Talikka, Global Moderator

usielalmeida
Joomla! Apprentice
Joomla! Apprentice
Posts: 7
Joined: Fri Jul 23, 2010 6:41 am

Re: Bad redirection when using PHP 8.3.13 and failing to install or load

Post by usielalmeida » Thu Nov 07, 2024 2:01 am

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"

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 25268
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Bad redirection when using PHP 8.3.13 and failing to install or load

Post by pe7er » Thu Nov 07, 2024 8:26 am

Good to see that you've solved it. Thanks for sharing the cause of the issue and the solution!
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

Advertisement

Post Reply

Return to “Installation Joomla! 5.x”