Cannot Save FC Configuration after Initial Installation

More
12 years 4 months ago #40863 by mauriestate
Hi,

I have followed all requirements mentioned in this thread www.flexicontent.org/documentati ... tions.html and even asked my host provider to do the necessary changes for PHP and MySQl but still, after the initial installation of FC, got the message 'Please open and save Configuration. Then REFRESH and this message will disapear :-) .', I opened the configuration page, make necessary change and click on save but it does not save, instead, I am redirected to Joomla default configuration page!

Have tried more than once to install/unistall but still same issue, cannot do anything!

Offering professional real estate and investment services in Mauritius. Visit us at www.sjkestate.com to also see the power of Flexicontent with Joomla to promote our services.

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #40864 by mauriestate
I forget to mention, we are using Joomla 3.1.5 and FC 2.1.0 (latest version downloaded today).

Offering professional real estate and investment services in Mauritius. Visit us at www.sjkestate.com to also see the power of Flexicontent with Joomla to promote our services.

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #40865 by ggppdk
Hello

i managed to save configuration after, deleting some configuration pages, prior to clicking save,

-- so now you will not see this message asking you to save configuration

-- but the problem remains the configuration cannot be resaved if needed (i think the permissions page is quite big)

-- please try this:
(add to .htaccess):
Code:
php_value max_input_vars 3000

(if the above already exists then change it to be 3000)

then try to save FLEXIcontent component configuration, NOTE: if saving is successful then you must see:


Message
Configuration successfully saved.


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #40867 by mauriestate
Hi,

I have set the max_input_vars to 10000 and FC is still not saving, seems that it is not because of the max_input_vars that FC is not saving! We have another website www.mauriestate.com hosted on the same VPS and we have installed FC there as well, configuration is saving perfectly, it seems that there is something wrong in our www.golfmediaplus.com extension/plugin environment that is making conflict on FC but we cannot identify what is causing that!

Please help us on this, as need FC to be operational on this website as soon as possible. Thanks in advance for your support.

Offering professional real estate and investment services in Mauritius. Visit us at www.sjkestate.com to also see the power of Flexicontent with Joomla to promote our services.

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #40872 by ggppdk
Hello,

you have Suhosin PHP patch installed on your server (see below)

1. if i delete some variable from the form then it gets saved

2. you have raised all limits quite high,
but you have Suhosin limit:
suhosin.post.max_vars 1000

so i am pretty sure that is causing the problem since FLEXIcontent posts about 1000-1200 variables

please add to your .htaccess
(add to .htaccess):

php_value suhosin.post.max_vars 10000
php_value suhosin.request.max_vars 10000


test and report back here (you can also ask your host provider how to make these limits higher)


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #40894 by mauriestate
Hi,

@ggppdk: You are and will remain the best, that is the main reason that I have always preferred FC rather than any other CCK for Joomla.

You were right about the Suhosin, after increasing it to 10000 as you mentioned, I was able to save the configuration of FC and it seems to work fine now.

Thank you very much for this great and quick support, very much appreciated, I do not regret at all to have get back to FC and it's a real pleasure to have it for Joomla 3.1 now. Again, thank you so much.

Offering professional real estate and investment services in Mauritius. Visit us at www.sjkestate.com to also see the power of Flexicontent with Joomla to promote our services.

Please Log in or Create an account to join the conversation.

More
12 years 4 months ago #40895 by ggppdk
Hello

thank you for your words

-- we want to gain knowledge about serious issues, to be able to deal with them in the future

e.g. if this was a CSS question or a rarely used feature request, then we would spent less time to review or answer it

Regards


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #48111 by frama
hello
i have a clean installation and followed your steps here: www.flexicontent.org/documentati ... ation.html

STILL CANT GET IT WORK

i got an internal server error 500 after adding those lines to .httaccess

any idea?

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #48113 by ggppdk
Hello

when .htaccess has directives that are
- either bad syntax
- or not allowed by your web-hosting company

then you will get an internal server error (and the reason is logged into apache (web server) log)

also do not add suhosin directives unless your server is using suhosin

just add:
Code:
php_value post_max_size 20M php_value max_input_vars 3000

if these give an internal server error , then contact your web-hosting company asking them to do it for you


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star review. Thanks!

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #49722 by manchine
Since my server is running PHP through CGI, not through Apache's PHP module, .htaccess flags are not recognised.

I went into the main php.ini file, changed max_input_vars to 10000 and still get the same error.

The suhosin patch is also in place, as you may tell from the version output:

root@sandbox:/home/cbrigade# php -v
PHP 5.3.10-1ubuntu3.14 with Suhosin-Patch (cli) (built: Sep 4 2014 07:08:49)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH

Where else should I look?

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save