Installed ok but…

Archived from the Xataface Users forum.

Emdec — Mon Jul 07, 2008 5:51 am

I have just installed beta 3 OK. Created the turorial db and tables OK.

Created confi.ini and index.php ok

seems to be working except there are no graphics at all.

the logo graphic is looking for - http://www.welshsites.com/dataface/imag … -small.jpg

but this is now xataface/images/logo-small.jpg

Help !!


shannah — Mon Jul 07, 2008 10:06 am

Check your index.php file. The second parameter of the df_init() function is the URL to your xataface installation. Likely it is ‘/dataface’ right now. change it to reflect the correct location (e.g. ‘/xataface’ … or wherever it is).

-Steve