vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   vBulletin CMS Widgets - vFCoders - Featured Content Slider Widget (https://vborg.vbsupport.ru/showthread.php?t=268817)

Badshah93 08-19-2011 10:00 PM

vFCoders - Featured Content Slider Widget
 
1 Attachment(s)
.::vFCoders - Featured Content Slider Widget::.

Content Slider Source: http://webdeveloperplus.com/jquery/f...ing-jquery-ui/

What is it?
=====================================

Featured Content Slider Widget for VBulletin CMS to feature latest (or popular) articles in a block that displays as a slideshow.

Features
=====================================

1. Fully Integrated With VBulletin CMS.
2. Option To Select Sections.
3. Option To Select Categories.
4. Option to Sort Articles by date or views.
5. No Template or File Edits.
6. Can Add Seperate Widget for Different Sections.
7. Can Add more than 1 Featured Content Slider Widget in a page.

8. Option To Set Width For Each Content Slider Widget New!





New Installation Instructions
=====================================


1. Upload all the files in "Upload" Folder to forumroot.
2. In the Product Manager in AdminCP, import the product XML file.
3. Then Go To -> Admincp -> vBulletin CMS -> Widgets

Widget Type: CMS featured Content slider
and enter other details and save it..

5. Then Rest of the things are as it is which you do for other widgets.

a): Configure The Widget in VBulletin CMS -> widgets
b): Add the widget in page through layout manager.


Upgrade Instructions
=====================================


1. Unzip the attachment and upload all files in upload folder to forumroot.
2. Upload the xml through product manager. (Overwrite)
3. Delete all the old content slider widgets and make new ones.


Uninstallation Instructions
=====================================


1. Delete all the Content Slider Widgets in vBulletin CMS -> Widgets
2. Uninstall the product through product manager.


Mod History:

v1.0 : 20 Aug 2011 : First Release.
v2.0 : 21 Aug 2011 : Width Feature Added.
v2.1 : 21 Aug 2011 : Fixed Uninstall Bug.
v2.2 : 26 Aug 2011 : Improved mouseover effect of content slider.
v2.3: 28 Aug 2011 : Fixed Package ID issue.
v2.4: 18 Apr 2011 : Fix typo in install code and Updated for vBulletin 4.1.x.



-> Click On Mark As Installed If You Have Installed This Mod.
-> You Can Nominate it also for Mod Of The Month.
-> If u like my work, you can Donate me also.

starman? 08-20-2011 02:29 PM

tagged - will look later, but if it's as good as it sounds then it could be a real winner.

nacaruncr 08-20-2011 02:32 PM

It will be awesome if you do it for CMPS too :D thanks, I love it XD
good job man :D

LOGECT 08-20-2011 02:43 PM

Great Mod, thank a lot.

starman? 08-20-2011 02:51 PM

I'm afraid I'm getting a database error with this mod. I'm using 4.1.5.

Badshah93 08-20-2011 03:07 PM

Quote:

Originally Posted by starman? (Post 2235772)
I'm afraid I'm getting a database error with this mod. I'm using 4.1.5.

hmm.. i didn't get any error during testing..

Go To -> Admincp -> vBulletin CMS -> Clear CMS Cache


if still error Persist, you can post error here or pm me.

starman? 08-20-2011 03:19 PM

Thanks for the offer of help. Cleared the cache - same error. Here's the DB error I'm getting;

Code:

Database error in vBulletin 4.1.5:

Invalid SQL:
SELECT cms_article.contentid, cms_article.previewimage as image, cms_node.contentid, cms_node.userid, cms_nodeinfo.nodeid, cms_article.pagetext as preview, cms_node.nodeid, cms_node.parentnode,
          cms_nodeinfo.title, cms_node.url FROM cms_article as cms_article
          INNER JOIN cms_node as cms_node ON (cms_node.contentid = cms_article.contentid AND cms_node.contenttypeid = 24) INNER JOIN cms_nodeinfo as cms_nodeinfo ON cms_nodeinfo.nodeid = cms_node.nodeid
                 
            where cms_node.issection <> '1' AND cms_node.setpublish = 1
                AND cms_node.parentnode IN (5)
        ORDER BY cms_node.viewcount DESC LIMIT 0, 5;

MySQL Error  : Unknown column 'cms_node.viewcount' in 'order clause'
Error Number  : 1054
Request Date  : Saturday, August 20th 2011 @ 10:14:46 AM
Error Date    : Saturday, August 20th 2011 @ 10:14:47 AM
Script        : http://www.*******.com/content.php/5-News
Referrer      : http://www.********.com/content.php
IP Address    : ***************
Username      : ******
Classname    : vB_Database
MySQL Version : 5.1.58-community-log


LOGECT 08-20-2011 03:19 PM

Getting db error when i choose Popular


Code:

Database error in vBulletin 4.1.5:

Invalid SQL:
SELECT cms_article.contentid, cms_article.previewimage as image, cms_node.contentid, cms_node.userid, cms_nodeinfo.nodeid, cms_article.pagetext as preview, cms_node.nodeid, cms_node.parentnode,
          cms_nodeinfo.title, cms_node.url FROM cms_article as cms_article
          INNER JOIN cms_node as cms_node ON (cms_node.contentid = cms_article.contentid AND cms_node.contenttypeid = 18) INNER JOIN cms_nodeinfo as cms_nodeinfo ON cms_nodeinfo.nodeid = cms_node.nodeid
                 
            where cms_node.issection <> '1' AND cms_node.setpublish = 1
                AND cms_node.parentnode IN (264,185,153,263,138,316,318,320)
        ORDER BY cms_node.viewcount DESC LIMIT 0, 5;

MySQL Error  : Unknown column 'cms_node.viewcount' in 'order clause'
Error Number  : 1054
Request Date  : Saturday, August 20th 2011 @ 12:17:44 PM
Error Date    : Saturday, August 20th 2011 @ 12:17:44 PM
Script        : http://www.xxxxx.com
Referrer      :
IP Address    : xxxxxxxxxx
Username      : xxxxxxxx
Classname    : vB_Database
MySQL Version : 5.0.92-community

Thanks :D

Badshah93 08-20-2011 03:27 PM

1 Attachment(s)
Quote:

Originally Posted by LOGECT (Post 2235790)
Getting db error when i choose Popular


Code:

Database error in vBulletin 4.1.5:

Invalid SQL:
SELECT cms_article.contentid, cms_article.previewimage as image, cms_node.contentid, cms_node.userid, cms_nodeinfo.nodeid, cms_article.pagetext as preview, cms_node.nodeid, cms_node.parentnode,
          cms_nodeinfo.title, cms_node.url FROM cms_article as cms_article
          INNER JOIN cms_node as cms_node ON (cms_node.contentid = cms_article.contentid AND cms_node.contenttypeid = 18) INNER JOIN cms_nodeinfo as cms_nodeinfo ON cms_nodeinfo.nodeid = cms_node.nodeid
                 
            where cms_node.issection <> '1' AND cms_node.setpublish = 1
                AND cms_node.parentnode IN (264,185,153,263,138,316,318,320)
        ORDER BY cms_node.viewcount DESC LIMIT 0, 5;

MySQL Error  : Unknown column 'cms_node.viewcount' in 'order clause'
Error Number  : 1054
Request Date  : Saturday, August 20th 2011 @ 12:17:44 PM
Error Date    : Saturday, August 20th 2011 @ 12:17:44 PM
Script        : http://www.xxxxx.com
Referrer      :
IP Address    : xxxxxxxxxx
Username      : xxxxxxxx
Classname    : vB_Database
MySQL Version : 5.0.92-community

Thanks :D

Thanks for letting me know.. i added that sortthing later forgot to change cms_node.viewcount to cms_nodeinfo.viewcount


Anyway i have attached php file,

Upload it in packages/vbcms/widget (overwrite)

Note: i have added new zip file at main post, with this php file..

starman? 08-20-2011 03:28 PM

I chose 'popular' too. Will try the other option.

LOGECT 08-20-2011 03:43 PM

Quote:

Originally Posted by Sherif (Post 2235798)
Thanks for letting me know.. i added that sortthing later forgot to change cms_node.viewcount to cms_nodeinfo.viewcount


Anyway i have attached php file,

Upload it in packages/vbcms/widget (overwrite)

Note: i have added new zip file at main post, with this php file..

Thanks Sherif, that fixed the db error, i'm having another issue with this mod, every time i'm choosing Popular the Latest will be selected as default.

starman? 08-20-2011 03:52 PM

Hi Sherif. I haven't uploaded that new php file yet, but it now suddenly starts to work anyway. WTF? Anyway thanks for the mod. What I need to know now is how I change the image re-sizing, as currently the widget is too small in my primary content area.

