View Single Post
Unread 12-08-2007, 06:11 AM
milkmandan milkmandan is offline
Junior Member
Join Date: Dec 2007
Posts: 4
  #3  
Default

i fixed it..

I found the problem

PHP Code:
$config $_SERVER['DOCUMENT_ROOT'] . 'expanding-multiple.ini'
My server or php version does/did not support this method of calling this variable -> $_SERVER['DOCUMENT_ROOT']

so i just had to take it out and write in the full path.

Last edited by milkmandan : 12-08-2007 at 06:16 AM.
Reply With Quote