Tag: PHP
-
Unable to Start Apache – Xampp
Hey everyone, I was mucking around with xampp this morning and ran into the following issue with apache: 3:41:52 PM [main] Initializing Control Panel 3:41:52 PM [main] Windows Version: Windows 8 Pro 64-bit 3:41:52 PM [main] XAMPP Version: 5.6.3 3:41:52 PM [main] Control Panel Version: 3.2.1 [ Compiled: May 7th 2013 ] 3:41:52 PM [main]…
-
preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash – CakePHP
Hey everyone, Ran into the following error while I was mucking around with CakePHP today: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash The error seemed a little weird as I wasn’t using any regex. It turned out that it was because of my custom validation methods. I had marked them as private instead…