Actually I didn’t see this message from Kiran:
This happened due to server configuration for session. Checked in error log and found some errors like:
– PHP Warning: session_start(): open(/var/lib/php/session/sess_eu0beo6hnkh61ro57eltgieh56, O_RDWR) failed: Permission denied (13) in /var/www/vhosts/foturion.com/httpdocs/wp-content/plugins/buddypress-media/index.php on line 61
– PHP Warning: getimagesize(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in
So need to change server config to work sessions
I have fixed add new listing problem by adding
define('GEODIR_USE_PHP_SESSIONS', false);
in wp-config.php file to skip using php session for wntire GD + GD Addons
Thanks!