Helloā¦donāt know why every time I make small changes, after a few minutes or seconds, the site turns blank. Ive reinstalled software 5 times. If I completely remove the top left image from the server to remove the logo from appearing, it goes blank. I put the images back but site is still blank.
Im installing this directly from softlicious on the server. It installs well and donāt seem to have issues until I make minor changes. Is there some thing Im doing wrong or a file I need to edit. I have flushed all cache on browser & server, still no luck. Im going to reinstall again but would like to figure it out so I donāt keep installing.
Hello, I removed the actual logo in the Theme directory so that it wonāt show up at all. In another instance where page went blank, I changed the word Employee to agents, just on the second portion of the code example āEmployeesā => āAgentsā, just the second portion of code to display a different word. Once it gave me a blank page, after another install it did not, then I removed the logo afterwards and it didā¦
I have contacted the hosting company and they are looking into making sure the permissions are correct per the installation instruction.
I can not post a log as I have no access to admin section either
It could be permissions problems: if you edit the file and it gets special permissions that the web server canāt use, that file will effectively ādisappearā for the web server and your site will break.
Itās very possible that the way youāre editing either changes ownership of the file, or removes write or execute permissions from the file. You should be able to (at least) check which file owner and permissions are applied to each file, even from a File Manager.
I requested my host to check and see if they are set correctly.
From what I read on here, to change the Employees to Agents, the language file would be the one to change, but I might be doing it wrong, possibly there is a way to change it on the admin. Will search again to see if there is a better methodā¦
Those are the permissions settings to begin with, to install. Sometimes they might need to be repeated.
But your description sounds like things break when you edit the files. If you just change the contents of a label, the app shouldnāt break. So, how are you editing the files? And do you see a change in their ownerships/permissions between before and after you edit them?
Ok, maybe the way Im editing them is what is causing the issue.
FTP client, find the file in the directory, example language php, open it, edit and reuploadvia ftp, for the logo, FTP, find it on the directory and delete imageā¦When I reupload, ftp does not ask to set permissions, maybe its getting reuploaded and permission change without me knowingā¦
I donāt know what your service provider lets you use, ideally you would have an SSH shell, or at least some administration website where you could use a console or a file manager, and perhaps a file editor.
The file manager would also let you see (and perhaps change) permissions.
I use Filezilla, it lets me see permission if I want, but the only permissions I know of are the ones in the installation Wiki which as is for the initial installation.
I would not know if that language php file has been reuploaded with the right permission or notā¦If you can point me to a guide I can read it and check the permissions of individual files or directoriesā¦
Right now the en_us.lang.php is set at 644 ( This time when page went blank with was due to removing the logo not editing the language file )
Filezilla is not a File Manager, it is an FTP client and Iām a bit suspicious of trusting what it says regarding handling of permissions, not because of FileZilla, but because of your service provider which might be restricting what can be done from FTP.
The required ownership and permissions are those stated in the wiki; the question is whether these stay the way they are, or whether they are degraded when editing a file from FTP.
If you have 644 then that isnāt either 755 nor 775
However, even if your permissions are not ideal, you can at least determine if they are degraded when editing or not. if they are not, then your edit didnāt cause permissions problems, it caused other problems.
Just wait for your service provider to fix your permissions⦠or ask them if they will let you have SSH access, or CPanel access.
Thank youā¦So seems the issue is the file permissions when I edit and reupload the filesā¦The host already replied that everything was correct, as you mentioned, those permission are for installation and installation has no issuesā¦Im going delete and reinstall, when I edit a file, I will check the permission and set the reuploaded file with the same permissionsā¦If does not work with FTP will do it thru Cpanelā¦
Thank You for your replies, helped me figure out where the issue might beā¦I really like the software and just need to get it working right before I have all my agents start using itā¦
Thank You all for your replies. I did a new installation. So far all seems well. This time I made a few changes with Cpanel instead of via FTP. I changed the language php to display āAgentsā and worked. I created a new logo for the top left and replaced them via cpanel with the same exact name, the new logo does not appear but the link to suitecrm stays, no biggie, Im not going to figure out why, might be my image size of something. I just removed the
on the login.tpl file and actually removing the top bar blends in better with my siteā¦
So seems the issue was editing the file via FTPā¦
Hopefully this thread helps other ppl when they search that might have same issueā¦