Badshah93 08-20-2011 03:56 PM

1 Attachment(s)
Quote:

Originally Posted by LOGECT (Post 2235807)
Thanks Sherif, that fixed the db error, i'm having another issue with this mod, every time i'm choosing Popular the Latest will be selected as default.

Fixed..

Upload the new xml.


Note: New zip file added with fix.





Quote:

Originally Posted by starman™ (Post 2235810)
Hi Sherif. I haven't uploaded that new php file yet, but it now suddenly starts to work anyway. WTF? Anyway thanks for the mod. What I need to know now is how I change the image re-sizing, as currently the widget is too small in my primary content area.


you should upload the new php file to make popular option work well..

there is a template called

cmsfcs_script, where you increase the width of box.

and open cmsfcs_contentbit to change image size.

LOGECT 08-20-2011 04:00 PM

Quote:

Originally Posted by Sherif (Post 2235812)
Fixed..

Upload the new xml.


Note: New zip file added with fix.

Fixed, thanks for your support :D

starman? 08-20-2011 04:09 PM

Thank you indeed. I will have a little play with the settings. Cheers.

starman? 08-20-2011 04:11 PM

Which grid are you using for this mod btw?

LOGECT 08-20-2011 04:19 PM

Removed.

Badshah93 08-20-2011 04:23 PM

Quote:

Originally Posted by starman? (Post 2235818)
Which grid are you using for this mod btw?

1 column + sidebar

1320Nation 08-21-2011 02:36 AM

Can this mod be used with vBadvanced CMPS?

Badshah93 08-21-2011 05:01 AM

Quote:

Originally Posted by psychobike (Post 2236007)
Can this mod be used with vBadvanced CMPS?

no.. same kind of mod can be made for vBadvanced CMPS but i don't use it, as i like VBulletin CMS.

doctorsexy 08-21-2011 02:47 PM

Hi...how do you resize the picture to meet the boarder ...thanks

Badshah93 08-21-2011 02:59 PM

Quote:

Originally Posted by doctorsexy (Post 2236175)
Hi...how do you resize the picture to meet the boarder ...thanks

You need to edit

cmsfcs_script template to edit the box size and cmsfcs_contentbit to resize image according to box size..


I will try to implement a option for specifying width in next version of this mod..

starman? 08-21-2011 03:11 PM

Quote:

Originally Posted by Sherif (Post 2236180)
I will try to implement a option for specifying width in next version of this mod..

Would be a whole lot easier if you could do that man. Thanks for all the work so far.

Badshah93 08-21-2011 03:51 PM

1 Attachment(s)
Quote:

Originally Posted by starman? (Post 2236185)
Would be a whole lot easier if you could do that man. Thanks for all the work so far.

New Version added with Width Feature..


Upgrade Instructions
=====================================


1. Unzip the attachment and upload all files in upload folder to forumroot.
2. Upload the xml through product manager. (Overwrite)
3. Delete all the old content slider widgets and make new ones.

AttalaEA 08-21-2011 06:32 PM

Sherif, This widget doesn't work properly with me the widget shows up but white blank with nothing inside it noting i have configured it and choose the sections and categories to fetch data.
My vbulletin version is vB 4.1.5 PL1

inigo 08-21-2011 06:43 PM

Version 1 was working properly, but this new one, doesn´t show the lide for me, shows the 5 articles one below the other,...

CharlieDelta 08-21-2011 06:57 PM

How would I center the slider inside the widget box?

doctorsexy 08-21-2011 07:13 PM

The second one took out my entire cms... and all the widgets... be carefull...

CharlieDelta 08-21-2011 07:14 PM

Works fine for me. Just need to center it.

Badshah93 08-21-2011 07:33 PM

Quote:

Originally Posted by doctorsexy (Post 2236293)
The second one took out my entire cms... and all the widgets... be carefull...

you must have not followed the instructions..

If u r uninstalling this mod, then delete all old content slider widgets and then remove the xml..


Quote:

Originally Posted by AttalaEA (Post 2236274)
Sherif, This widget doesn't work properly with me the widget shows up but white blank with nothing inside it noting i have configured it and choose the sections and categories to fetch data.
My vbulletin version is vB 4.1.5 PL1


1. Delete all old content slider widgets.
2. Make a new one and then try.



Quote:

