PHP 8.2.30
Preview: notes.txt Size: 927 B
//proc/thread-self/root/proc/thread-self/root/var/softaculous/sidu/notes.txt

The following problem has been resolved in SIDU 3.7-----------------------------------


If you get errors when you click on 'User' tab in menu then 

Solutions (Recommended by Script Vendor):

1 - open file: user.php
========================
<?php
//0id 1tab 2user@host 3db 4table
include 'inc.page.php';
$SIDU['page']['nav']='defa';
uppe();
echo "<div class='web'>";
main($SIDU,$user,$acs,$acs2,$grant,$cmd);
echo '</div>';
down();

...
=========================

Above is the top part of user.php.

simply add "@" before uppe() and main(...) and down()

so it will look like the following:

========================
<?php
//0id 1tab 2user@host 3db 4table
include 'inc.page.php';
$SIDU['page']['nav']='defa';
@uppe();
echo "<div class='web'>";
@main($SIDU,$user,$acs,$acs2,$grant,$cmd);
echo '</div>';
@down();

...
=========================

2)We have changed the php requirement to 5.4 due to syntax error in version 6.0.

Directory Contents

Dirs: 6 × Files: 11

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2026-03-14 21:02:54
Edit Download
php53 DIR
- drwxr-xr-x 2026-03-14 21:02:54
Edit Download
php56 DIR
- drwxr-xr-x 2026-03-14 21:02:54
Edit Download
php71 DIR
- drwxr-xr-x 2026-03-14 21:02:54
Edit Download
php81 DIR
- drwxr-xr-x 2026-03-14 21:02:54
Edit Download
php82 DIR
- drwxr-xr-x 2026-03-14 21:02:54
Edit Download
442 B lrw-r--r-- 2023-07-10 09:16:26
Edit Download
2.47 KB lrw-r--r-- 2026-03-13 13:44:52
Edit Download
5.51 KB lrw-r--r-- 2026-03-13 12:36:06
Edit Download
921 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.01 KB lrw-r--r-- 2026-03-13 13:44:52
Edit Download
199 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
7.56 KB lrw-r--r-- 2026-03-13 13:44:52
Edit Download
927 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
269.76 KB lrw-r--r-- 2026-03-13 12:36:06
Edit Download
2.40 KB lrw-r--r-- 2026-03-13 13:44:52
Edit Download
231 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).