New users can't add new place listing
This topic contains 35 replies, has 5 voices, and was last updated by Alex Rollin 7 years, 6 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
February 27, 2018 at 6:45 pm #419594
As per the Title – on site visitmearns.com new users can create an account but can’t create a new listing.
I suspect I ‘secured’ stuff a while ago to prevent spam but can’t for the life of me recall what!
any chance you guys can kick me in the right direction?
Purty please with cherries, cream and coffee 🙂
February 27, 2018 at 10:00 pm #419620A little more fiddling – nobody can create a new listing – not even ‘admin’ …. something is more broken than I thought – anyone any ideas?
February 28, 2018 at 5:12 am #419651Hi Ross,
Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.
February 28, 2018 at 11:37 am #419675url is visitmearns.com
February 28, 2018 at 11:39 am #419677This reply has been marked as private.February 28, 2018 at 1:33 pm #419691Hello,
It seems there is a problem with session on your site. Either the session directory is not writable or it does not exists.
For a temporary fix, please following lines in the site’s wp-config.php to disable use of PHP sessions within GD & Invoicing. Once added, check again if you can add a listing.if ( !defined( 'GEODIR_USE_PHP_SESSIONS' ) ) { define( 'GEODIR_USE_PHP_SESSIONS', false ); } if ( !defined( 'WPINV_USE_PHP_SESSIONS' ) ) { define( 'WPINV_USE_PHP_SESSIONS', false ); }Let us know how it goes
February 28, 2018 at 2:06 pm #419715Thanks Alex,
That doesn’t seem to have worked – would defining a php.ini entry for the location of the sessions dir be a good, more permanent fix?
I’m guessing at that though so…
February 28, 2018 at 3:43 pm #419736Hello,
please send over FTP details and we will take a deeper look.
WordPress Credentials
WP Admin Login URL:
WP Admin Username:
WP Admin Password:FTP Credentials
FTP Host:
FTP Port:
FTP User:
FTP Password:March 12, 2018 at 2:01 pm #421203This reply has been marked as private.March 13, 2018 at 9:46 am #421299Hello,
thank you for replying with FTP. Unfortunately I was unable to connect with those credentials.
I still there is still an issue, that pressing submit on the listing preview forwards the user to the homepage and the listing is not saved.
Please review the FTP credentials and test them and let us know the settings you used.
Thanks
March 14, 2018 at 12:08 am #421399This reply has been marked as private.March 14, 2018 at 11:24 am #421421This reply has been marked as private.March 14, 2018 at 1:20 pm #421438There are a few things i see wrong but i don’t see a specific answer.
1. the theme is a directory theme but another company, there is bound to be conflicts.
2. recaptcha is enabeld but not showing.
3. there are https errors.
4. PHP sessions seem to be working ok but the sessions never reach the submit page for some reason..Maybe try starting with a clean fresh install on the server with only GD to see if it works and see what breaks it when activaitng things.
Stiofan
March 14, 2018 at 2:22 pm #421448So delete and start again is the best advice?
Just as well it’s fairly early on in the development 🙁
March 14, 2018 at 8:33 pm #421483No, i would just put a new wp install in a sub folder like “test” or “delete-me” so you can track down the problem without having to change your site 🙂
Stiofan
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket