:-)
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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. *
>
>
>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
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
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 <
>
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
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
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)
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
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! :
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
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
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
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
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!
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
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
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
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
32 matches
Mail list logo