Hello,
Very strange. Update 182 is a Postgres-only update. Do you run postgres?
No, I run mysql.
Are there any errors happening on the site?
Whenever I add a new module, I get errors where it can't find certain things. So, I have to go into it's .module file and hard code in paths. Base_url never works. Other than that, it's working great.
Is that related?
- jody
Jody Cleveland wrote:
Hello,
Very strange. Update 182 is a Postgres-only update. Do you run postgres?
No, I run mysql.
Are there any errors happening on the site?
Whenever I add a new module, I get errors where it can't find certain things. So, I have to go into it's .module file and hard code in paths. Base_url never works. Other than that, it's working great.
Is that related?
Maybe, yes.
First of all, Drupal no longer uses base_href inside its themes. If you theme still uses it, you will need to update your theme. Such a wrong path could have triggered the 403 error.
Cheers, Gerhard