Can?t save changes on certain list

zzzz54

Member
Hello guys, please give me a hint to solve this very anoying issue.

This only happen on certain lists. For example in this link you can see the issue. I?ve tried to configure the order element in the data section, but i can?t make changes at all.

mydomain/administrator/index.php?option=com_fabrik&view=list&layout=edit&id=255

Please help me ASAP.
 
Totally strange.
I can't even close this list after opening.
All i can see is
upload_2016-5-26_8-48-33.png
(which doesn't mean something to me)
 
You are right, the "save and close" and "close" buttons redirects to the same page. I was used to copy the list and make the changes on the new one in order to avoid this issue, but rigth now that workaround is not working anymore and the new lists are neighter saving changes. The only way that I have to save changes on those lists is using phpmyadmin.
 
This only happen on certain lists....
I was used to copy the list
Are these all copied lists? From one special list or from different ones? Are the "originals" working?

When hitting "Close" it's showing some "...uploading..." in the status line (and stays on the open list).
 
please take a look on the notes that i?ve added recently to the "my sites" info. There you can find two links to compare the same list when working fine and when don?t saving changes at all.
the main difference between those list is some new fields that I?ve added to the group asociated to the list where I concat some values of databasejoins elements in just one calc element. anyway, is difficult to me to make a relationship between the existence of some elements and the way that the list is being saved.
 
Last edited:
I have a feeling this may be a PHP post data limitation. On the failing pages, you have a HUGE number of "related data" links, which each use a lot of form inputs. PHP has an ini limit, which in your case is set to 1000, on the number of inputs you can have when posting a form. From a cursory look at your page source, and doing some counting in Notepad++, I thin you may have gone over the 1000 limit for form inputs.

I suggest you try upping max_input_vars to 2000 in your PHP ini, restart the web server, and see if that fixes it.

-- hugh
 
I have a feeling this may be a PHP post data limitation. On the failing pages, you have a HUGE number of "related data" links, which each use a lot of form inputs. PHP has an ini limit, which in your case is set to 1000, on the number of inputs you can have when posting a form. From a cursory look at your page source, and doing some counting in Notepad++, I thin you may have gone over the 1000 limit for form inputs.

I suggest you try upping max_input_vars to 2000 in your PHP ini, restart the web server, and see if that fixes it.

-- hugh
I?ve f0llowed your advice, but i can?t restar the web server because is a shared hosting. I have one droplet in digital ocean waiting for finish the website to move everything there and take the next step in the development process, perhaps start to using git-hub and fabrik in a deployment enviroment. This will be new for me, and I hope that we could solve all the issues in my development before that.

thank you for all your efforts, best regards!
 
i'm thinking that i'll need to make all the website again from the scratch... this will be very time comsuming but i can't wait more time. PLEASE HELP ME.

Enviado desde mi SM-G531H mediante Tapatalk
 
Try:
Edit your .htaccess file in your Joomla root, add a line

Code:
php_value max_input_vars 2000

This is a "local" change, no need to restart the server. But I don't know if your server is allowing to override these settings.
 
Try:
Edit your .htaccess file in your Joomla root, add a line

Code:
php_value max_input_vars 2000

This is a "local" change, no need to restart the server. But I don't know if your server is allowing to override these settings.

I?ve tried to include that line in the .htacces but it shows "Internal Server Configuration 500" when I try to get into admin zone.

this is the content of my .htaccess:

Code:
RewriteOptions inherit
##
# @package    Joomla
# @copyright  Copyright (C) 2005 - 2015 Open Source Matters. All rights reserved.
# @license    GNU General Public License version 2 or later; see LICENSE.txt
##

##
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that disallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
##

## No directory listings
IndexIgnore *

## Can be commented out if causes errors, see notes above.
Options +FollowSymlinks
Options -Indexes

## Mod_rewrite in use.

RewriteEngine On

## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site block out the operations listed below
# This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL.
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.
## Luisk agregados
RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly.\.ru/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly\.org/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*ilovevitaly\.info/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*iloveitaly\.ru/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*econom\.co/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*savetubevideo\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*kambasoft\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*buttons\-for\-website\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*semalt\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*darodar\.com/ [NC]
RewriteRule ^(.*)$ ? [F,L]
## fin luisk agregados
## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects

##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
##

# RewriteBase /

## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.
Header set X-Robots-Tag "noindex, nofollow"
########## Begin - ETag Optimization
## This rule will create an ETag for files based only on the modification
## timestamp and their size.
## Note: It may cause problems on your server and you may need to remove it
FileETag MTime Size
# AddOutputFilterByType is now deprecated by Apache. Use mod_filter in the future.
AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript
# Enable expiration control
ExpiresActive On
# Default expiration: 1 hour after request
ExpiresDefault "now plus 1 hour"
# CSS and JS expiration: 1 week after request
ExpiresByType text/css "now plus 1 week"
ExpiresByType application/javascript "now plus 1 week"
ExpiresByType application/x-javascript "now plus 1 week"

# Image files expiration: 1 month after request
ExpiresByType image/bmp "now plus 1 month"
ExpiresByType image/gif "now plus 1 month"
ExpiresByType image/jpeg "now plus 1 month"
ExpiresByType image/jp2 "now plus 1 month"
ExpiresByType image/pipeg "now plus 1 month"
ExpiresByType image/png "now plus 1 month"
ExpiresByType image/svg+xml "now plus 1 month"
ExpiresByType image/tiff "now plus 1 month"
ExpiresByType image/vnd.microsoft.icon "now plus 1 month"
ExpiresByType image/x-icon "now plus 1 month"
ExpiresByType image/ico "now plus 1 month"
ExpiresByType image/icon "now plus 1 month"
ExpiresByType text/ico "now plus 1 month"
ExpiresByType application/ico "now plus 1 month"
ExpiresByType image/vnd.wap.wbmp "now plus 1 month"
ExpiresByType application/vnd.wap.wbxml "now plus 1 month"

ExpiresByType application/smil "now plus 1 month"
# Audio files expiration: 1 month after request
ExpiresByType audio/basic "now plus 1 month"
ExpiresByType audio/mid "now plus 1 month"
ExpiresByType audio/midi "now plus 1 month"
ExpiresByType audio/mpeg "now plus 1 month"
ExpiresByType audio/x-aiff "now plus 1 month"
ExpiresByType audio/x-mpegurl "now plus 1 month"
ExpiresByType audio/x-pn-realaudio "now plus 1 month"
ExpiresByType audio/x-wav "now plus 1 month"

# Movie files expiration: 1 month after request
ExpiresByType application/x-shockwave-flash "now plus 1 month"
ExpiresByType x-world/x-vrml "now plus 1 month"
ExpiresByType video/x-msvideo "now plus 1 month"
ExpiresByType video/mpeg "now plus 1 month"
ExpiresByType video/mp4 "now plus 1 month"
ExpiresByType video/quicktime "now plus 1 month"
ExpiresByType video/x-la-asf "now plus 1 month"
ExpiresByType video/x-ms-asf "now plus 1 month"
php_value max_input_vars 2000

Ccan you see somehing that could be causing conflicts with the last one?
 
That means your host doesn't let you override PHP ini variables in your htaccess, nothing you can do about that.

i'm thinking that i'll need to make all the website again from the scratch... this will be very time comsuming but i can't wait more time. PLEASE HELP ME.

Nothing I can do about increasing PHP resources, if you are on a shared host that doesn't allow changing ini settings.

However, you won't have to rebuild it from scratch. You can either just copy the Fabrik tables up to a new server (and any files you added, like custom scripts / templates), or you can just make an Akeeba backup, and clone it to another server.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top