[Notice] Undefined index: Search

GET /resources/code/SearchForm?start=60

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

Remove WWW from your URL

27 September 2012

Google recognises http://www.yourdomain.co.nz as a completely unique site from http://yourdomain.co.nz – so it makes sense (especially for search engine optimisation) to unify these urls. Use this code...

Read more

Load a favicon for your site

27 September 2012

Most sites load it by default if you upload your website icon (favicon.ico) into the root directory, but some browsers (cough *Internet Explorer* cough cough) don’t...

Read more

Multiple Monitors with a Wacom Pen Tablet

28 September 2012

If you're sporting a multi-screen setup then you know how frustrating it can be to track down your mouse cursor, especially if your monitors are of...

Read more

Mambot through SilverStripe page content

1 October 2012

Sometimes it is just not worthwhile creating a new page type just for one tiny piece of functionality. Or perhaps you want the in-page functionality protected...

Read more

Reset Admin Password

2 October 2012

Locked yourself out of SilverStripe? Naturally, as the legitimate administrator you will have FTP access, so simply add this line to your /mysite/_config.php file to reset...

Read more

Extracting and Compressing Tar.gz via command line

3 October 2012

With explaining the inner workings of all the switches, you can extract / compress .tar.gz archives easily with the following codes: *Compress .tar.gz* $ tar cvzf archive_name.tar.gz...

Read more

Htaccess temporary redirect while undergoing maintenance

4 October 2012

Developing a site and you want to have a nice temporary page for visitors? Drop in this code at the top of your .htaccess file and...

Read more

Fronde

Being a mobile software supplier, Fronde needed a website that represented their tech-savvy approach by having a device-friendly, fluid design. By using fluid layouts, we were...

Read more

Sitemap

Please find below a full list of all pages listed on JamesBarnsley.co.nz[/]. You can also download the sitemap as an XML document here.

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

Let's work together