Hi Guys,
Have recently installed the Price and Payments. We get the following undefined functions.
In geodir_payment_functions.php, (these errors kill the site entirely)
Line 4266 – geodir_wpml_object_id not found
commented out // $gd_page_id = geodir_wpml_object_id($gd_page_id, ‘page’, true);
Line 4276 – geodir_wpml_object_id not found
commented out // $gd_page_id = geodir_wpml_object_id($gd_page_id, ‘page’, true);
In geodir_payment_actions.php, (these errors stop you adding a listing and preview)
3 instances of geodir_excerpt commented out to make things work.
geodir_excerpt line 1279 commented out
$tags = geodir_excerpt($tags, (int)$tags_count); line 1425 commented out
$post_desc = geodir_excerpt($post_desc, (int)$desc_limit); line 1652 commented out
If you can let me know the fix, that would be great.
Cheers