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

eva’s picture

is there a file that's missing or a call to a file that shouldn't be there???

thanks,

eva

silverwing’s picture

Does it give you anything in the details link?

youri-1’s picture

Nope nothing in the details.

silverwing’s picture

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.

Ryan Palmer’s picture

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.

Ryan Palmer’s picture

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!

ponkarthik’s picture

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

redlion-1’s picture

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

silverwing’s picture

and I think i've got it figured out.

in the css replace #sidebar .block with this:

#sidebar .block {
	border-left:1px solid #E1D6C6; border-right:1px solid #E1D6C6; border-bottom:1px solid #E1D6C6; list-style-type: none;
	list-style-image: none;
	background-color:#F3F6ED;
	background:url('img/sidenav_bottom.jpg') no-repeat bottom;
	padding-bottom:20px;
	border-top:0px solid #F3F6ED; margin-left:5px; margin-right:5px; margin-top:0; margin-bottom:15px;
	}

(or just replace the border-top line.

silverwing
www.misguidedthoughts.com