Listings Not Getting Added to Site?

This topic contains 24 replies, has 4 voices, and was last updated by  dougie 8 years, 3 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #116364

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    #116387

    luxman
    Free User
    Post count: 38

    OK figured out the issue!

    One of those sessions were turned off. Additionally, I had created a custom php.ini file which was uploaded to the wp-admin file. This file overwrote the servers settings causing the admin folder to not be writable.

    I created the php.ini file which had this:

    memory_limit = 128M;
    upload_max_filesize = 64M;
    post_max_size = 32M;
    max_execution_time = 300;
    max_input_vars = 9000;
    session.use_only_cookies = off;

    I had this due to WooCommerce needing higher memory limits and other stuff. Now everything works 🙂 So if other members have issues, definitely check to see if they have a php.ini file in the wp-admin folder.

    #116390

    Paolo
    Site Admin
    Post count: 31206

    Thanks for letting us know 🙂

    #116397

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Great! 🙂

    #130564

    dougie
    Expired Member
    Post count: 5

    Hi there,

    I am having a similar problem…I can preview my new listing but when I try to publish it I get routed back to my homepage and the listing is not added to the site…

    It did work originally so obviously I have done something to break it but can’t figure out what…

    I’m not so clued up when it comes to checking permalinks and .php files etc.

    Any help will be greatly appreciated…

    #130565

    dougie
    Expired Member
    Post count: 5
    This reply has been marked as private.
    #130566

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Dougie,

    Please check if this affects you, it can produce this same issue: https://wpgeodirectory.com/support/topic/missing-update-notifications/

    Thanks,

    Stiofan

    #131124

    dougie
    Expired Member
    Post count: 5

    Hi Stiofan,

    I’ve updated all the licence keys but the problem still persists…any ideas?

    Kind Regards,

    Dougie

    #131155

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Dougie,

    Something is refomatting your JavaScript, i suspect the w3tc plugin which is knowen to cause problems, it’s causing a javascript error on the add listing page and braking the spam protection so the system thinks its a bot submitting the listing.

    Stiofan

    #131193

    dougie
    Expired Member
    Post count: 5

    Thank you for the quick reply Stiofan, you nailed it.

    Deactivated the w3tc plugin and my new listing now shows on the site once published.

    Thank you.

    Dougie

Viewing 10 posts - 16 through 25 (of 25 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket