Arsalan Shah

Results 41 comments of Arsalan Shah

Same question here about the key 👍🏻

Update your theme i believe you are using old Awesome theme

Replace everything under themes/Awesome/plugins/default/theme/

![image](https://github.com/opensource-socialnetwork/opensource-socialnetwork/assets/805066/31162fec-f7af-407b-8046-17ad3093d13c) It works fine for me on the latest theme and version. Can you test on fresh installation please? If it works on fresh then check the dark mode component...

Update script for upgrade file ```php $ossn_site_page_update_getpage_5x_8x = function ($page) { if(empty($page)) { return false; } $params = array( 'type' => 'site', 'subtype' => "sitepage:{$page}", ); $object = new OssnObject();...

https://github.com/opensource-socialnetwork/opensource-socialnetwork/blob/master/actions/user/login.php#L26 Need to check here if user is valid before accessing username

@githubertus agree a warning would be good.

Right now . dot is not allowed in handler names and apache treat them as actual file names and tries to search on system results in 402 error

This looks like issue with your database at what page you get this error? How did you installed using OSSN installer? On Fri, Jun 14, 2024, 4:48 PM Christian Lösel...