Welcome Guest, Not a member yet? Register   Sign In
Community Auth - problem
#6

@skunkbad
No need to go insulting me. I admit I misunderstood the question, as I did not take notice of the fact that it was a rule for a route being set.

As for not knowing how PHP works. Take the following which could be typos in any code:
PHP Code:
$variable some_value;

$array = array();
$array[some_key] = some_value_2

some_value, some_key and some_value_2 are not constants I need, but a simple typo which give these PHP errors
Notice: Use of undefined constant some_value - assumed 'some_value'
Notice: Use of undefined constant some_key - assumed 'some_key'
Notice: Use of undefined constant some_value_2 - assumed 'some_value_2'
Reply


Messages In This Thread
Community Auth - problem - by MartinMIB - 10-22-2015, 01:52 PM
RE: Community Auth - problem - by Martin7483 - 10-23-2015, 01:40 AM
RE: Community Auth - problem - by skunkbad - 10-23-2015, 05:48 PM
RE: Community Auth - problem - by Martin7483 - 10-24-2015, 10:02 AM
RE: Community Auth - problem - by skunkbad - 10-24-2015, 11:56 PM
RE: Community Auth - problem - by Martin7483 - 10-25-2015, 01:33 AM
RE: Community Auth - problem - by skunkbad - 10-25-2015, 04:48 PM
RE: Community Auth - problem - by syerwin - 02-27-2016, 11:12 AM
RE: Community Auth - problem - by syerwin - 02-27-2016, 11:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB