• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Album Randomizer implementation issue

Version
4.0.7
PHP version
8.1
Database driver
MariaDB
Database version
10
Web browser
Chrome

CaffeinatedChaos

Chevereto Member
Attention: No official support is provided at Community Help, this is for users helping each other. If you want official support go to chevereto.com/support

This is after having gone through the steps to implement the linked randomizer customization into v4.
  • Created /overrides/ folder and i.php file within that at: public_html > app/legacy/routes/overrides/i.php
  • Created /snippets/ folder and modal_random.php within that at: public_html > content/legacy/themes/Peafowl/overrides/snippets/modal_random.php
  • Updated existing album.php file along path: public_html > content/legacy/themes/Peafowl/overrides/views/album.php
  • Updated existing .htaccess file along path: public_html > .htaccess
Question:
Did I have to include this snip of rewrite code anywhere else that it wasn't already pre-coded in?
You will require to use RewriteRule randomizer/(.+)\.gif$ i/?album=$1 [R=301,L] at your server rewrite.

Issue:
Right now, when I click the RANDOMIZER icon within an album, I get the below format which looks correct per the example in the initial Guide:
Randomizer
All images in this album will be in the randomizer. You can add or remove images from the album at any time to effect the randomizer.

Link
https://_____.com/randomizer/g3IW.gif
However, when I go to the provided link, I get the following error:

That page doesn't exist​

The requested page was not found.

Can someone please help me learn what I've missed in this setup to get things working correctly per the initial Guide so I can get this working properly? I'd really appreciate the guidance! Thank you in advance.
 
Last edited:
Thanks @armory . I thought I'd been doing that but let me backtrack the subdomain portion then 🙂

If 'RANDOMIZER' is not a subdomain, then is that a file created somewhere in the hierarchy? Or is there nothing I should have had to create new like that?
 
I would love to be able to find a fix for this - it looks like it's not just me at least! 🙂

Has anyone implemented this code and has it working correctly? I'd love to know where our steps deviated...
 
Back
Top