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

Patch: Fixed some small warning in latest daily build


Go to End


2 Posts   2089 Views

Avatar
Will

Google Summer of Code Hacker, 7 Posts

28 May 2007 at 7:32pm

Edited: 28/05/2007 7:33pm

I installed a copy of the may 27th daily build today, and came across a few bugs that I needed to fix before it worked for me. A patch of them is here

http://www.willscott.name/file_download/5

The changes:

* The HTTP class was checking for headers without making sure they existed
* The object constructor was not quoting constructors correctly (this broke the install for me until I changed it)
* Sub menus can go out of bounds (my fix here is not very elegant, it just makes the error go away)
* Misnamed variable in data object
* misnamed variable in main.php

Avatar
Will

Google Summer of Code Hacker, 7 Posts

30 May 2007 at 7:06pm

That's what I was expecting, they seemed pretty simple, but I was hoping it might be a bit helpful.

--Will