←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
Trebly<RobertPlummer>The way it is written is not coherent. When we make a batch load, the thumbs are not generated and by default when page is loaded to display image_show (of thumbs which not exist) generated a file copy of the image with the extension thumb. As the thumb records are then not created into the db, the whole image gallery is corrupted and leads to crash. This seems to mean that...
...nobody can use Tiki with image gallery management...
When the image is loaded alone the record is created into db for the image (tiki_images but the thumbs are not in tiki_image_data) leads to same crash...
anyway thumbs are never created.
[0:31]
DarkCalfjoined #tikiwiki [1:41]
RobertPlummerTrebly: Does this work ok in file gallery?
Trebly: If so, I would urge you to write a batch export import script from image galleries into file galleries.
[1:42]
Trebly<RobertPlummer> I understand well that with svg management the images galleries are moved to files galleries management (I had not to used, I was working on others features), I imagine that if I look at Files galleries I will find everything right for thumbs. So why not to disable (put out of menus and set right prefs parameters) ? [1:50]
RobertPlummerTrebly: I'm not sure I understand you. If we add the menu options, we have to add the functionality, and there is A TON that goes along with that. File Galleries are basically the same in storage for Image Galleries, like Image Gallery 2.0.
You could write a script to select from image galleries, and insert into file galleries, then copy all the files over if they have them stored in the file system.
It really doesn't take too long to do. Seriously if you have a few hours to spare, that is were it will be best spent.
Trebly: Do you mean to disable thumbs for Image Galleries?
[1:52]
Trebly<RobertPlummer> No, they don't function actually with image gallery standard function with batchload.
I want to restore the function.
I was answering to previous : I understand but the problem is that for the project three admins levels. The super-admin-dev, the super-admins (who uses only standard admin UI in advanced mode) and several user-admin level (who have only to admin users, groups, galleries etc... the objects). The function images gallery of standard menu don't display thumbs... what I have described. I can give...
...you an access to my server (url of the test site with admin rights) you will see what happens.
[2:4]
RobertPlummerThat is fine, if it is a bug it is a bug... and it does probably need fixing. My issue with it is that if we are to fix it, and someone puts out a batch script to migrate to file galleries, then it is to some degree in-vain.
Do you have any issue with migrating to File Gallery from Image Gallery?
[2:6]
Trebly<RobertPlummer> not for the moment. I was testing for a demo of a new site with many functions. I am in the super-admin-dev and I have thought to super-admin who are developing the site. If they meet something wrong they ask to me.
For example I have implemented my tra.php (I will send the specifications on dev list), the way to add help (tikihelp, new smarty-tiki function) etc.
[2:14]
RobertPlummerTrebly: How many files are we talking about? [2:15]
Trebly<RobertPlummer> I test with one hundred. The operational will work with more than 10,000 probably with higth definition. It is medical imagery and management of studies with forum, blogs, wiki, articles, bigbluebutton, various levels of access etc... [2:20]
RobertPlummerI've done a migration of a few thousand, but the operation is about the same. I just want the best for those 10k images.... I wouldn't trust image galleries to do it.
Well.... the operation is the same, lol.
Trebly: If I can dig up a few of the scripts I used, would you be interested in them?
[2:21]
Trebly<RobertPlummer>previous : the data are not existing I just test the UI and functions before the presentation. So I must make the good choices of organization [2:23]
RobertPlummerTrebly: In any case, I will send them over, they aren't to bad. [2:23]
Trebly<RobertPlummer> OK [2:24]
RobertPlummerI ran these mysql scripts, and then manually copied the files over from directory to directory.
They are md5'ed so the names shouldn't ever collide.
[2:24]
Trebly<RobertPlummer> No problem [2:25]
RobertPlummerSent it to the dev list, hopfully you can get some help on this. [2:34]
goj_killedByISPjoined #tikiwiki [3:2]
benoitgjoined #tikiwiki [4:51]
marclaporte1joined #tikiwiki [6:29]
Jenserjoined #tikiwiki
joined #tikiwiki
[8:18]
supergregjoined #tikiwiki [9:45]
.............................................................................................................................. (idle for 10h25mn)
niclonejoined #tikiwiki [10:25]
.............. (idle for 1h6mn)
ghatakjoined #tikiwiki [11:31]
mosejoined #tikiwiki [11:32]
ghatakHi, i am trying to install tikiwiki, when I open tiki-install.php in browser, i get 403 from browser. i have checked that php can be served from the vhost, and permissions seem to be correct. Not sure what is this happening
any help ?
[11:32]
fidelwhat tiki version is that? [11:32]
mosepolom [11:33]
ghataki downloaded stable version, let me check which one was it
8.3
[11:33]
fidelghatak: 403 sounds like a permission issue - sure you can access a randomly placed file in that vhost? [11:34]
ghatakfidel: here is what I did to eliminate this possibility, created an html with exact same perms as tiki-install.php. that gets served. I then created a phpinfo.php and that gets served too
from same same vhost
[11:35]
fidelstrange
i dont get the issue then - but im just a pretty new user to tiki
[11:35]
ghatakjust to be clear, all files are owned by apache:apache and perms are 644 on all files
yes really strange, I am not sure what is going on here
[11:35]
fidelchecked the apache logs? [11:36]
ghatakI did, full of 403's
Permission Denied
can not workout why is it not getting served
[11:36]
fidelmy random guess is: double-check your permissions
question: can the default-search field be configured? Somehow it looks like it does no real full-text search inside all articles
[11:37]
mosethere is a "default where" in /tiki-admin.php?page=search on "search result tab
and various options all around
but I'm no expert of that
[11:42]
fidelk - thanks gonna check that again [11:45]
ghatakthis thing is driving me mad, the permission are fine. php <script> on command line runs
but won't get served via http
[11:45]
mosethen your problem could be on apache conf side ? [11:45]
fidelghatak: i can ensure you that it worked for me last week using/following the official install-instructions. That doesnt really help you i know - but personaly i still guess thats a apache/php/permission issue right now [11:46]
ghatakmose: probably, fail to see how would that be the case. vhost serves other stuff fine
checking again
[11:46]
mosebut if your phpinfo works, that's disturbing
did you enable the .htaccess in there ?
[11:50]
ghataki did and then disabled it, does not work both ways
here is something interesting
I started httpd in debug mode and tiki-install.php gets served
so your guess is correct, something in system config is not allowing it to be served
it can't be vhost config because in debug mode still same vhost config is being used
so trying to workout what could it be
[11:56]
mosemaybe you have some fancy apache module loaded that makes a mess ? [11:59]
ghatakha found it
selinux
it was set to enforcing
[11:59]
moseI was going to say mod_security [12:0]
ghatak:) [12:0]
mosebut that's same kind of direction :) [12:0]
ghatakyeps [12:0]
mosegood job ! [12:0]
ghatakthanks for help :) [12:0]
.......... (idle for 49mn)
Jenserleft #tikiwiki [12:48]
ghatakGot to say, not impressed with tiki
must be the most non-intuitive wiki I have seen so far
simple stuff such as adding a new user is so complicated
and permission are way too complicated
[12:53]
............ (idle for 58mn)
Treblyjoined #tikiwiki [13:52]
........ (idle for 38mn)
Jenserjoined #tikiwiki
hi there
is there a way to create an overview of all uploaded files in one single file gallery?
i have several files attached to trackers, forum posts, wiki pages or whatever
and i've got only a few files uploaded directly to the file archive
but now i'd like to browse the uploaded files without having to browse all the pages, subpages etc.
anyone an idea ?how to?
[14:30]
.......... (idle for 45mn)
rodrigoprimojoined #tikiwiki [15:17]
radek82joined #tikiwiki [15:23]
Jenseranybody an idea?
mmmkay, another question
how to allow users to change the tracker's state
open -> in progress -> cloesed
for testing i activated all possible fields belonging to trackers
but nope
i can change as admin
but not even the tracker creator can change the state of it
[15:34]
Trebly<Jenser> Hi, I don't understand well your question. If you have loaded the files into a file gallery the main menu (can be only accessible by admin) or http://<your_domain>/tiki-list_file_gallery.php will give you access to the content of your files galleries [15:38]
Jenseryeah thats right
but
most users don't upload their files to the gallery but they attach it to tracker items
my wish is to be able to overview all uploaded files (ALL) by hitting the file gallery button
not only those uploaded there
but also those that are uploades as attachment
[15:40]
sandroandradejoined #tikiwiki [15:56]
...... (idle for 26mn)
Trebly<Jenser> There are files galleries with several types. Particularly the wiki attachments, etc... so they exist. I was just looking in details to this, but I need a little time to look at the way they can be accessed, how it has been defined. I must make test with data, I have not all types, just load attachments on a test site. Someones can be managed directly , default, other are system and...
...could be only displayed. I don't know for the moment. Which version of tiki do you use ?
[16:22]
Jenser8.3
my tikiwiki is a very small one for internal use in my company+
and i'd like to make all files accessable to all users
well, they are
but hard to find
[16:23]
arildbjoined #tikiwiki [16:26]
Jenserleft #tikiwiki [16:28]
.... (idle for 15mn)
Trebly<Jenser> About this subject I suppose (not sure) that the concept had been (may be a very long time ago, and repeated...), 1- manage system files as attachments 2- Define user files galeries.
So the access to galeries had been given to user files galeries....
If I see that I can easily give access to admin to view this files I will make a patch which could become an upgrade. Let me two days. Use the tracker whislist : because I know that you will write a whish, I could use it to communicate and I hope give you some patch
[16:43]
........ (idle for 39mn)
arildbI have just sent an email to the tikidev mailing list about a permission bug. The comment to the faulty code mentions the name: Criss Holman. I am trying to find out why the code was added. Is Criss Holman around or does anybody know how to get ahold of him? [17:22]
...... (idle for 28mn)
benoitgjoined #tikiwiki [17:50]
arildbjoined #tikiwiki [18:0]
..... (idle for 21mn)
benoitgjoined #tikiwiki [18:11]
....... (idle for 30mn)
weevisjoined #tikiwiki [18:41]
tryin to grok flow so i can write a payment module, i have no idea where to begin [18:54]
ghatakleft #tikiwiki [18:58]
Tiki|botjoined #tikiwiki
joined #tikiwiki
[19:1]
.... (idle for 17mn)
weevislookin at /tiki-admin.php?page=payment trying to add new payment method
and in documentroot/lib/payment i see the classes ... i'm just unsure how to get tiki to see and use a new one
the flow, it's not making sense to me
[19:15]
....... (idle for 30mn)
radek82joined #tikiwiki [19:47]
sandroandradejoined #tikiwiki [19:47]
......... (idle for 41mn)
benoitgjoined #tikiwiki [20:28]
............ (idle for 56mn)
Loll78joined #tikiwiki [21:24]
............... (idle for 1h14mn)
weevisjoined #tikiwiki
how to access customer data from cart (billing, shipping, etc)
[22:38]
or do i have to provide said fields on checkout with the template? [22:45]
goj_killedByISPjoined #tikiwiki [22:51]
....... (idle for 32mn)
weevisdo we utilize profile to get this information? i'm pulling at strings here, there's not much documentation regarding this
also can't import trackers from http://doc.tiki.org/Shopping+Cart+Trackers
[23:23]
..... (idle for 23mn)
CIA-36tikiwiki: 03sylvieg * r40867 10/branches/8.x/lib/smarty_tiki/block.title.php: [FIX]help: have the title help opening in the same target that the help in admin
tikiwiki: 03sylvieg * r40868 10/branches/9.x/lib/smarty_tiki/block.title.php: [merge/r40867]FIX]help: have the title help opening in the same target that the help in admin
[23:47]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)