Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Image Gallery Extension: Testers Needed


Go to End


59 Posts   41327 Views

Avatar
SalvaStripe

Community Member, 89 Posts

16 December 2008 at 5:18am

i'm already here a few minutes..

i put
Debug::send_errors_to("my@email.com");
Debug::send_warnings_to("my@email.com");
Debug::log_errors_to("");

into my mysite/_config.php

I get this with the second and third line:
Fatal error: Call to undefined method Debug::send_warnings_to() in /srv/www/vhosts/domain.com/httpdocs/mysite/_config.php on line xx
Fatal error: Call to undefined method Debug::log_errors_to() in /srv/www/vhosts/domain.com/httpdocs/mysite/_config.php on line xx

but the elementary line make no error. [Debug::send_errors_to("my@email.com");]
but i dont recieve an email when i do the db rebuild where it stops at ImageGallery :S

i tried to get an error report at mail, so i removed an " ; " in _config.php. The website shows the error, but i did not recieve an email..

so.. how can i help you to help me? cu tommorow

Avatar
UncleCheese

Forum Moderator, 4102 Posts

16 December 2008 at 5:24am

Apparently send_warnings_to and log_errors_to are not valid methods of the Debug class? Can you remove those and just keep send_errors_to ?

Avatar
Joshuar

Community Member, 5 Posts

16 December 2008 at 9:07am

Had to take the weekend off - be at it today/tomorrow - thanks!

Go to Top