Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Michel Jongbloed

    (@michel-jongbloed)

    Hi @nbento,

    Strange, never seen that before as far as I can remember.

    And if you open the ‘wp-content/uploads/wppfm-feeds’ folder on your server, does that contain any xml files?

    Thread Starter nbento

    (@nbento)

    Hi @michel-jongbloed, yes the file exists in th e server on that path.

    But for some reason it shows me a 404.

    I’ll keep diging

    Plugin Contributor Michel Jongbloed

    (@michel-jongbloed)

    The URL looks as I would expect it.

    Could it be that the uploads folder has an incorrect permission level? It should be 755 or 750 (read and write enabled).

    It could also be that you have an incorrect upload path in your WordPress settings. If you open ‘https://www.kfdportugal.pt/wp-admin/options.php’ and search for “upload_path” and “upload_url_path” you can check what your current upload path is. Both settings usually should be empty so WP chooses the default upload folder.

    Hope this helps.

    Thread Starter nbento

    (@nbento)

    Hi Michel

    This is what I have in options.php

    	// If upload_url_path and upload_path are both default values, they're locked.
    	if ( get_option( 'upload_url_path' ) || ( get_option( 'upload_path' ) != 'wp-content/uploads' && get_option( 'upload_path' ) ) ) {
    		$whitelist_options['media'][] = 'upload_path';
    		$whitelist_options['media'][] = 'upload_url_path';
    	}

    I recreated a new feed. it is created. It is inside the uploads folder, the uploads folder has permissions 750, but still gives me a 404

    I believe it its a owners/groups settings with the host.
    I just checked and the owner groups for some reasons is different from the rest of the site.

    Contacting them, and let you knwo how it goes.

    Thread Starter nbento

    (@nbento)

    @michel-jongbloed problem solved. it was uplaods folder permissiosn issues.

    Evething seems to be wornking

    thank you

    Plugin Contributor Michel Jongbloed

    (@michel-jongbloed)

    Great @nbento, glad I you could get it working again.

    Have a nice day.

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

The topic ‘404 after feed being generated’ is closed to new replies.