Testing my site before I go live with it and found the following error in my apache logs.
I'm running the latest apache and php with ver 7.6 patched to latest og php nuke.
[Sun Jul 09 10:39:30 2006] [error] [client 127.0.0.1] File does not exist: C:/Apache2/htdocs/nuke/style, referer:
What I found was
Code:
<head>
<link href="style/style.css" rel="stylesheet" type="text/css">
</head>
in the theme.html file for this theme was causing the issue.
I dont know if its a set up issue on my behalf or what but I changed it to the full path for the theme and it seems to have corrected it. On another note I also have the first eq 2 theme and it doesnt look near what it does on your site, I seem to missing the parchment scroll in the center as well as the border frills for the center as well. May be a lack of set up on my behalf but any clues or suggestions is appreciated. Thanks for the great work  |