Results 1 to 1 of 1

Thread: Temporary WP 4.4 PHP errors Fix

  1. #1
    Thread Starter
    sebet's Avatar
    Join Date
    Oct 2010
    Location
    Portugal
    Posts
    1,491
    Thanks
    138
    Thanked 207 Times in 182 Posts

    Temporary WP 4.4 PHP errors Fix

    To everyone having issues after updating to WordPress 4.4 please do the following changes:


    1. Edit the main file: gofetch-jobs.php

    2. Search for this piece of PHP code:

    PHP Code:
    require_once 'includes/options.php'
    3. Replace it with this one:

    PHP Code:
    require_once 'includes/settings.php'
    4. Rename the file options.php in ../gofetch-jobs/includes/options.php to settings.php


    I'll release an official fix meanwhile.
    Checkout my products on the Marketplace.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Developing Classipress site in temporary subfolder.
    By bellboy in forum ClassiPress General Discussion
    Replies: 7
    Last Post: February 5th, 2014, 02:06 PM
  2. Replies: 6
    Last Post: September 7th, 2013, 11:30 AM
  3. Not able to put Temporary, full time etc in an other language
    By lockquell in forum Report JobRoller Bugs
    Replies: 18
    Last Post: March 14th, 2012, 10:28 AM
  4. Moving from Local to a Temporary URL
    By lindaneale in forum Report JobRoller Bugs
    Replies: 3
    Last Post: August 15th, 2011, 01:27 PM
  5. Can I get temporary login access to the v3 demo site?
    By ejikoala in forum Help Using ClassiPress
    Replies: 2
    Last Post: April 6th, 2010, 06:14 AM