This happens when I try to change the layout of ANY page. No matter what values I enter it still happens.
Any help is appreciated, I know you can help me!
eyestrain
13 Jan 2008 6:46 PM
I don't see any values in the page percentages columns.ie 10% left - 80% middle - 10% right.
Simon Richards (Guest)
13 Jan 2008 7:35 PM
If you look at the second image, that's the values I entered. The form is reset when I click update, so the page width values are not in the third picture.
I have no idea whats going wrong...
I really need to get this working
Ned
14 Jan 2008 9:34 AM
Try changing the recommended products settings block to, say, "products top rated" to test the layout with the column widths you want.
If the layout accepts this block then it could be that the block you really want (recommended for user) only appears if the user is logged in and its another setting thats causing your problem.
If this is the case you could create a filler custom block which goes above "recommended" and see if you can get the block accepted that way. This will allow you to test the user login etc?
Simon Richards (Guest)
14 Jan 2008 9:40 AM
I just tried your suggestion, and I get the same result. It seems that no matter what combination of options I use, it still give me an error.
Any other ideas?
Ned
14 Jan 2008 11:03 AM
I think the data is held in the sql database under va_page_settings. It might be that you cant write to this for some reason? I think its worth raising a support ticket as well.
Simon Richards (Guest)
14 Jan 2008 11:27 AM
The database permissions are definitely set correctly...
I've opened a ticket already, I've given my ftp/login, just waiting for feedback now.
Do you think it could be a server issue? I have 2 sites on the same server and both have the same problem.
Rory (Guest)
11 Mar 2008 12:26 AM
I have the same problem, i tried every thing..
Is your problem soved?
I have it to..
I did notice that it's not only the homepage, but the New ticket page and the basket page have the same problem..
After digging into the code i came across this file: admin/admin_layout_page.php.
Take a look at line 900 (starting with: "if (strlen($art_cat_id) != 0 || $page_name == "index" || $page_name == "support_new" || $page_name == "basket") {")
the next section is creating the problem:
Starts with: $articles_categories[$row_cat_id]
Ends with: (Subcategories List)";
If you leave this out the problem is gone (not knowning what i just broke).. i also created a ticket but it's reasigned at the moment...
Rory (Guest)
14 Mar 2008 4:30 PM
Thanks to Viart-support the problem is found.
My hoster upgraded his php version and the following entry was to small:
Most default installs doesn't have the PHP entries, so a .htaccess fix results in a 500 error (application error).
zulfi (Guest)
28 Aug 2008 9:55 PM
Hi all,
I have got also the same problem can't able to make changes to home page layout alway giving me the error width required please help me out what i have to do it ?