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

E-commerce reports error


Go to End


2 Posts   1293 Views

Avatar
Phill

Community Member, 81 Posts

25 September 2008 at 4:00am

Hi

Iv managed to install ss with the e-commerce module but on the admin reports pages i get errors similar to the ones below but only on the Unprinted Orders, Current Orders and Find an Order pages the other report paes work fine.

Notice: Undefined variable: record in C:\wamp\www\etest\ecommerce\code\reports\OrderReport.php on line 24

Notice: Trying to get property of non-object in C:\wamp\www\etest\ecommerce\code\reports\OrderReport.php on line 24

Iv looked through the forums but havnt found a thread containing a solution, any ideas?

SS version: 2.2.2
E-commerce module: 0.5.2

thanks

Avatar
Ingo

Forum Moderator, 801 Posts

25 September 2008 at 10:44pm

I've created a bugreport: http://open.silverstripe.com/ticket/2854
You can try lowering your PHP error level through http://php.net/error_reporting to exclude notice level errors.