Notifications
Clear all
Version 3.x Skinning
3
Posts
2
Users
0
Reactions
2,347
Views
Topic starter
Hi,
I was wondering if anyone could help me. I'm fairly new at using skins, so I have no idea what this error means.
It happens when I install the skin. I haven't even personalised it yet. I just wanted to see how it would look.
Can anyone help? We're using the new efiction software.
Posted : 02/05/2016 9:42 pm
eFiction has many undefined variables, this in not real "error", but some installations of php will still throw messages (hence the "notice", meaning it's just something to take note of)
If you can't change the php settings (error reporting), adding this line to config.php might help:
error_reporting(E_ALL & ~E_NOTICE);
Insert just before the last line, and tell if that helped.
Posted : 05/05/2016 9:39 am
Topic starter
Trying now, thank you.
Posted : 05/05/2016 11:53 pm