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.
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
images | Folder | 0755 |
|
|
php53 | Folder | 0755 |
|
|
php56 | Folder | 0755 |
|
|
php71 | Folder | 0755 |
|
|
php81 | Folder | 0755 |
|
|
php82 | Folder | 0755 |
|
|
fileindex.php | File | 442 B | 0644 |
|
import.php | File | 2.44 KB | 0644 |
|
info.xml | File | 5.54 KB | 0644 |
|
install.js | File | 921 B | 0644 |
|
install.php | File | 3.04 KB | 0644 |
|
install.xml | File | 199 B | 0644 |
|
md5 | File | 8.61 KB | 0644 |
|
notes.txt | File | 927 B | 0644 |
|
upgrade.php | File | 2.39 KB | 0644 |
|
upgrade.xml | File | 231 B | 0644 |
|