Originally Posted by CharlieDelta (Post 2236294)
Works fine for me. Just need to center it.


You can adjust the width of box in widget setting to make it in center

CharlieDelta 08-21-2011 08:40 PM

1 Attachment(s)
Quote:

Originally Posted by Sherif (Post 2236303)
You can adjust the width of box in widget setting to make it in center

I did try that earlier but I use the slider in the main section of the layout and not in a sideblock.
If I stretch it out too much the images don't look very good.
See the pic.
Attachment 132213

Badshah93 08-22-2011 04:21 AM

Quote:

Originally Posted by CharlieDelta (Post 2236327)
I did try that earlier but I use the slider in the main section of the layout and not in a sideblock.
If I stretch it out too much the images don't look very good.
See the pic.
Attachment 132213

can u pm me ur site url ?

or

Open vbcms_widget_cmsfcs_page template

Find and remove: padding-right:150px;

inigo 08-22-2011 08:55 AM

I have some error, because v1.0 was fine, and 2.0 and 2.1 doesn´t work for me. I'll try to remove all previous content of this mod, clear cache, and install again.

One idea: what about adding the option of RANDOM to the latest and popular options,

Thanks,

doctorsexy 08-22-2011 10:07 AM

Quote:

Originally Posted by Sherif (Post 2236303)
you must have not followed the instructions..

If u r uninstalling this mod, then delete all old content slider widgets and then remove the xml..





1. Delete all old content slider widgets.
2. Make a new one and then try.






You can adjust the width of box in widget setting to make it in center

followed the instructions ...massive error

Badshah93 08-22-2011 11:06 AM

Quote:

Originally Posted by doctorsexy (Post 2236508)
followed the instructions ...massive error

i will suggest you to install new version that 2.1, in this i have applied uninstall fix which will help u to uninstall mod very easily..

Then Clear CMS Cache and install the mod again..
i am sure it will work well for u then.

Quote:

Originally Posted by inigo (Post 2236488)
I have some error, because v1.0 was fine, and 2.0 and 2.1 doesn?t work for me. I'll try to remove all previous content of this mod, clear cache, and install again.

One idea: what about adding the option of RANDOM to the latest and popular options,

Thanks,

Ok in next version i will add the Random Option..

Can i have ur site url, if u want i will pm u 1.0

doctorsexy 08-22-2011 12:11 PM

no still no go ..wont install at all with 2.1

LOGECT 08-22-2011 03:48 PM

I'm getting the following error after upgrading to that new version:
Trying to get widgettype class from invalid widgettype '25' on line 270 in /home/xxxx/public_html/packages/vbcms/types.php
#0 /home/xxxx/public_html/packages/vbcms/collection/widget.php(230): vBCms_Types->getWidgetTypeClass('25')
#1 /home/xxxx/public_html/vb/collection.php(448): vBCms_Collection_Widget->createItem(Array, 1)
#2 /home/xxxx/public_html/packages/vbcms/collection/widget.php(162): vB_Collection->applyLoad(Resource id #48, 1)
#3 /home/xxxx/public_html/vb/model.php(348): vBCms_Collection_Widget->applyLoad(Resource id #48, 1)
#4 /home/xxxx/public_html/vb/model.php(302): vB_Model->loadInfo()
#5 /home/xxxx/public_html/vb/collection.php(408): vB_Model->Load(false)
#6 /home/xxxx/public_html/vb/collection.php(843): vB_Collection->Load()
#7 /home/xxxx/public_html/admincp/cms_admin.php(1833): vB_Collection->valid()
#8 {main}


[CODE]Fatal error: Trying to get widgettype class from invalid widgettype '25' on line 270 in [path]/packages/vbcms/types.php in [path]/vb/vb.php on line 287
#0 vb_error_handler(256, Trying to get widgettype class from invalid widgettype '25' on line 270 in /home/logect/public_html/packages/vbcms/types.php , /home/xxx/public_html/vb/vb.php, 287, Array ([exception] => vB_Exception_Warning Object ([] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => Trying to get widgettype class from invalid widgettype '25',[] => ,[] => 0,[] => /home/xxx/public_html/packages/vbcms/types.php,[] => 270,[] => Array ([0] => Array ([file] => /home/xxx/public_html/packages/vbcms/collection/widget.php,[line] => 230,[function] => getWidgetTypeClass,[class] => vBCms_Types,[type] => ->,[args] => Array ([0] => 25)),[1] => Array ([file] => /home/xxx/public_html/vb/collection.php,[line] => 448,[function] => createItem,[class] => vBCms_Collection_Widget,[type] => ->,[args] => Array ([0] => Array ([itemid] => 156,[title] => Slider Auto,[description] => ,[widgettypeid] => 25),[1] => 1)),[2] => Array ([file] => /home/xxx/public_html/packages/vbcms/collection/widget.php,[line] => 162,[function] => applyLoad,[class] => vB_Collection,[type] => ->,[args] => Array ([0] => Resource id #48,[1] => 1)),[3] => Array ([file] => /home/xxx/public_html/vb/model.php,[line] => 348,[function] => applyLoad,[class] => vBCms_Collection_Widget,[type] => ->,[args] => Array ([0] => Resource id #48,[1] => 1)),[4] => Array ([file] => /home/logect/public_html/vb/model.php,[line] => 302,[function] => loadInfo,[class] => vB_Model,[type] => ->,[args] => Array ()),[5] => Array ([file] => /home/xxx/public_html/vb/collection.php,[line] => 408,[function] => Load,[class] => vB_Model,[type] => ->,[args] => Array ([0] => )),[6] => Array ([file] => /home/xxx/public_html/vb/collection.php,[line] => 843,[function] => Load,[class] => vB_Collection,[type] => ->,[args] => Array ()),[7] => Array ([file] => /home/xxx/public_html/admincp/cms_admin.php,[line] => 1833,[function] => valid,[class] => vB_Collection,[type] => ->,[args] => Array ()))),
Code:

=> 256)) called at [(null):0] #1 trigger_error(Trying to get widgettype class from invalid widgettype '25' on line 270 in /home/xxx/public_html/packages/vbcms/types.php , 256) called at [/home/xxx/public_html/vb/vb.php:287] #2 vB::handleException(vB_Exception_Warning Object ([] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => Trying to get widgettype class from invalid widgettype '25',[] => ,[] => 0,[] => /home/xxx/public_html/packages/vbcms/types.php,[] => 270,[] => Array ([0] => Array ([file] => /home/xxx/public_html/packages/vbcms/collection/widget.php,[line] => 230,[function] => getWidgetTypeClass,[class] => vBCms_Types,[type] => ->,[args] => Array ([0] => 25)),[1] => Array ([file] => /home/xxx/public_html/vb/collection.php,[line] => 448,[function] => createItem,[class] => vBCms_Collection_Widget,[type] => ->,[args] => Array ([0] => Array ([itemid] => 156,[title] => Slider Auto,[description] => ,[widgettypeid] => 25),[1] => 1)),[2] => Array ([file] => /home/xxx/public_html/packages/vbcms/collection/widget.php,[line] => 162,[function] => applyLoad,[class] => vB_Collection,[type] => ->,[args] => Array ([0] => Resource id #48,[1] => 1)),[3] => Array ([file] => /home/xxx/public_html/vb/model.php,[line] => 348,[function] =>
Widgets


Badshah93 08-22-2011 04:03 PM

Quote:

Originally Posted by LOGECT (Post 2236600)
I'm getting the following error after upgrading to that new version:
Trying to get widgettype class from invalid widgettype '25' on line 270 in /home/xxxx/public_html/packages/vbcms/types.php
#0 /home/xxxx/public_html/packages/vbcms/collection/widget.php(230): vBCms_Types->getWidgetTypeClass('25')
#1 /home/xxxx/public_html/vb/collection.php(448): vBCms_Collection_Widget->createItem(Array, 1)
#2 /home/xxxx/public_html/packages/vbcms/collection/widget.php(162): vB_Collection->applyLoad(Resource id #48, 1)
#3 /home/xxxx/public_html/vb/model.php(348): vBCms_Collection_Widget->applyLoad(Resource id #48, 1)
#4 /home/xxxx/public_html/vb/model.php(302): vB_Model->loadInfo()
#5 /home/xxxx/public_html/vb/collection.php(408): vB_Model->Load(false)
#6 /home/xxxx/public_html/vb/collection.php(843): vB_Collection->Load()
#7 /home/xxxx/public_html/admincp/cms_admin.php(1833): vB_Collection->valid()
#8 {main}


