ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Theme customization error


  • 2006-06-08 04:25:01

    Theme customization error

    I took the default theme and made a copy. After doing this i edited some of the color settings and pictures. When I rezipped it and uploaded it, the theme browser says its a 1.4.x theme (instead of 1.5.2). What gives???

    operating system - linux
    version of ATutor - 1.5.2
    versions of php - ?
    version of mysq l - ?
    webserver & version - apache
    copies of error messages - "The theme, ketter - version: 1.4.x, may not be compatible with this version of Atutor"
    changes to default settings -
    web browser being used - safari
    and anything else relevant -

  • 2006-06-08 08:36:35

    Re: Theme customization error

    Edit the theme.cfg.php file to change the version number.

  • 2006-06-09 11:43:05

    Re: Theme customization error

    From theme.cfg.php:

    /* The theme's name. */
    $_theme['name'] = 'Ketter';

    /* The theme's version number. */
    $_theme['version'] = '0.1';

    /* Which version of ATutor is this theme intended for. */
    $_theme['atutor-version'] = '1.5.2';

    As you can see I have made sure that it is set as a 1.5.2 theme. What gives?

  • 2006-06-09 11:56:41

    Re: Theme customization error

    The version number is right. I can't tell from your description why it would suggest you are using a 1.4.x theme.

    Attach your theme to this thread, and we'll take a look at it.

  • 2006-06-09 12:11:10

    Re: Theme customization error

    Here you go...

  • 2006-06-09 12:29:33

    Re: Theme customization error

    Works fine for me.

    Is your themes directory writable? chmod a+w themes

  • 2006-06-09 21:57:19

    Re: Theme customization error

    What is that numerically? 777?