j2234
✭-
Re: [Solved] 404 Page Not Found Errors - AJAX Only
I had another thought -- since the IDs are missing, maybe it's a template problem. I tried switching the theme to a default one and it suddenly worked. I'll look at the custom theme and post an updat… (View Post)1 -
Re: [Solved] 404 Page Not Found Errors - AJAX Only
Fixed it -- my custom theme was missing this line: {asset name="Foot"} That outputs the hidden inputs that set the UrlFormat and other settings. (View Post)4 -
Re: [Solved] 404 Page Not Found Errors - AJAX Only
Sure, I'll post it in a minute. The hosting company said that mod_rewrite is enabled, but that it won't show in phpinfo(). This is their reply: (View Post)1 -
Re: [Solved] 404 Page Not Found Errors - AJAX Only
It does work now for the moment, because I just hardcoded /forum in the JavaScript file. But I'm not sure if that will cause problems down the road. (View Post)1 -
Re: [Solved] 404 Page Not Found Errors - AJAX Only
Thanks for the reply. I have RewriteUrls set to TRUE. Here's that section of the config file: $Configuration['Garden']['InputFormatter'] = 'Html'; $Configuration['Garden']['Version'] = '2.1'; $Config… (View Post)1