![]() |
I get this error with the latest version
Quote:
|
Quote:
Check this: http://forum.mambo-foundation.org/showthread.php?t=820 |
Php v4.4.7.....so changing all the stripos to strpos will solve the problem???
done that now i get Quote:
|
I'm getting the same error:
Code:
Fatal error: Call to undefined function: stripos() in /home/magnum/public_html/arcademania/search_cloud.php on line 48 |
ok ive updated the servers php to v5.2.5 and i still get the above database error
|
Quote:
Quote:
|
right found the problem.....the table prefix is missing....on my database it should be like this"vb_google_searches"
you need to update the product to take the prefix into account EDIT just looked at the product file and it should have worked...sorted it now |
Quote:
|
Quote:
vBa CMPS > Add Module > Template Module Module Title: Search Cloud Template to Include: adv_portal_searchcloud Template Content: HTML Code:
<tr> Open vBadvanced Main Options and add vbsearchcloud to Portal Output Global Variables box. |
on the search cloud it jsut give me the search name links that lead me to the main site, is this normal behaviour
|
Quote:
|
shows strange leters
im from egypt my dp sets on : latin1 i need that line : $datas[kw]=iconv("utf-8","iso-8859-9",$datas[kw]); but with right code |
Quote:
PHP Code:
|
I re-downloaded and re-installed the product but i get the same error... and i'm not using table prefixes.
|
Quote:
|
very great thanks :)
|
Quote:
|
Quote:
|
Fatal error: Call to undefined function iconv() in /home/77elrrm31aber/public_html/vb/search_cloud.php on line 218
|
Fix your PHP or tell your host to do so - iconv() is really necessary for a lot of things.
|
that error gone when i remove this code :
$datas[kw]=iconv("utf-8","windows-1256",$datas[kw]); |
You will run into character set issues if you remove that.
|
yea thats right
|
|
Error
Code:
Fatal error: Call to undefined function: stripos() in /home/magnum/public_html/xxxx/search_cloud.php on line 48 |
Quote:
v1.0.5 - May 19 2008 -Added PHP 4 compatibility -Small template changes |
Quote:
|
This works in footer template, I want it in FORUMHOME but it wont work there.... any ideas?
|
Quote:
What's not working? |
Really coool!
INSTALLED!! Thanks for this :) |
Why most searched text isn't made with bigger font size, all the text phrases are the same?
Is this line in the PHP file have anything to do with the problem? Code:
$datas[kw]=iconv("utf-8","Windows-1251",$datas[kw]); |
Quote:
Check your google_searches table. Check the hit counts there... |
I have added that code before the line:
Code:
if ($a > 0.8) Is this correct for the new version or the code must be on another place? |
Quote:
|
Installed fine, only problem I've having is if the word you search for is too long it messes up the width of my style. Is there a way to fix the width easily to force the text to shrink if it doesn't fit in the column?
|
Quote:
http://www.blooberry.com/indexdot/cs...t/wordwrap.htm |
I suggest a little fix.
I was receiving this weird SQL error on my mail (it's VB's way to alert me when something goes wrong) Code:
Database error in vBulletin 3.7.0: Ok, perhaps I'm not explaining myself enough, but if you guys get this error, I solved it cropping the $search variable to 254 chars. In search_cloud.php find Code:
$this->_logHit(strtolower($search),$pageURL); Code:
$search=substr($search,0,254); |
Quote:
|
I don't know where all the errors and questions are coming from. This hack is great.
It works in 3.6.8 Thanks for this, NeutralizeR :up: INSTALLED!! |
installed, reserved. thanks
|
All times are GMT. The time now is 01:05 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|