PDA

View Full Version : Weird Error


spazz191
10-21-2006, 01:49 PM
I am installing this on VB 3.6.2 and I get the following error at the top of the page were you are supposed to updated the image paths, so I aborted the install till I get an answer as to what I am looking at.

Warning: is_file() [function.is-file]: Stat failed for ./a:7:
{s:10:"background";s:7:"#292929";s:5:"color";s:7:"#000000";s:4:"font";a:3:{s:5:"style";s:0:"";s:4:"size";s:4:"10pt";s:6:"family";s:70:"verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif";}
s:5:"EXTRA";s:119:"margin: 0px 0px 0px 0px; padding: 0px; background-image: url(grunge1/misc/page_bg.gif); background-repeat:
repeat-x;";s:6:"LINK_N";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#454545";s:15:"text-decoration";s:0:"";}s:6:"LINK_V";a:3:
{s:10:"background";s:0:"";s:5:"color";s:7:"#454545";s:15:"text-decoration";s:0:"";}s:6:"LINK_M";a:3:
{s:10:"background";s:0:"";s:5:"color";s:7:"#387fb4";s:1 in /admincp/vbalinks_install.php on line 5396


Warning: strpos() [function.strpos]: Offset not contained in string. in /admincp/vbalinks_install.php on line 5633

Warning: strpos() [function.strpos]: Offset not contained in string. in /admincp/vbalinks_install.php on line 5633

Brian
10-21-2006, 03:48 PM
I'm not sure which class that would be from, but continuing the install isn't going to hurt anything.

Our Sponsors
 

spazz191
10-21-2006, 04:12 PM
I'm not sure which class that would be from, but continuing the install isn't going to hurt anything.

OK, I installed it and received the same message but continued anyway with no issues. I did however run into another issue. I added my mod to a category with no problem but when I went back into the dropdown and selected his name to edit it, I received this:

Database error in vBulletin 3.6.2:

Invalid SQL:

SELECT moderator.userid, user.username, moderator.catid, categories.title
FROM vb_adv_links_moderator AS moderator
INNER JOIN vb_adv_links_categories AS categories ON (moderator.catid = categories.catid)
INNER JOIN vb_user ON (moderator.userid = user.userid)
WHERE moderator.userid = 11 AND moderator.catid = 1;

MySQL Error : Unknown table 'user' in field list
Error Number : 1109
Date : Saturday, October 21st 2006 @ 03:07:50 PM
Script : http://everydayoutdoorsman.com/forum/admincp/vba_links_admin.php?s=&do=editmoderator&modid=11&catid=1
Referrer : http://everydayoutdoorsman.com/forum/admincp/index.php
IP Address : 24.218.160.217
Username : spazz
Classname : vb_database

Brian
10-21-2006, 04:51 PM
Which version of the links directory are you running? That was a bug in beta 2, but *should* have been corrected in RC1.

*Edit*

Upon further investigation, it looks like that is an error present in RC1 (though very similar to one that was in Beta 2). I've just updated the files here with the fix, so if you'll download the package again and replace your forum/admincp/vba_links_admin.php file with the one in there, that should take care of the SQL error.

Our Sponsors
 

spazz191
10-21-2006, 06:37 PM
Thank you, works perfect now