2011-09-28, 20:59:50
Bit better - the welcome page is at least showing up now, but I'm still getting an error above it...
The admin panel's plugins page also has this above it:
...but at least that dodgy blank second plugin has gone!
Just to be clear - do I still need to copy the contents of functions.php and paste it in the file at /theme/Innovation/functions.php ?
Also, I notice the normal Innovation theme's default functions.php file only has an opening php tag, not a closing php tag. Is that normal?
Code:
Notice: Use of undefined constant ITEMSFILE - assumed 'ITEMSFILE' in /path/to/mysite/subfolder/plugins/item_manager.php on line 14
The admin panel's plugins page also has this above it:
Code:
Notice: Use of undefined constant ITEMSFILE - assumed 'ITEMSFILE' in /path/to/mysite/subfolder/plugins/item_manager.php on line 14
Warning: Cannot modify header information - headers already sent by (output started at /path/to/mysite/subfolder/plugins/item_manager.php:14) in /path/to/mysite/subfolder/admin/inc/cookie_functions.php on line 30
Just to be clear - do I still need to copy the contents of functions.php and paste it in the file at /theme/Innovation/functions.php ?
Also, I notice the normal Innovation theme's default functions.php file only has an opening php tag, not a closing php tag. Is that normal?