CE Phoenix Upgrader Utility
Create Password Screen Looping - CE Phoenix Upgrader Utility
Create Password Screen Looping
Hi Preston,
I hope you are well?
I have uploaded the latest version of your upgrader but the set password screen keeps looping back to the start page.
Any ideas?
Thanks
Mark
I hope you are well?
I have uploaded the latest version of your upgrader but the set password screen keeps looping back to the start page.
Any ideas?
Thanks
Mark
- tessthepup
- Certified Developer
- Posts: 383
- Joined: Mon Mar 01, 2021 5:55 pm
- Phoenix Version:
- Contact:
Re: Create Password Screen Looping
Check the folder permissions as the upgrader has to create a config file to track changes.
zipurman
-----------
-----------
- zipurman
- Builder
- Posts: 540
- Joined: Tue Oct 13, 2020 5:20 pm
- Phoenix Version: v
- Contact:
Re: Create Password Screen Looping
Hi Preston, sorry I missed this reply.zipurman wrote:Check the folder permissions as the upgrader has to create a config file to track changes.
The folder permissions are set at 0755 and also tried 0777 with the same result
- tessthepup
- Certified Developer
- Posts: 383
- Joined: Mon Mar 01, 2021 5:55 pm
- Phoenix Version:
- Contact:
Re: Create Password Screen Looping
Maybe its a folder ownership/user issue. Is the config file being created? Check the error log for clues.
zipurman
-----------
-----------
- zipurman
- Builder
- Posts: 540
- Joined: Tue Oct 13, 2020 5:20 pm
- Phoenix Version: v
- Contact:
There are no newer upgrades available in your /versions/ fol
I've gotten through all the steps except the one where I actually upgrade. Where is this 'versions' folder to be found?
I've tried uploading to myshop/upgrader/inc/versions.
I've tried uploading to myshop/upgrader/inc/versions.
- drtom
- Member
- Posts: 49
- Joined: Sat May 24, 2025 3:59 am
- Phoenix Version: v1.1.0.2
- Contact:
- zipurman
- Builder
- Posts: 540
- Joined: Tue Oct 13, 2020 5:20 pm
- Phoenix Version: v
- Contact:
Re: Create Password Screen Looping
understood
- drtom
- Member
- Posts: 49
- Joined: Sat May 24, 2025 3:59 am
- Phoenix Version: v1.1.0.2
- Contact:
Re: Create Password Screen Looping
I have just uploaded a new addon version that supports updating to the current phoenix release.drtom wrote:understood
-
BrockleyJohn
- Certified Developer
- Posts: 173
- Joined: Mon Mar 01, 2021 5:37 pm
- Phoenix Version:
- : Buy Me A Beverage
- Contact:
Re: Create Password Screen Looping
Hi John,
I have finally found 2 minutes to get to try the upgrader (apologies)
Step 1 is looping after entering a new password and the config is never created.
I have tried folder permissions 0755 and 0777 but the config file is never created.
Any thoughts?
Thanks
Mark
I have finally found 2 minutes to get to try the upgrader (apologies)
Step 1 is looping after entering a new password and the config is never created.
I have tried folder permissions 0755 and 0777 but the config file is never created.
Any thoughts?
Thanks
Mark
- tessthepup
- Certified Developer
- Posts: 383
- Joined: Mon Mar 01, 2021 5:55 pm
- Phoenix Version:
- Contact:
Re: Create Password Screen Looping
I assume you're testing the one I released, not the zip I sent - if not, start again!tessthepup wrote:Hi John,
I have finally found 2 minutes to get to try the upgrader (apologies)
Step 1 is looping after entering a new password and the config is never created.
I have tried folder permissions 0755 and 0777 but the config file is never created.
Any thoughts?
Thanks
Mark
Try creating an empty inc/config.json and update the contents of inc/config.php to
Code: Select all
<?php
$config = [];
$config_file = $inc_directory . '/config.json';
if ( file_exists( $config_file ) && ! empty( $content = file_get_contents( $config_file ) ) ) {
$config = json_decode( $content, true );
}
-
BrockleyJohn
- Certified Developer
- Posts: 173
- Joined: Mon Mar 01, 2021 5:37 pm
- Phoenix Version:
- : Buy Me A Beverage
- Contact: