Login error

mikez006

Member
I'm using the custom skin from here (http://visiolist.com/community/threads/the-dark-elegant-collection.853/) and am getting this fopen error whenever I log into the site, not admin.

The error does not happen when using the default skin, but I was hoping you could help me out anyway.

Code:
Warning: fopen(./skins/Dark Elegant Blue/user_cp_start.html) [function.fopen]: failed to open stream: No such file or directory in /home/username/public_html/sources/misc/skin.php on line 45
 
Warning: fclose() expects parameter 1 to be resource, boolean given in /home/username/public_html/sources/misc/skin.php on line 47
 

Basti

Administrator
Staff member
Compare your files and its content against paraola from vl 1.0
That skin you use is plain old ( from 0.8 ) and is missing template tags and html files.

In your case user_cp_start.html is missing, but iam certain more stuff is missing
 

mikez006

Member
user_cp_start.html seems to be the only missing file and when I added a copy of it to the skin folder the error went away. Thanks again.
 
Top