PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, April 19, 2022

[FIXED] Why is my recent Envoyer deployment not showing?

 April 19, 2022     laravel     No comments   

Issue

I just deployed using Envoyer and there were no errors. However, I don't see the new version of the site in my browser.

I SFTP'd into the server, and sure enough the new files are there.

I SSH'd into the current directory and ran php artisan cache:clear but it didn't make a difference; I still see the old version of the site.

I've done tons of deployments and never encountered this before. How do I fix this?


Solution

From the symptoms you've listed, it sounds like OPcache is enabled.

Restart PHP with the following command:

sudo service phpX.X-fpm reload

Where X.X is the version of PHP you're using.



Answered By - Derek Pollard
Answer Checked By - Clifford M. (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing