Re: [web2py] Re: plugin wiki issues

2012-05-08 Thread villas
:-) On Tuesday, 8 May 2012 21:37:52 UTC+1, Larry Wapnitsky wrote: > > if I recreate the database from scratch, then re-import my data, it works > fine. > > On Tuesday, May 8, 2012 4:33:54 PM UTC-4, Larry Wapnitsky wrote: >> >> even tried it as rootno dice. >> >> >> On 5/8/2012 4:25 PM, villa

Re: [web2py] Re: plugin wiki issues

2012-05-08 Thread Larry Wapnitsky
if I recreate the database from scratch, then re-import my data, it works fine. On Tuesday, May 8, 2012 4:33:54 PM UTC-4, Larry Wapnitsky wrote: > > even tried it as rootno dice. > > > On 5/8/2012 4:25 PM, villas wrote: > > Hi Larry, it sounds like your DB is not configured properly for y

Re: [web2py] Re: plugin wiki issues

2012-05-08 Thread Larry G. Wapnitsky
even tried it as rootno dice. On 5/8/2012 4:25 PM, villas wrote: Hi Larry, it sounds like your DB is not configured properly for your username. I don't use MySql but maybe this prob sounds familiar to those that do. Anyone? Sorry I can't think of anything more D On Tuesday, 8 May

Re: [web2py] Re: plugin wiki issues

2012-05-08 Thread Larry G. Wapnitsky
nix that last comment...didn't have the plugin loaded. did not work On 5/8/2012 4:25 PM, villas wrote: Hi Larry, it sounds like your DB is not configured properly for your username. I don't use MySql but maybe this prob sounds familiar to those that do. Anyone? Sorry I can't think of anyt

Re: [web2py] Re: plugin wiki issues

2012-05-08 Thread Larry G. Wapnitsky
and it just worked on my test db server with the exact same config.. On 5/8/2012 4:25 PM, villas wrote: Hi Larry, it sounds like your DB is not configured properly for your username. I don't use MySql but maybe this prob sounds familiar to those that do. Anyone? Sorry I can't think of anyt

Re: [web2py] Re: plugin wiki issues

2012-05-08 Thread Larry G. Wapnitsky
It's been working up to this point...not sure why it won't work now... On 5/8/2012 4:25 PM, villas wrote: Hi Larry, it sounds like your DB is not configured properly for your username. I don't use MySql but maybe this prob sounds familiar to those that do. Anyone? Sorry I can't think of any

[web2py] Re: plugin wiki issues

2012-05-08 Thread villas
Hi Larry, it sounds like your DB is not configured properly for your username. I don't use MySql but maybe this prob sounds familiar to those that do. Anyone? Sorry I can't think of anything more D On Tuesday, 8 May 2012 21:16:50 UTC+1, Larry Wapnitsky wrote: > > A new, test app worked

[web2py] Re: plugin wiki issues

2012-05-08 Thread Larry Wapnitsky
restarted web2py. no dice. died immediately when accessing any page (1005, u"Can't create table 'rbl.plugin_wiki_page' (errno: 150)") On Tuesday, May 8, 2012 4:16:50 PM UTC-4, Larry Wapnitsky wrote: > > A new, test app worked with no problems. > > Here is my DAL DB connection string: db = DAL

[web2py] Re: plugin wiki issues

2012-05-08 Thread Larry Wapnitsky
A new, test app worked with no problems. Here is my DAL DB connection string: db = DAL('mysql://user:passw...@dbserer.company.com/dbname') I was getting "can't create table" errors until I added "grant" rights to the remote "user" account. Now, the page just spins... On Tuesday, May 8, 2012

[web2py] Re: plugin wiki issues

2012-05-08 Thread villas
I guess it still didn't work then. At this point [scratching head]: Consider upgrading your web2py. Create a brand new app to test the most basic DB function is there. Delete contents of the databases folder. Change the DAL connection string in db.py Put a simple table def in the db.py Run your a

[web2py] Re: plugin wiki issues

2012-05-08 Thread Larry Wapnitsky
In order: Yes Yes No existing tables Files don't exist migration settings removed Only error message from running web2py that way: WARNING:web2py:import IPython error; use default python shell On Tuesday, May 8, 2012 10:50:38 AM UTC-4, villas wrote: > > Hmm keep trying... > > Check you ha

[web2py] Re: plugin wiki issues

2012-05-08 Thread villas
Hmm keep trying... Check you have appropriate read/write permissions from your host. Connect with your DB management tool and create a test table to make sure your DB server etc is running. Take one single table definition, let's call it 'yourexample'. Make sure there is no yourexample.tabl

[web2py] Re: plugin wiki issues

2012-05-08 Thread Larry Wapnitsky
David- No dice. Still getting the same errors. It does not want to create the tables in my MySQL database. I've made sure the settings are as you stated. These are things I've already done, but just got into the office today and retried them. On Friday, May 4, 2012 5:49:46 PM UTC-4, villas

[web2py] Re: plugin wiki issues

2012-05-04 Thread villas
Hi Larry Generating tables is a general thing, not just for the plugin_wiki. As you obviously do not have any data in your plugin_wiki yet, I suggest: 1. Get yourself a DB management tool for your DB. 2. Using the tool, have a look in the DB. If you are using Sqlite, you should

[web2py] Re: plugin wiki issues

2012-05-04 Thread Larry Wapnitsky
It looks as though the database table generation does not automatically take place unless you use the wizard. How can I initiate this and get the plugin active? The "book" doesn't really give great details on that. Thanks On Friday, May 4, 2012 2:38:51 PM UTC-4, villas wrote: > > >>1. *

[web2py] Re: plugin wiki issues

2012-05-04 Thread villas
> > >1. * (1146, >u"Table 'rbl.plugin_wiki_page' doesn't exist"* > > > Sounds like a migration error. Do you have the tables in your DB? If not, make sure you delete plugin_wiki table defs from the databases folder so that they can be created > 2. when loading the plugin

Re: [web2py] Re: Plugin wiki attachaments not working

2011-05-24 Thread Tito Garrido
It's working now... thanks! On Tue, May 24, 2011 at 10:20 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Please try download it again. I think I fixed it. > In any case there will be a new version of plugin wiki next week. The > current one has a vulnerability in jqgrid. > > On May

[web2py] Re: Plugin wiki attachaments not working

2011-05-24 Thread Massimo Di Pierro
Please try download it again. I think I fixed it. In any case there will be a new version of plugin wiki next week. The current one has a vulnerability in jqgrid. On May 24, 7:23 am, Tito Garrido wrote: > Yes, I got the latest last night > > On Mon, May 23, 2011 at 11:41 PM, Massimo Di Pierro < >

Re: [web2py] Re: Plugin wiki attachaments not working

2011-05-24 Thread Tito Garrido
Yes, I got the latest last night On Mon, May 23, 2011 at 11:41 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > This should be fixed in plugin wiki. Do you have the latest? > > Mind that I do not promise backward compatibility for plugin-wiki but > I try to update it as web2py core ch

[web2py] Re: Plugin wiki attachaments not working

2011-05-23 Thread Massimo Di Pierro
This should be fixed in plugin wiki. Do you have the latest? Mind that I do not promise backward compatibility for plugin-wiki but I try to update it as web2py core changes. Massimo On May 23, 6:13 pm, Tito Garrido wrote: > Is it expected? > > > > > > > > > > On Sun, May 22, 2011 at 4:02 PM, Ti

[web2py] Re: Plugin-wiki tagging question

2011-04-02 Thread Massimo Di Pierro
you can do: def tag_record(table,id,tag): db_tag = table.db.plugin_wiki_tag db_link = table.db.plugin_wiki_link tag_name = re.compile('\s+').sub(' ',tag).strip() tag = db(db_tag.name==tag_name).select().first() if not tag: tag = db_tag.insert(name=tag_name, links=1)

[web2py] Re: plugin wiki on older aps?

2010-11-10 Thread mart
layout , eh? i"ll give it a go. I assume will be easier then better then me trying the photoshop thing... thanks again Mart :) On Nov 10, 2:10 pm, rochacbruno wrote: > You can try web2py.com/layouts > > Enviado via iPhone > > Em 10/11/2010, às 16:04, mart escreveu: > > > Works great! double t

Re: [web2py] Re: plugin wiki on older aps?

2010-11-10 Thread rochacbruno
You can try web2py.com/layouts Enviado via iPhone Em 10/11/2010, às 16:04, mart escreveu: > Works great! double thanks! she'll be thrilled, now I just need to > change the blueish-green header/footer to purple, then I can walk > away :) > > On Nov 10, 12:51 pm, mart wrote: >> ah, i see it! :

[web2py] Re: plugin wiki on older aps?

2010-11-10 Thread mart
Works great! double thanks! she'll be thrilled, now I just need to change the blueish-green header/footer to purple, then I can walk away :) On Nov 10, 12:51 pm, mart wrote: > ah, i see it! :) Great! I must have declined the "replace file?" while > dropping an updated filesset. > > thank you very

[web2py] Re: plugin wiki on older aps?

2010-11-10 Thread mart
ah, i see it! :) Great! I must have declined the "replace file?" while dropping an updated filesset. thank you very much for that! :) On Nov 10, 12:35 pm, Bruno Rocha wrote: > The newest > versionhttp://code.google.com/p/web2py/source/browse/applications/welcome/vi... > > 2010/11/10 Bruno Rocha

