CE Phoenix Upgrader Utility

Create Password Screen Looping - CE Phoenix Upgrader Utility

Create Password Screen Looping

by tessthepup » Sun Aug 18, 2024 3:11 pm

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
User avatar
tessthepup
Certified Developer
Posts: 383
Joined: Mon Mar 01, 2021 5:55 pm
Phoenix Version:
Contact:

Re: Create Password Screen Looping

by zipurman » Sun Aug 18, 2024 3:29 pm

Check the folder permissions as the upgrader has to create a config file to track changes.
zipurman
-----------
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Contact:

Re: Create Password Screen Looping

by tessthepup » Sat Aug 24, 2024 2:13 pm

zipurman wrote:Check the folder permissions as the upgrader has to create a config file to track changes.
Hi Preston, sorry I missed this reply.

The folder permissions are set at 0755 and also tried 0777 with the same result
User avatar
tessthepup
Certified Developer
Posts: 383
Joined: Mon Mar 01, 2021 5:55 pm
Phoenix Version:
Contact:

Re: Create Password Screen Looping

by zipurman » Sat Aug 24, 2024 5:32 pm

Maybe its a folder ownership/user issue. Is the config file being created? Check the error log for clues.
zipurman
-----------
User avatar
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

by drtom » Sat Dec 13, 2025 4:59 am

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.
User avatar
drtom
Member
Posts: 49
Joined: Sat May 24, 2025 3:59 am
Phoenix Version: v1.1.0.2
Contact:

Re: Create Password Screen Looping

by zipurman » Sat Dec 13, 2025 6:21 am

I no longer maintain this addon.
zipurman
-----------
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Contact:

Re: Create Password Screen Looping

by drtom » Sat Dec 13, 2025 3:46 pm

understood
User avatar
drtom
Member
Posts: 49
Joined: Sat May 24, 2025 3:59 am
Phoenix Version: v1.1.0.2
Contact:

Re: Create Password Screen Looping

by BrockleyJohn » Thu Apr 09, 2026 2:26 pm

drtom wrote:understood
I have just uploaded a new addon version that supports updating to the current phoenix release.
BrockleyJohn
Certified Developer
Posts: 173
Joined: Mon Mar 01, 2021 5:37 pm
Phoenix Version:
Contact:

Re: Create Password Screen Looping

by tessthepup » Fri Apr 17, 2026 5:10 pm

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
User avatar
tessthepup
Certified Developer
Posts: 383
Joined: Mon Mar 01, 2021 5:55 pm
Phoenix Version:
Contact:

Re: Create Password Screen Looping

by BrockleyJohn » Fri Apr 17, 2026 5:23 pm

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
I assume you're testing the one I released, not the zip I sent - if not, start again!

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:
Contact: