Pyrocms custom image field does not display uploaded image - php

I'm rather new to PyroCMS and I have run into a problem on a project I'm working on. I have a custom image field for my blog posts which I'm trying to use for my featured image. In the admin section I create posts and upload images successfully, but after saving the post my image does not display anymore both on the front and back end.
By inspecting element on the front end (with Google Chrome) I can see the URL for the image to be displayed, but opening that URL in a new tab just outputs a lot of gibberish code. Any ideas?
This has me confused because I tried out the same setup locally on my computer using XAMPP and everything works perfectly. Contacting my web host for technical assistance resulted to me being advised to employ the services of an experienced PyroCMS developer.
Thanks.

Related

Automatically create a Wordpress gallery on a specific post from a Dropbox account

I'm working on a Wordpress project where a client would like to automatically create a new image gallery in a post by adding a new folder of images to a Dropbox account.
The posts will be a custom post-type and the Brand of store will be a category within custom taxonomies.The images will be pre-sized before upload so no need for cropping functionality. Gallery of thumbs clicking through to a lightbox.
If it is simpler to remove Dropbox from the equation and work directly with server directories, this would also work. I will sync the Dropbox account to the server directories separately.
I'm fairly new to PHP scripts (although always happy to learn) but in an ideal world any scripts would need to execute every 5 minutes to ensure content is continuously up-to-date.
Any advice, thoughts, suggestions, comments or solutions would be greatly appreciated.

How to save image in PHP while using rithychhen image editor

I have been trying to incorporate the image editing feature onto my site and have used the following plugin:
http://rithychhen.com/jquery/imageEditor
All the features provided in this plugin works fine. But I am hung up while saving the image to the server.
As directed in the above provided website, I have specified the "remote URL" and set the "remoteSave" to true. But I have no clue on how to work on the PHP side(as I have no clue of the header variable set by the image editor which is sent in Ajax call).

TinyMCE Post Image Upload to Custom URL

In order to upload images to my server I need to post to a specific URL so that I can handle it on the back end. TinyMCE seems to provide support for such functionality, but it's not entirely clear or explicit about it.
I tried using JustBoil.Me to upload the image, but the way it's set up does not play nicely with my Laravel and URL setup.
Have any of you had to do this before?
I found this resource to be very helpful, but the lack of literature on this topic is shocking:
Direct Image Uploads in TinyMCE 4 (it would be amazing to see a PHP/Laravel server side code snippet on how to return something that TinyMCE can process)

Facebook doesn't display feature image from wordpress post

Recently I am facing a problems with one of my website. I have a website (http://www.sclrship.com) of wordpress that contain feature image and an image inside the post. But over last few days, I saw that while I try to post in facebook, it display "Database Error" instead of displaying image and description from post. For example if I want to share this link (http://www.sclrship.com/ias-sts-long-term-fellowship-programme-for-international-fellows-in-austria/) it will display Database Error.
On the other hand, if I share another post from shame website like (http://www.sclrship.com/eyes-high-doctoral-student-scholarship-for-international-students-at-university-of-calgary-in-canada-2015-2/), then it is displaying everything with image.
Any idea how to fixed this issue?

Drupal Image as image with link to a node

OK
I've actually spent 3 hours searching for how should I get images correctly on my drupal site so please don't get annoyed with this easy question. (sob...)
I want to upload an image to my front page as a button for redirecting to login page.
How CAN I achieve this?????I mean how should I store image as in Drupal and how can I get it in the position I want on the page???
I tried creating a content type called image and then created a View of block type but it doesn't seems correct to me.
What is the correct set of steps for storing and handling images in drupal??
Thanks
Create a block in your Drupal site and assign it to a region in the front page. Added the Image via PHP code there.

Categories