Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
Simon Richards (Guest)
Simon Richards (Guest)
Hi
 
So I have a problem. Whenever I Try to change the page layout(any page) I get errors. To demonstrate the errors I went to change my home page layout:
 
http://img179.imageshack.us/img179/6919/capturehh9.jpg
 
Then I enter these values:
 
http://img409.imageshack.us/img409/6264/capture1fl2.jpg
 
And after I click 'Update', I get this:
 
http://img233.imageshack.us/img233/4126/capture2xk6.jpg
 
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! Broad grin
 
eyestrain
eyestrain
I don't see any values in the page percentages columns.ie 10% left - 80% middle - 10% right.
 
Simon Richards (Guest)
Simon Richards (Guest)
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...Wall Bash
 
I really need to get this working Sad
 
Ned
Ned
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)
Simon Richards (Guest)
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. Wall Bash
 
Any other ideas?
 
Ned
Ned
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)
Simon Richards (Guest)
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)
Rory (Guest)
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)
Rory (Guest)
Thanks to Viart-support the problem is found.
 
My hoster upgraded his php version and the following entry was to small:
 
suhosin.post.max_vars 200
suhosin.request.max_vars 200
 
Both values must be above or equel to 500.
 
For more information take a look at:
- http://www.hardened-php.net/suhosin/configuration.html
- http://forum.hardened-php.net/viewtopic.php?pid=545
 
Most default installs doesn't have the PHP entries, so a .htaccess fix results in a 500 error (application error).
 
zulfi (Guest)
zulfi (Guest)
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 ?