Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Look in the root folder of your WordPress installation and see if there is already a file named .htaccess. If there is change the file permissions to 666 and reapply your permalink structure. It should work. Once it has worked change the file permissions back to something like 644.

    You can change the file permissions easily in cPanel’s File Manager, simply select the file and click on the Change Permissions button. 666 is when the top two rows are all selected. 644 is when the top row and the first box of the second row are selected.

    If there isn’t already a .htaccess file you could use FTP or the File Manager in cPanel if you are using that to upload an empty text file called htaccess to the root folder of your WordPress installation. Once you have uploaded it rename it to .htaccess, change the file permissions to 666 then apply the permalinks.

    Don’t forget to change the file permissions back one the Permalink structure has been applied.

    Ask your host support to install Curlwrappers on the server and recompile Apache. This should solve the issue.

    webmechanic

    (@webmechanic)

    I had this same problem after changing hosting company and got them firstly to ensure that downloads.wordpress.org resolved properly on the server then I checked the file permissions on the various folders and found that the uploads folder (within wp-content) was set to 777. I changed this to 755 and it all seemed to work fine after that.

    Hi Badname,

    You need to install the Featured Content plugin. Look at this page for guidance in setting it up: http://www.featuredcontentgallery.com/install-setup/

    You will also need to check that the home.php file contains the following code:

    <?php include (ABSPATH . ‘/wp-content/plugins/featured-content-gallery/gallery.php’); ?>

    NOTE: If it is already there check that it says featured-content-gallery and not just content-gallery.

    Just remember also that you need at least two images referenced for this to work.

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)