311 Posts in 83 Topics by 149 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 438 Views |
-
More SS 3 issues : set_environment_type() and init()?

10 July 2012 at 7:34am
Hi,
When I get PHP errors in my SS 3 install, I am only getting a generic 500 error instead of a custom SS error, despite having Director::set_environment_type("dev") set in my _config.php.
Also, why am I getting the following error:
PHP Fatal error: Cannot redeclare Page_Controller::init() in ...../mysite/code/Page.php on line 40
How can I get a chunk of PHP code to run when the page loads without init()?
Thanks,
Garrett -
Re: More SS 3 issues : set_environment_type() and init()?

10 July 2012 at 10:11pm
You can still call init(), works fine on my sites. Check you simply haven't got 2 of the same function pasted in the same file
-
Re: More SS 3 issues : set_environment_type() and init()?

11 July 2012 at 1:31am
On this one, you were right! init() was already provided in Page.php, it was just at the bottom so I didn't notice it ;) Sorry!
//Garrett
| 438 Views | ||
|
Page:
1
|
Go to Top |


