Codebase update issue

Not applicable

The upstream from Apigee has been pulled out to the dev instance recently. Currently we are getting an error as given below.

Spyc The Spyc library cannot be found.

Please download Spyc.php and place it in /sites/all/libraries/spyc.

We verified the existince of this module in the libaries folder. Request your inputs to reslove the issue. The dev url is

http://dev-ecollege.devportal.apigee.com/update.php?op=info

Please let us know if you need more details.

Solved Solved
0 3 108
1 ACCEPTED SOLUTION

@saju.mathew , Welcome to Apigee Community 🙂

  1. Ensure the Spyc.php file is located at /sites/all/libraries/spyc/Spyc.php

Spyc.php , "S" should be capital. For more details refer here, I see "spyc.php" instead of "Spyc.php" in your code base. Please change same using below git mv command.

git mv spyc.php Spyc.php

Push the changes to pantheon repo. Keep us posted if any.

View solution in original post

3 REPLIES 3

@saju.mathew , Welcome to Apigee Community 🙂

  1. Ensure the Spyc.php file is located at /sites/all/libraries/spyc/Spyc.php

Spyc.php , "S" should be capital. For more details refer here, I see "spyc.php" instead of "Spyc.php" in your code base. Please change same using below git mv command.

git mv spyc.php Spyc.php

Push the changes to pantheon repo. Keep us posted if any.

Thanks Anil Sagar. The above solution solved my issue

Awesome, Glad to know 🙂