[web2py] Re: plugin wiki

2010-09-01 Thread david.waldrop
I am using web2py Version 1.82.1 (2010-08-05 01:00:12) . Will look at cube2py. does it replace theplugin wiki? On Aug 31, 9:16 am, Bruno Rocha wrote: > What is your web2py version? > > did you try cloning cube2py?http://code.google.com/p/cube2py/ > > 2010/8/31 david.waldrop > > > > > > > after

[web2py] Re: plugin wiki

2010-09-01 Thread mart
sounds good :) found trailmix (internotes wasn't compatible with my firefox version)... was thinking smething a little more "web2py app-ish" in the sense that i would be able to parse/view routing history with maybe something where I could search by "stop-over" (a semantic approach ?) like: {{high

Re: [web2py] Re: plugin wiki

2010-09-01 Thread Bruno Rocha
I am using InterNote firefox extension ( https://addons.mozilla.org/en-US/firefox/addon/2011/) it is a "post-it" tool, which you can include notes to webpages, alows various notes per page, I am using a lot to remind things in web2py.com/book You just have to keep your own "backup" of the notes!

[web2py] Re: plugin wiki

2010-09-01 Thread mart
Thanks to the both of you ! :) I remember seeing that there was a video a while back but seemed it was taken offline (my bad, should have checked again). So again, thanks for both the video and and pointer to the doc location which will help (wasn't up to chapter 13 yet ;) but will be now). BTW Ma

Re: [web2py] Re: plugin wiki

2010-09-01 Thread Bruno Rocha
plugin_wiki and cube2py has a list of widgets, there are "load_action" which made an ajax call to a Python function defined in the running app. per example, if you have an action in your controllers called 'list_names' in any page of plugin_wiki you can call this action using `` name: load_actio

[web2py] Re: plugin wiki

2010-09-01 Thread mdipierro
http://vimeo.com/13485916 On Sep 1, 9:11 am, mart wrote: > since we have a cube2py thread... thought I'd ask my here... I read > somewhere that we could integrate with existing web2py applications > (or it may have been with T3?). SO, the question is how do you do > that? can we, for example embe

[web2py] Re: plugin wiki

2010-09-01 Thread mart
since we have a cube2py thread... thought I'd ask my here... I read somewhere that we could integrate with existing web2py applications (or it may have been with T3?). SO, the question is how do you do that? can we, for example embed an existing app within the cube2py body (as opposed to redirectin