You can effectively say goodbye to this module as it utilizes the prototype library to function.
I wouldn't worry too much about it - though, tabcontent is so much easier with jQuery...
I will show you in a new post.
are there news on this mytabs ie8 issue?
(i have it with ie 7 too sicnce a new update for it. it says its a javascript error and wont show the tabs)
someone should do the world a big favour and spread a firefox virus to replace every install of IE(i had 3 visitors using IE2.0!!!) with ff on the net.
in the meanwhile, can there be done anything?
i relay on mytabs, it's definitely awesome for startpages to give a neat overview.
thank you for every advise!!
In imLinks the file /include/onupdate.inc.php is used for altering an existing database. This file can probably be used. It's executed when updating the module.
Thank you McDonald.
Actually, there is a mechanism in ImBuilding that will rebuild the tables based on the contents of the fields in the constructors of the classes (am I saying this right, someone correct me if I'm wrong).
Let's see... an example:
I have a class. In that class is a constructor. In the constructor I declare the fields for the class.
class UnderDog
{
/*
I know : Old Style. New style would be __Construct()
*/
function UnderDog()
{
field1 = integer;
field2 = string;
field3 = date;
}
}
Now the mechanism. If I added another field (field4, type is image) and I update the module then automatically the field4 will be added to the database.
For some reason the 'title' has dissappeared from your database table.
I don't know why this has happened.
No changes have ever been made to the brokenlinks table.
The field 'title' did always exist in the sql-file even with WF-Links.
Can it be that the issue happened after importing a corrupted database backup? ...just a thought...
I will see if I can make something that will check if the database tables of imLinks correct and will fix issues if they exist.
It is curious: "title" column was not in table. Updating module did not created it.
I tried:
Deleting xxx_imlinks_broken table; updating the module: the table was created without prefix.
Changing table name (adding prefix) and it works now. But why the previous error?
Open up your xxxx_imlinks_broken table in PHPMyAdmin
See if there is a column called "title". If not, maybe update the module?
(let mcDonald stop by this thread and reply too )
simple solution is adding the column yourself, but we need to figure out how the column is missing while the script needs it.
Environment:
iCMS 1.1.3
Inlimks 1.02
Debug mode shows in queries:
INSERT INTO xxxx_imlinks_broken (reportid, lid, sender, ip, date, confirmed, acknowledged, title ) VALUES ( 0, 87, 405, 'xxxxxxxxxx', 1256229857, 0, 0, 'xxx')
Error number: 1054
Error message: Unknown column 'title' in 'field list'
Your page says there are 26 categories, if I translate this correctly -
Quote:
Il y a 26 Categories et 1370 Vidéos listées
Steve Twitter: @skenow Facebook: Steve Kenow
no this not a suhosin problem i think because in this time it gives me an error " you dont have access to this area" even using uid=1!
yeah i've a lot of subcategories 6 i think
you can have a look here :
www.hillow.net/modules/videos
How many groups and how many categories/subcategories are shown on the permissions page? With 1 category and 4 groups (1 custom + 3 core), there are 19 form elements on the permission page of version 1.04. Adding another category increases the number of elements to 31 (12 more, or 3 for each group).
You already had suhosin issues - is this similar?
Steve Twitter: @skenow Facebook: Steve Kenow
hi,ty for your answer :)
unfortanly i've an old version wich have [prefix]_XTubeCatPerm and not
MyTubeCatPerm anyway i cant find the new categories id in the table [prefix]_group_permission !
any idea :(
MyTube uses the class XoopsGroupPermForm (/class/xoopsform/grouppermform.php) for permission settings.
You can check the following:
1. Open the database with phpMyAdmin or equal,
2. Open the table [prefix]_mytube_cat
3. Find the latest category you've added and remember its id (column = cid),
4. Open the table [prefix]_group_permission. In this table check if the combination MyTubeCatPerm (column = gperm_name) and cid (column = gperm_itemid) exist.
If the combination exist check if the value of gperm_modid changes when you change ther category permission. If this is the case than MyTube permission settings should work normally.
Possibly another suhosin problem?
Steve Twitter: @skenow Facebook: Steve Kenow
that what i've released to !
btw my previous version was 1.1.2 final!
i cant really understand from where it can come from ?!!
Have you cleared the cache folder and templates_c folder? What was your previous version? The 1.1.3 release only had changes to phpopenid and smarty libraries.
Steve Twitter: @skenow Facebook: Steve Kenow
hi,recently i've updated my site to the latest version of icms which is 1.1.3! today i've tried to add 2 moore categories to mytube module everything good till now! when i've gone to the permission page! i've selected the new categories and validated and i've got something in the redirect page like i dont have the right to do such things ! no errors!
any idea?
icms version 1.1.3
mytube 1.04 final
I missed guide in dawnload section ^^
sorry, please remove this topic...
thank You
Welcome
I installed cms, It worked fine till I copied protector module into module folder, when i tried to access side it prompt this:
Yes, I seem to have checked on a bad install, as 1.1.3 worked perfectly. You do have to configure the module, which can be tricky sometimes.
1.2 has known issues, but those aren't strictly for myTabs. I guess many modules will suffer from the same problem.