Website showing old versions - Git or Laravel? -
i've been attempting move website's filesystem new server, , i'm running issue i'm baffled by. when view filesystem through server, ftp client, , ssh, can see files date , match have on recent development version. when try , access through page, see version of front page months old , doesn't exist in filesystem anymore.
the thing think of causing behavior git, server doesn't have installed. .git repository in filesystem got moved along file transfer - can git repository go far superimpose old versions of filesystem on existing files without git being installed or instantiated?
what i'm using
- laravel
- ubuntu server
- git on development server (not installed on production)
- filezilla uploads
when check routes artisan, checks out, , can't access of old version's routes i've since deleted - shows 404. think it's views directory that's being superimposed these old files. don't know what's causing or how stop it.
it sounds might have old versions of cache files views, , no permission rewrite new files.
try clearing out /app/storage/views folder, , making sure it's writable user running web server.
Comments
Post a Comment