By youri-1 on
Hey,
I have installed the theme connections and I'm getting always this error in my log file:
themes/connections/none not fount.
Grtz
Youri
Hey,
I have installed the theme connections and I'm getting always this error in my log file:
themes/connections/none not fount.
Grtz
Youri
Comments
i'm also getting theme/connections/none error in my logs
is there a file that's missing or a call to a file that shouldn't be there???
thanks,
eva
details
Does it give you anything in the details link?
Nope nothing in the details.
Nope nothing in the details.
when did you install
when did you install connections? (asking since I updated it about six weeks ago.) If it was before then, you could try the newer version (I updated the page.tpl.php and the style.css files).
I just did a quick search and didn't find it. I'll test it out more later.
I'm getting the exact same
I'm getting the exact same error.
It was tried on a completely fresh drupal install (4.6.5), not even 24 hours ago.
I searched all the files in the theme for "none", and all that showed up was some style definitions for headers, etc. Nothing that should be pointing towards a (missing) file.
Hold the phone, I found the
Hold the phone, I found the problem...
Not sure why, but there are two instances in style.css where there is a url pointing towards 'none'. Notepad didn't find them for me, I had to use firefox to search for them.
Keep an eye out for url('none');
I just commented them out, and the problem seems to be fixed!
url('none')
I had the problem previously. I just removed the 'none' which occured in quite a few instances in the style.css for background url property of many elements which rectified the problem.
Karthik
I did the same. Found two
I did the same. Found two instances of url('none') and scratched them both.
The error still shows up, but only once instead of three times per pageload, now.
Still, it's a pain in the ___. I'm using a brand new setup of Drupal 4.6.6 with only two other themes installed, but that shouldn't be a problem, right?
This error only shows up on "Connections".
Thanks!
Eric
working on it
and I think i've got it figured out.
in the css replace #sidebar .block with this:
(or just replace the border-top line.
silverwing
www.misguidedthoughts.com