Reply To: Compatability issue

#6893
ShaunC
ShaunC
Participant

Hi, thanks for the prompt reply! I’ll attach the screenshot again, and here’s the error messages that we’re getting:

Error #1

The /home/award2/public_html/wp-content/plugins/ajax-search-pro/css/ directory is not writeable!

Possible Consequences

You might not be able to change the search style.

Solutions

Use an ftp clien to chmod (change permissions) the /home/award2/public_html/wp-content/plugins/ajax-search-pro/css/ directory to 666, 755, or 777
Read this siteground article if you need help.

Error #2

The /home/award2/public_html/wp-content/plugins/ajax-search-pro/cache/ directory is not writeable!

Possible Consequences

Images may not show in results, the caching of results may not work.

Solutions

Use an ftp clien to chmod (change permissions) the /home/award2/public_html/wp-content/plugins/ajax-search-pro/cache/ directory to 666, 755, or 777

Error #3

WordPress does not have access to it’s own file system!

Possible Consequences

Images, CSS Files, Cache Files will be included with an alternative inline method, which is slower.

Solutions

You will have to fill in FTP credentials into the wp-config.php file.

define( ‘FTP_USER’, ‘username’ );
define( ‘FTP_PASS’, ‘password’ );
define( ‘FTP_HOST’, ‘ftp.example.org’ );

In some cases more constants might be required.
Please read: WordPress Upgrage Constants
ADVANCED USERS ONLY!

Change ownership of the WordPress directory and all of its contents via SSH for the www-data process.

Changing Ownership if WordPress is in the ROOT directory

Hope that helps!

Thanks,
Shaun

Attachments:
You must be logged in to view attached files.