apache - PHP File edits not taking affect after uploading to the server -
i have php helper class static methods. when add new method or make changes file , afterwards upload server, server not detect changes. error saying
fatal error: call undefined method class::functionname() not exist
even though exist. i've tried restarting apache server , clearing browser cache. don't have caching setup on server either.
if can, connect server ssh , investigation. example, search php file find, see if lies around multiple times, check last modified dates, , of course contents. maybe modify main file of webpage (for example index.php), verify looking in right place.
Comments
Post a Comment