Hi Danny,
Thanks a lot for your valuable and detailed advice.
I have tried to follow your advice. I found the following tables:
arcxps__default_activityLog
arcxps__default_agentFormElements -
arcxps__default_autodb
arcxps__default_autodbelements
arcxps__default_autoformelements
arcxps__default_autoimages Browse
arcxps__default_autosavedsearches -
arcxps__default_autovTourImages
arcxps__default_auto_temp
arcxps__default_listingsDB
arcxps__default_listingsDBElements
arcxps__default_listingsFormElements
arcxps__default_listingsImages
arcxps__default_memberFormElements
arcxps__default_UserDB
arcxps__default_UserDBElements
arcxps__default_userFavoriteListings
arcxps__default_userFormElements
arcxps__default_userImages
arcxps__default_userSavedSearches
arcxps__default_vTourImages
and emptied the activityLog and later template_c and browser cache. I also looked with FTP whether there are any cache files within the module, but failed to find any.
Unfortunately, the above did not solve the issue. The realty module is quite old (and no longer supported), so I guess the PHP 5 version is no longer supported.
The file that kicks me out starts with the following php code:
global $action, $id, $lang, $conn, $config;
include("../include/common.php");
include("notifynewlisting.php");
loginCheck('registered_user');
include("$config[template_path]/admin_top.html");
if ($action == "create_new_listing")
I suspected that the loginCheck is failing, so I commented it out
// loginCheck('registered_user');
and now I can manage to do the editing.
Where can I find the code of logincheck? What would the logincheck define statement look like?
Any further suggestions highly appreciated.
Best Regards,
Marco