[CODE]Fatal error: Trying to get widgettype class from invalid widgettype '25' on line 270 in [path]/packages/vbcms/types.php in [path]/vb/vb.php on line 287
#0 vb_error_handler(256, Trying to get widgettype class from invalid widgettype '25' on line 270 in /home/logect/public_html/packages/vbcms/types.php , /home/xxx/public_html/vb/vb.php, 287, Array ([exception] => vB_Exception_Warning Object ([] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => Trying to get widgettype class from invalid widgettype '25',[] => ,[] => 0,[] => /home/xxx/public_html/packages/vbcms/types.php,[] => 270,[] => Array ([0] => Array ([file] => /home/xxx/public_html/packages/vbcms/collection/widget.php,[line] => 230,[function] => getWidgetTypeClass,[class] => vBCms_Types,[type] => ->,[args] => Array ([0] => 25)),[1] => Array ([file] => /home/xxx/public_html/vb/collection.php,[line] => 448,[function] => createItem,[class] => vBCms_Collection_Widget,[type] => ->,[args] => Array ([0] => Array ([itemid] => 156,[title] => Slider Auto,[description] => ,[widgettypeid] => 25),[1] => 1)),[2] => Array ([file] => /home/xxx/public_html/packages/vbcms/collection/widget.php,[line] => 162,[function] => applyLoad,[class] => vB_Collection,[type] => ->,[args] => Array ([0] => Resource id #48,[1] => 1)),[3] => Array ([file] => /home/xxx/public_html/vb/model.php,[line] => 348,[function] => applyLoad,[class] => vBCms_Collection_Widget,[type] => ->,[args] => Array ([0] => Resource id #48,[1] => 1)),[4] => Array ([file] => /home/logect/public_html/vb/model.php,[line] => 302,[function] => loadInfo,[class] => vB_Model,[type] => ->,[args] => Array ()),[5] => Array ([file] => /home/xxx/public_html/vb/collection.php,[line] => 408,[function] => Load,[class] => vB_Model,[type] => ->,[args] => Array ([0] => )),[6] => Array ([file] => /home/xxx/public_html/vb/collection.php,[line] => 843,[function] => Load,[class] => vB_Collection,[type] => ->,[args] => Array ()),[7] => Array ([file] => /home/xxx/public_html/admincp/cms_admin.php,[line] => 1833,[function] => valid,[class] => vB_Collection,[type] => ->,[args] => Array ()))),
Code:

=> 256)) called at [(null):0] #1 trigger_error(Trying to get widgettype class from invalid widgettype '25' on line 270 in /home/xxx/public_html/packages/vbcms/types.php , 256) called at [/home/xxx/public_html/vb/vb.php:287] #2 vB::handleException(vB_Exception_Warning Object ([] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => Trying to get widgettype class from invalid widgettype '25',[] => ,[] => 0,[] => /home/xxx/public_html/packages/vbcms/types.php,[] => 270,[] => Array ([0] => Array ([file] => /home/xxx/public_html/packages/vbcms/collection/widget.php,[line] => 230,[function] => getWidgetTypeClass,[class] => vBCms_Types,[type] => ->,[args] => Array ([0] => 25)),[1] => Array ([file] => /home/xxx/public_html/vb/collection.php,[line] => 448,[function] => createItem,[class] => vBCms_Collection_Widget,[type] => ->,[args] => Array ([0] => Array ([itemid] => 156,[title] => Slider Auto,[description] => ,[widgettypeid] => 25),[1] => 1)),[2] => Array ([file] => /home/xxx/public_html/packages/vbcms/collection/widget.php,[line] => 162,[function] => applyLoad,[class] => vB_Collection,[type] => ->,[args] => Array ([0] => Resource id #48,[1] => 1)),[3] => Array ([file] => /home/xxx/public_html/vb/model.php,[line] => 348,[function] =>
Widgets


Run this SQL Query

Code:

DELETE FROM cms_widget where widgettypeid = 25
If that doesn't solves then
uninstall the mod and clear cms cache..

error will be resolved..

LOGECT 08-22-2011 04:08 PM

Quote:

Originally Posted by Sherif (Post 2236610)
uninstall the mod and clear cms cache..

error will be resolved..

Thanks for your reply, uninstalled but i'm still getting the same error, i can't access the widget section anymore.

doctorsexy 08-22-2011 04:09 PM

i got that yesterday ..had to reinstall all the cms


All times are GMT. The time now is 08:44 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02321 seconds
  • Memory Usage 1,902KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete