propel - PHP include path ignored -


at moment facing problem include path in php.

for propel function correctly need add build/classes directory include path explained here: http://propelorm.org/documentation/02-buildtime.html#setting-up-propel

when print include path echo get_include_path(); printing right directories. when propel try's include file there fatal error: "class not found".

the server local xampp webserver running on php 5.4.7 , windows 8.

does know's solution?

with kind regards,

jelmert

as @jakerella comment suggest needed update classmap running command:

propel-gen convert-conf 

everything works fine @ moment :) thanx stackoverflow users!


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -