[Notice] Undefined index: Search

GET /resources/silverstripe/adding-a-cms-tooltip/SearchForm?start=30

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

Extract your .zip files on Apache with PHP

27 September 2012

You are managing a webserver and you only have FTP access, and you need to extract a large .zip file (for example WordPress, Joomla, plugins, etc)...

Read more

Extract your Akeeba Joomla! backup

27 September 2012

It took me a long time to figure out how to restore my Joomla! website from an Akeeba Backup file (.jre), but all you need to...

Read more

Bare Bones Wordpress template

27 September 2012

Start afresh with a skeleton of a WordPress template! Don’t bother with these over-bloated factory templates, opt for a custom template – this Bare Bones template...

Read more

SilverStripe 2.4.7

27 September 2012

Now that the brand-new SilverStrip 3.0.1 has been launched, most of us are keen to get our clients on the bandwagon and start developing with the...

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 4 of 42

Let's work together