GeoDirectory SupportAdding a listing in the frontend problem – GeoDirectory Support https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/feed Mon, 10 Nov 2025 12:22:01 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36947 <![CDATA[Adding a listing in the frontend problem]]> https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36947 Sat, 11 Apr 2015 22:22:20 +0000 will-wink 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.

]]>
https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36967 <![CDATA[Reply To: Adding a listing in the frontend problem]]> https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36967 Sun, 12 Apr 2015 09:01:27 +0000 Stiofan O'Connor 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

]]>
https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36969 <![CDATA[Reply To: Adding a listing in the frontend problem]]> https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36969 Sun, 12 Apr 2015 10:24:17 +0000 will-wink https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36972 <![CDATA[Reply To: Adding a listing in the frontend problem]]> https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36972 Sun, 12 Apr 2015 10:41:35 +0000 Stiofan O'Connor ERROR: Incorrect username or password.

3 attempts remaining.

]]>
https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36973 <![CDATA[Reply To: Adding a listing in the frontend problem]]> https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36973 Sun, 12 Apr 2015 10:44:26 +0000 will-wink https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36974 <![CDATA[Reply To: Adding a listing in the frontend problem]]> https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36974 Sun, 12 Apr 2015 11:02:22 +0000 Stiofan O'Connor 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

]]>
https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36975 <![CDATA[Reply To: Adding a listing in the frontend problem]]> https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36975 Sun, 12 Apr 2015 11:08:48 +0000 will-wink https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36976 <![CDATA[Reply To: Adding a listing in the frontend problem]]> https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-36976 Sun, 12 Apr 2015 11:27:08 +0000 Stiofan O'Connor 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

]]>
https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-37011 <![CDATA[Reply To: Adding a listing in the frontend problem]]> https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-37011 Sun, 12 Apr 2015 20:07:21 +0000 will-wink 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.

]]>
https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-37039 <![CDATA[Reply To: Adding a listing in the frontend problem]]> https://wpgeodirectory.com/support/topic/adding-a-listing-in-the-frontend-problem/#post-37039 Mon, 13 Apr 2015 09:38:24 +0000 Stiofan O'Connor 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

]]>