ayik / alumnisangam

Automatically exported from code.google.com/p/alumnisangam
0 stars 0 forks source link

Getting error in php propel-load-data #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. update to r185
2. run php symfony propel-load-data frontend

What is the expected output? What do you see instead?
I see the following

+++
bash-3.00$ php symfony propel-load-data frontend
>> propel    load data from "/home/version2/source/data/fixtures"
PHP Strict Standards:  Declaration of Personal::getDob() should be
compatible with that of BasePersonal::getDob() in
/home/version2/source/lib/model/Personal.php on line 10

Strict Standards: Declaration of Personal::getDob() should be
compatible with that of BasePersonal::getDob() in
/home/version2/source/lib/model/Personal.php on line 10
PHP Strict Standards:  Declaration of User::getBranch() should be
compatible with that of BaseUser::getBranch() in
/home/version2/source/lib/model/User.php on line 10

Strict Standards: Declaration of User::getBranch() should be
compatible with that of BaseUser::getBranch() in
/home/version2/source/lib/model/User.php on line 10
PHP Strict Standards:  Declaration of User::getDegree() should be
compatible with that of BaseUser::getDegree() in
/home/version2/source/lib/model/User.php on line 10

Strict Standards: Declaration of User::getDegree() should be
compatible with that of BaseUser::getDegree() in
/home/version2/source/lib/model/User.php on line 10
bash-3.00$
+++

Original issue reported on code.google.com by animesh on 15 Mar 2010 at 9:55

GoogleCodeExporter commented 8 years ago
Since the propel-load-data functions as expected, this issue is not a high 
priority.
Marking Wont fix

Original comment by R.DUSHYA...@gmail.com on 15 Mar 2010 at 10:53