Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialArash Emadi
10,002 PointsWhy am I getting this PHP Error in my CodeIgniter Web Application?
I'm working on a PHP web application using the CodeIgniter web framework. I don't know why, but I keep getting this error form time to time. When I refresh the page a couple of times, it goes away, but then comes back somewhere else. How can I resolve this issue? Thanks in advance.
A PHP Error was encountered
Severity: Core Warning
Message: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/apc.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/apc.so: cannot open shared object file: No such file or directory
Filename: Unknown
Line Number: 0
Backtrace:
1 Answer
miguelcastro2
Courses Plus Student 6,573 PointsYou have a potentially bad install of the APC caching extension. Try reinstalling it or disabling it if it is giving you problems.