Adding a listing in the frontend problem

This topic contains 9 replies, has 2 voices, and was last updated by  Stiofan O’Connor 9 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #36947

    will-wink
    Expired Member
    Post count: 33

    Hi, i have tried to test my site by setting up as a new user and going through the process.

    The signup is fine and i get sent through the email with my password. On my site you just enter the email address and name then submit, then you can proceed to add your listing (which is set to draft in the settings so it isn’t automatically published).

    When i select the category, and fill in the information, then preview it all looks good and then i can submit ( payment type is bank transfer ). Once submitted it just returns to the home page and i cant see any draft listing in the backend and no emails are sent through.

    #36967

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    Please post wp-admin details in a private reply (only staff can see private replies) and we will have a look.

    It could be the payment option is not setup correct.

    Thanks,

    Stiofan

    #36969

    will-wink
    Expired Member
    Post count: 33
    This reply has been marked as private.
    #36972

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    ERROR: Incorrect username or password.

    3 attempts remaining.

    #36973

    will-wink
    Expired Member
    Post count: 33
    This reply has been marked as private.
    #36974

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Ah a fellow Scot by the looks of it?

    I don’t see anything obvious, can u post FTP details and i’ll debug it.

    Thanks,

    Stiofan

    #36975

    will-wink
    Expired Member
    Post count: 33
    This reply has been marked as private.
    #36976

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    That part of the country is nice, i went to uni there.

    The problem is a $_SESSIONS problem, and it’s a weird one.
    My tests tell me that the sessions folder is not writeable but it seems to store sessions on the frontend but when submitting to the backend it’s just not saving the sessions.

    In any case it’s a hosting problem, ask your host to check all sessions settings and to try and write and read a session from the backend as when attempting to write a session from the backend it just would not stick.

    Thanks,

    Stiofan

    #37011

    will-wink
    Expired Member
    Post count: 33

    Hi, i’ve now got this working, so thanks for your help. It was caused by an ini file that wasn’t configured correctly for this server. Can you let me know how to disable the error reporting on the site for geodirectory as i’m getting a couple appearing on the front page, thanks.

    #37039

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Great 🙂

    Yeah for some reason with the new versions of PHP they set warnings and notices to show by default instead of only errors link in older versions, it should only be like this in a dev site, anyway to hide them just add this one line to yout child theme functions.php file.

    error_reporting(E_ERROR);

    Thanks,

    Stiofan

Viewing 10 posts - 1 through 10 (of 10 total)

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

Open Support Ticket