Updating latest version - lost file upload button
Permalink
One of the sites I manage lost the "Choose" and "Upload" button in file manager. Everything else seems to be fine. Would re-running the installation help? What is the best practice for re-installing or getting the update to run again?
Re-ran the update script and still not there. Am I missing something or should I roll back to previous version?
Not sure what you did to break it?
But if you need to roll back try this:
In config folder/site.php
At the end of Password_Salt line take out
If you're using 5.4.2 or whatever one you have in there.
There are other things you could try, but see if the one above helps.
But if you need to roll back try this:
In config folder/site.php
At the end of Password_Salt line take out
<?php define('DIRNAME_APP_UPDATED', 'concrete5.4.2');?>
If you're using 5.4.2 or whatever one you have in there.
There are other things you could try, but see if the one above helps.
I removed the line and it worked. All I did prior to that was run the newest update.