Closed akarimov closed 11 years ago
This seems like a mod_rewrite problem. I don't have control of what the URLs are.
Any luck?
Currently nothing good so far. Tried to change .htaccess with no success. Also tried to change folder name case and just got another errors. So, I am stuck.
Wed, 07 Nov 2012 00:07:15 -0800 от Miles Johnson notifications@github.com:
Any luck?
— Reply to this email directly or view it on GitHub.
What PHP, Cake and Forum versions are you using?
I am using:
Wed, 07 Nov 2012 09:10:46 -0800 от Miles Johnson notifications@github.com:
What PHP, Cake and Forum versions are you using?
— Reply to this email directly or view it on GitHub.
Can you try the forum 3.2.0 tags?
Also, do you have asset compression or timestamps enabled in cake?
Tried this one with no luck.I just can't understand what causes such behavior. Most possible problem is Linux case sensivity, because on Windows everything runs just fine.
Also, both on Linux and Windows forum runs fine, but lack styles and scripts on Linux that are stored in webroot folder of plugin. And instead of loading appropriate file it redirects me to the plugin start page with bunch of errors and warnings.
Apache or nginx?
I know nginx has some weird rewrite rules that stops plugin assets from working.
Apache
Sun, 11 Nov 2012 13:26:18 -0800 от Miles Johnson notifications@github.com:
Apache or nginx? I know nginx has some weird rewrite rules that stops plugin assets from working.
— Reply to this email directly or view it on GitHub.
I downloaded and installed forum as specified in decoumetation. Everything works, except styles and scripts - they are not linked. Links to them exist but they are not resolved and instead of they contents I get forum start page with tons of errors. I have ubuntu server 12.04.1 as a web server and the only problem I can see here is linux case sensivity. Because on windows machine everything works just fine. Tryed to adapt .htaccess files with no success