Hi guys,
Please forgive me if you've answered this question a million times. I did look through the forum and tried to troubleshoot myself, but I'm stuck.
I'm having a couple of issues with Couch after a failed server transfer, after which I had to do a clean install:
1. KC Finder is giving me a blank screen. I tried to reupload the photo and change the lines of code from what I could see on Github, which didn't work. I'm not familiar with Github and don't know how to download all the resource files for it.
Here are screenshots of what I'm seeing (using Chrome):
KC Finder Not Showing Thumbnails:
Server Errors:
Code:
2. Thumbnails won't generate from the parent image (code above). For some reason, uploading an image won't allow for thumbnails to be created. No errors have been received and the code is the same as from before I move the files over to the new server. I must be doing something wrong.
I believe the server is a private one, though I do have the credentials. It's on PHP version: 5.6.30.
The page I'm trying to work is the news page at http://158.69.217.17/plesk-site-preview ... 69.217.17/ though I'm sure this issue is site wide.
I appreciate the product and your help! Let me know what else you need from me!
Please forgive me if you've answered this question a million times. I did look through the forum and tried to troubleshoot myself, but I'm stuck.
I'm having a couple of issues with Couch after a failed server transfer, after which I had to do a clean install:
1. KC Finder is giving me a blank screen. I tried to reupload the photo and change the lines of code from what I could see on Github, which didn't work. I'm not familiar with Github and don't know how to download all the resource files for it.
Here are screenshots of what I'm seeing (using Chrome):
KC Finder Not Showing Thumbnails:
Server Errors:
Code:
- Code: Select all
<cms:template title='News' clonable='1'>
<cms:editable name='article_image' label='Article Image' desc='Upload images no smaller than 840px(w) x 350px(h)' width='840' height='350' crop='1' show_preview='1' preview_width='300' type='image' />
<cms:editable name='article_thumb' label='Article Thumbnail' desc='Click the save button' crop='1' width='64' height='64' show_preview='1' assoc_field='article_image' type='thumbnail' />
<cms:editable name='news_content' type='richtext' label='News Article' toolbar='medium' />
<cms:folder name="music_releases" title="Music Releases" />
<cms:folder name="general" title="General News" />
<cms:folder name="upcoming_shows" title="Upcoming Shows" />
<cms:folder name="other_projects" title="Other Projects" />
</cms:template>
2. Thumbnails won't generate from the parent image (code above). For some reason, uploading an image won't allow for thumbnails to be created. No errors have been received and the code is the same as from before I move the files over to the new server. I must be doing something wrong.
I believe the server is a private one, though I do have the credentials. It's on PHP version: 5.6.30.
The page I'm trying to work is the news page at http://158.69.217.17/plesk-site-preview ... 69.217.17/ though I'm sure this issue is site wide.
I appreciate the product and your help! Let me know what else you need from me!