WoW-CMS / BlizzCMS

BlizzCMS is a CMS built with CodeIgniter 3 for World of Warcraft emulators.
MIT License
100 stars 88 forks source link

🐛 [Bug Report]: Links to any uploaded images are broken #104

Closed DavidBronzebeard closed 1 year ago

DavidBronzebeard commented 1 year ago

BlizzCMS Version

Links to any uploaded images are broken

Emulator

CMaNGOS

PHP Version

PHP 7.4

Operating system

Windows

Web server

Apache

Database

MySQL Server 8.0.31

Description

Any uploaded image imports fine, but when viewed in the News article, Frontpage or Avatar section is just a broken link.

Apache access logs indicate a failure to find the images as the links requested include an additional uploads/ folder.

How can I reproduce the problem?

Upload an account avatar or news article image.

Screenshots

image

DZywolf commented 1 year ago

fixed with af634c3af7908cccbd190b00af8cd79edfd908a0 and cd7b5bc5b76ef3672d09ccec16db13faddf68e93

DavidBronzebeard commented 1 year ago

Validated working, good work!