Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main/Index not loading – HTTP ERROR 500 #752

Open
KevDoy opened this issue Nov 4, 2023 · 4 comments
Open

Main/Index not loading – HTTP ERROR 500 #752

KevDoy opened this issue Nov 4, 2023 · 4 comments

Comments

@KevDoy
Copy link

KevDoy commented Nov 4, 2023

System Information
Podcast Generator Version: 3.2.7
Webserver: Percona Server
PHP Version: 7.4.33

Podcast Generator Config

<?php

$podcastgen_version = '3.2.7'; // Versions

$first_installation = 1570416905;

CENSORED installationKey

$scriptlang = 'en_US';

CENSORED url

$absoluteurl = '/home2/bcwebadm/public_html/sermons/'; // The location on the server

$theme_path = ;

$upload_dir = 'media/'; // 'media/' the default folder (Trailing slash required). Set chmod 755

$img_dir = 'media/'; // (Trailing slash required). Set chmod 755

$feed_dir = ''; // Where to create feed.xml (empty value = root directory). Set chmod 755

$max_recent = All; // How many file to show in the home page

$recent_episode_in_feed = 'All'; // How many file to show in the XML feed (1,2,5 etc.. or 'All')

$episodeperpage = 10;

$enablestreaming = 'yes'; // Enable mp3 streaming? ('yes' or 'no')

$freebox = 'yes'; // enable freely customizable box

$enablepgnewsinadmin = 'no';

$strictfilenamepolicy = 'yes'; // strictly rename files (just characters A to Z and numbers) 

$categoriesenabled = 'yes';

$cronAutoIndex = 1; //Auto Index New Episodes via Cron

$cronAutoRegenerateRSS = 1; //Auto regenerate RSS via Cron

$indexfile = 'index.php';    // Path of the index file

$podcastPassword = '';       // Password to protect the podcast generator webpages, this will NOT protect the audio or XML files. Leave blank to disable.

$customtagsenabled = 'yes';   // Advanced functionality for custom RSS tag input

$timezone = 'America/Los_Angeles';              // Timezone used for displaying dates and times

#####################

# XML Feed stuff

$podcast_guid = ''; // Globally unique identifier for your podcast

CENSORED podcast_title

CENSORED podcast_subtitle

CENSORED podcast_description

$podcast_cover = 'itunes_image.jpg';

CENSORED author_name

CENSORED author_email

# The e-mail of the technical admin of the podcast

$webmaster = [CENSORED];

$itunes_category[0] = 'Religion & Spirituality:Christianity'; // iTunes categories (mainCategory:subcategory)

$itunes_category[1] = 'Religion & Spirituality';

$itunes_category[2] = 'Education';

$link = '$url."?name='; // permalink URL of single episode (appears in the <link> and <guid> tags in the feed)

$feed_language = 'en';

$feed_sort = 'timestamp'; // sort method used to order episodes in the feed (by timestamp or by season/episode number)

$feed_locked = ''; // podcast:locked status ('yes', 'no', '' for off)

CENSORED copyright

$feed_encoding = 'utf-8';

CENSORED explicit_podcast

$users_json = [CENSORED]

#####################

# WebSub

$websub_server = '';

#####################

# Podcast Index

$pi_api_key = '';

$pi_api_secret = '';

$pi_podcast_id = 0; // is the podcast in Podcast Index? This is its show ID there.

// END OF CONFIG

Description of your problem:
"This page isn’t working – [URL] is currently unable to handle this request."
I am able to login to the admin panel, but the landing page that lists all the episodes is suddenly not available.

@KevDoy
Copy link
Author

KevDoy commented Nov 4, 2023

Just upgraded to 3.2.9. I'm still able to access the admin panel. Sadly no luck on fixing the issue.

@KevDoy
Copy link
Author

KevDoy commented Nov 6, 2023

Additional information. I have two separate instances running on this server. The other is still working.

@jasonsgroovemachine
Copy link

I had this some problem. What eventually fixed it for me was changing the Episode Sort Order from "Season and Episode Number" to "Timestamp".

I don't know why that worked but it worked.

@KevDoy
Copy link
Author

KevDoy commented Apr 22, 2024

I ended up just taking the settings and content and doing a fresh install to solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants