Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


    (9 guests in past 15 min.)

    Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

    Support Forums

    ATutor Bug Reports

    atutor.ca: module upload


    You must be signed-in to post.

    AuthorSubject
      Page: 1
    vegard

    Avatar for vegard
    Subject: atutor.ca: module uploadQuote this post in your reply
    I get this when trying to upload a module:

    Error

    * An error was encountered during the upload process/INSERT into modules set mod_id ='0', member_id = '3203', username = 'vegard', title = 'Drupal / Atutor integration ', description = 'integrating Drupal 5.* users into Atutor. this is an upgrade of the allready existing module for Drupal 4.* see: www.atutor.ca/view/17/12018/1.html', icon = '', atversion = '1.5.5', dev_status = 'stable', filename = 'drupal_atutor_5x.tar.gz', filesize = '', prev_link = '', date = NOW(), approved = 'n'
    Posted: 2008-01-02 08:14:03
    greg

    Avatar for greg
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    The drupal integration module is not an ATutor module, but rather needs to be installed manually.
    Posted: 2008-01-02 09:42:56
    greg

    Avatar for greg
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    There does appear to be a problem with uploading files to atutor.ca because of the openbasedir restriction set for the server. I've made a minor adjustment. Can you try again, uploading the module, and the theme, to see if it works now.
    Posted: 2008-01-02 11:28:01
    vegard

    Avatar for vegard
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    happy new year Greg!

    thanks, uploaded the theme and the module just fine now. FYI there's a small bug profile pages, as mine says that I have contributed 2 themes. I guess it counts every try I have made, not actual themes.

    you are right that the module is a Drupal module, see: www.atutor.ca/view/17/12018/1.html - but as you link to the Drupal 4.* module you should also link to the same Drupal 5.* module, or none of them smile
    Posted: 2008-01-03 04:09:27
    greg

    Avatar for greg
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    I'm not sure what happened to your theme. It did not end up in the place it was supposed to be after the upload. I've retested the theme upload tool, and it seems to work fine from here.

    Can you try again.

    The module uploaded properly, and has now been published (though without a local Drupal install, remains untested)
    Posted: 2008-01-03 13:10:09
    vegard

    Avatar for vegard
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    ok - theme upload tried again.

    I've tested the Drupal module, and it works fine even though its functionality is quite limited. you should probably link to this post www.atutor.ca/view/17/12018/1.html in the download, to provide some additional documentation for users who wish to install it.
    Posted: 2008-01-04 03:29:39
    greg

    Avatar for greg
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    Your theme looks good. I have published it, and added the new term (print_page) to the language db. There are a few minor HTML errors that should be corrected. Try running a few snapshots of the HTML it generated through the w3c validator.

    validator.w3.org
    Posted: 2008-01-04 10:17:39
    greg

    Avatar for greg
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    I've also noticed that the layout of the File Storage utility breaks when viewed in Mozilla or Firefox.
    Posted: 2008-01-04 10:37:17
    greg

    Avatar for greg
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    And another suggestion, you might try optimizing the images with the theme if they are not already. The theme is about twice the size of the others.
    Posted: 2008-01-04 10:44:54
    vegard

    Avatar for vegard
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    thanks Greg!

    ..you are absolutely right that the File Stotage utility breaks, I haven't noticed.. we use the theme as our default theme for 1.5.5 and it works fine, but this one was exported from atutor.no (1.6 b3), and I can see it breaks. has anything changed from 1.5.5 to 1.6 regarding the file storage? Anyways, I'll look into it next week.

    I'll also look into validation issues and image sizes more, but probably not before we are on 1.6. at that time I'll also implement some additional adjustments Gorzan has made for us.
    Posted: 2008-01-05 09:07:31
    la_crimica
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    Hi Vegard,
    I'm trying to integrate Drupal and Atutor in localhost. I use EasyPhp 2.0b1. My Drupal Version is 6.13 and for atutor is 1.6.3. I have integrated Atutor module in Drupal but I don't understand how to go forward. Help me, please. frown
    Posted: 2009-10-06 04:19:08
    vegard

    Avatar for vegard
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    hi la_crimica, the module is Drupal 5.* only I'm afraid. we're not actually using it ourselves so we haven't upgraded it do a newer Drupal version.
    Posted: 2009-10-06 04:26:17
    la_crimica
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    I've converted drupal_atutor_5x by means of boombatower.com/tools/deadwood. And then I've obtained a module to integrated in Drupal(what before did not happen). Now I don't found link to atutor,
    I do not know what to do frown
    It is important for my degree thesis..Can't I do anything?
    Sorry for my english, I'm italiantongue
    Posted: 2009-10-06 04:41:35
    vegard

    Avatar for vegard
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    I'm not sure you can trust a update done this way. the site might get all that is needed, but most of the times it'll get you only half way there. unfortunately I don't have the skills to do this myself (neither the original module or the upgrade from Drupal 4 to 5 was done by me).

    The only thing I can see from the atutor.module file is that you are supposed to find the settings at yourdrupalsite.com/admin/settings/atutor

    ..and you can also try to edit line 70 in that file:

    '#default_value' => variable_get('atutor_dir', '/atutor/'),

    change /atutor/ to whatever is your ATutor directory (if necessary)
    Posted: 2009-10-06 05:16:29
    la_crimica
    Subject: Re: atutor.ca: module uploadQuote this post in your reply
    Thank you. I'll try soon.
    Posted: 2009-10-06 05:38:19
     Page: 1

    You must be signed-in to post.