Call to undefined function: df_init()

Posted:
Mon Feb 11, 2008 9:22 pm
by ct1
Fatal error: Call to undefined function: df_init() in /home/cookiman/public_html/dataface/FacultyOfWidgetry/index.php on line 14
I followed tutorial and I can't get past this point can you help please?
Thank you
ct1

Posted:
Mon Feb 11, 2008 10:16 pm
by shannah
Looks like your path to dataface must be incorrect. Check your index.php file, and note the line where is says:
require 'xxxx'
where xxxx is the path to your dataface directory. This can be a relative or an absolute path.
I also notice that you have placed your FacultyOfWidgetry folder inside the dataface folder... though this may work, it is probably best to keep them separate (or to do it the other way around -- put the dataface folder inside the FacultyOfWidgetry folder.
-Steve