Closed (fixed)
Project:
OpenG
Version:
6.x-2.0
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
28 Oct 2010 at 19:49 UTC
Updated:
22 Mar 2011 at 14:51 UTC
Jump to comment: Most recent file
At section "Pre-configuration for layout based on active sidebars" I only get checkboxes and fields without title or descriptions. Tested with released and dev version. All other modules uninstalled and tested again.
So I can't test/ use grid configuration.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | grid-table.png | 39.99 KB | mauro72 |
| #2 | screenshot.png | 27.95 KB | JohnnyX |
Comments
Comment #1
mauro72 commentedHi, Can you send me and image of what you are seeing in your screen, could be a problem with the theming function for the form. Tested in my local seems to work fine.
Comment #2
JohnnyX commentedHello mauro72,
today a see an error message at theme configuration page:
And I attached the screen shot
Regards
Comment #3
mauro72 commentedUnfortunately I can't reproduce this bug in my local, for some reason the theme function is not loading the form correctly. Can you attach the the opengrid theme you are using so I can test it directly on my local?
Attached is a screenshot of how it should look.
Comment #4
JohnnyX commentedI installed the theme local at another machine... I will do a clean install and test it again. If I get the same error I attach you the theme. But I used the unmodified theme at my tests.
Thanks for the screenshot :)
Comment #5
JohnnyX commentedI have a local Drupal installation on Apache/ Ubuntu. I installed the unmodified theme
openg-6.x-1.1.tar.gz
openg-6.x-1.x-dev.tar.gz
I don't know what the problem is. Maybe I will install the theme at another machine but at the moment I have no time or will test later release...
Comment #6
mauro72 commentedI found the problem with the theme function for the table in the theme settings for for the grid, all you have to do is edit the template.php file:
before:
after:
removing the & seems to solve the problem.
I'll commit the change in the next release.
Comment #7
JohnnyX commentedHello mauro72,
thanks for your reply! Haven't tested it any more but maybe in the future if I have some time...
Best regards
Comment #8
Mojah commentedI noticed the same error in 2x while running the latest version of php. It has to do with php 5.3x and referenced variables. yacu72's comment #6 works.
Comment #9
Mojah commentedFixed in 6x.2x.dev.