| Search found 4 matches | |
| Codezwiz Forum Index » Search » Search found 4 matches | |
| Author | Message |
|---|---|
| Topic: Recent mainfile.php errors in admin mode | |
| Julies Replies: 7 Views: 3980 |
|
| The function eregi will be gone in PHP 5.3.+ so it may be best to use something else.
Since it is only a PHP warning you can add a check to see if it is an array and then work with it if it is. ... |
|
| Topic: Recent mainfile.php errors in admin mode | |
| Julies Replies: 7 Views: 3980 |
|
| I made the change and uploaded the file and still got this
Warning: eregi() expects parameter 2 to be string, array given in /usr/home/myusername/public_html/mainfile.php on line 118 ... |
|
| Topic: Recent mainfile.php errors in admin mode | |
| Julies Replies: 7 Views: 3980 |
|
| function makePass() {
$cons = "bcdfghjklmnpqrstvwxyz"; $vocs = "aeiou"; for ($x=0; $x < 6; $x++) { mt_srand ((double) microtime ... |
|
| Topic: Recent mainfile.php errors in admin mode | |
| Julies Replies: 7 Views: 3980 |
|
| I am currently running
Nuke 7.8 I have not made any changes to site recently and one of my admins informed me of an error he was getting every time he tried to change the permissions of a user in ... |
|
| Codezwiz Forum Index » Search » Search found 4 matches | |