Welcome to the Telegram Bot diagnostic page. Use the links below to diagnose issues with your bot.
📋 PHP Environment Test
Check if your PHP environment is properly configured for the bot (PHP version, extensions, file permissions).
🔑 Test Bot Token
Verify your Telegram bot token is correct and working. Checks token format and validates with Telegram API.
🔗 Webhook Configuration
Check and update your Telegram webhook configuration. Useful if the bot is not receiving messages from Telegram.
🐛 Debug Bot (Show All Errors)
USE THIS TO SEE THE 500 ERROR DETAILS - Runs the bot with maximum error reporting and shows exactly what's causing the issue.
⚠️ Access Bot Directly
Access the bot script directly (not recommended, bot should be accessed via webhook). Use this to see error messages.
Note: For security reasons, it's recommended to remove these diagnostic tools from your production server
once your bot is working correctly.