| Code:
|
|
Catchable fatal error: Object of class Directory could not be converted to string in /var/www/web6/html/conrads/modules/Your_Account/public/avatarlist.php on line 51
|
| Code:
|
$temcount = 1;
while (false !== ($entry = $d->read())) {
if( preg_match('/(\.gif$|\.png$|\.jpg|\.jpeg)$/is', $entry) ) {
if( $entry != '.' && $entry != '..' && !is_file($d . '/' . $entry) && !is_link($d . '/' . $entry) ) {
|
| Code:
|
$temcount = 1;
while (false !== ($entry = $d->read())) {
if( preg_match('/(\.gif$|\.png$|\.jpg|\.jpeg)$/is', $entry) ) {
if( $entry != '.' && $entry != '..' && !is_file('$d->path' . '/' . $entry) && !is_link('$d->path' . '/' . $entry) ) {
|