Author Topic: Warning  (Read 6200 times)

0 Members and 1 Guest are viewing this topic.

Offline giffy007

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Warning
« on: June 11, 2002, 08:19:55 PM »
Hi getting this warning message

Warning: stat failed for plugins (errno=2 - No such file or directory) in /xxx/xxx/admin/index.php on line 150
What is this and how can i stop it , its comes when i enter the admin index on the top left below control panel home link  :?:
What plugin ? is needed ?

Giffy :cry:

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Warning
« Reply #1 on: June 11, 2002, 10:15:39 PM »
Hi,

Open "admin/index.php" and change line
Code: [Select]
if (is_dir("plugins")) {
to
Code: [Select]
if (@is_dir("plugins")) {

Greets Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search