[Notice] Undefined index: Search

GET /resources/silverstripe/add-field-to-a-many-many-relationship/SearchForm?start=50

Line 132 in /home/james/public_html/cms/code/search/SearchForm.php

Source

123 					Translatable::disable_locale_filter();
124 				} else {
125 					$origLocale = Translatable::get_current_locale();
126 
127 					Translatable::set_current_locale($data['searchlocale']);
128 				}
129 			}
130 		}
131 
132 		$keywords = $data['Search'];
133 
134 	 	$andProcessor = create_function('$matches','
135 	 		return " +" . $matches[2] . " +" . $matches[4] . " ";
136 	 	');
137 	 	$notProcessor = create_function('$matches', '
138 	 		return " -" . $matches[3];

Trace

Search Results | James Barnsley | Web designer and developer in Wellington

Hide ads in Google Apps for Business

27 September 2012

I have shifted into Google Apps to have a tinker, streamline my work and to generally learn how it all works. At PlasticStudio, we also run...

Read more

Kill IE's Compatibility View

27 September 2012

Internet Explorer’s Compatibility View is the bane of my existance when I am working on a front-end build. Instead of trying to fix bugs for an...

Read more

Customise Facebook icon and descriptions

27 September 2012

Share a link on Facebook to a webpage that hasn’t been developed very thoroughly and you will notice that Facebook pulls in an outdated and (often)...

Read more

Flush the Facebook Cache

27 September 2012

Don’t you hate it when you post a link or video on Facebook and it decides to show your old pictures or thinks that your newly-launched...

Read more

Scalable Background Images

27 September 2012

We can do this purely through CSS thanks to the background-size property now in CSS3. We’ll use the html element (better than body as it’s always...

Read more

Communicate between AS3 and Javascript

27 September 2012

*Actionscript:* ExternalInterface.call("functionNameHere(anyVariable)"); *Javascript:* function functionNameHere(anyVariable){ alert('Flash says hello! And ' + anyVariable); }

Read more

Go to URL with AS3

27 September 2012

Actionscript 3 uses a very different approach to sending a user to a URL, and you can implement this with the following code: var url:String =...

Read more

Force vertical scrollbar with CSS

27 September 2012

I’ve often had clients wondering why their website seems to ‘bump’ from side to side when navigating between pages. When I eventually understand what they’re experiencing,...

Read more

Joomla! Database Manipulation

27 September 2012

A quick link to some very handy functions for meddling with databases in the Joomla! CMS: How to use the database classes in your script

Read more

Target IE6, IE7 and IE8 with CSS

27 September 2012

Sometimes it’s just not worth creating a completely new CSS file for one IE6 fix, you just want to create a hack within your primary stylesheet...

Read more

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42

Page 6 of 42

Let's work together