← Admin panel · Backup & Restore
Debug mode
Leave this off on a live site. Turning it on makes PHP print the exact error and line number on the page instead of a plain "something went wrong" message — useful while fixing a problem.
PHP environment
| PHP version | 8.3.30 OK |
| Memory limit | 512M |
| Max upload size | 20M / post 24M |
| Max execution time | 120s |
| Server software | LiteSpeed |
| PHP handler | litespeed |
E-mail (mail()) | available |
| Database | 33 tables · 2.03 MB |
Extensions
| Extension | Why it matters | Status |
|---|---|---|
pdo_mysql | MySQL driver — the portal cannot run without it | loaded |
mbstring | Text trimming (a built-in fallback is used if missing) | loaded |
fileinfo | Detecting the real type of uploaded files | loaded |
openssl | Encrypted mail and random tokens | loaded |
gd | Image resizing for logos and gallery photos | loaded |
curl | Only needed for external API calls | loaded |
Folder permissions
includes/ |
writable |
uploads/ |
writable |
uploads/documents/ |
writable |
uploads/gallery/ |
writable |
uploads/logos/ |
writable |
uploads/materials/ |
writable |
logs/ |
writable |
backups/ |
writable |
Error log (logs/error.log)
Every crash is recorded here with the file and line number. This folder is blocked from the web
by .htaccess. empty
No errors recorded. Good news.