[Vtigercrm-developers] Problems in new user registration

Andreas Göbel andreas.goebel at a-g-c.de
Wed Oct 3 12:08:34 PDT 2012


Hi there,

I bet this has to do with suhosin or some other PHP related settings
(maximum number of allowed POST variables).
User creation has VERY much post variables (due to the homepage stuff).
So you should check you PHP settings for maximum number of post variables.

Regards
  Andreas
-----Ursprüngliche Nachricht-----
Von: vtigercrm-developers-bounces at lists.vtigercrm.com
[mailto:vtigercrm-developers-bounces at lists.vtigercrm.com] Im Auftrag von
vtigercrm-developers-request at lists.vtigercrm.com
Gesendet: Mittwoch, 3. Oktober 2012 21:00
An: vtigercrm-developers at lists.vtigercrm.com
Betreff: vtigercrm-developers Digest, Vol 81, Issue 4

Send vtigercrm-developers mailing list submissions to
	vtigercrm-developers at lists.vtigercrm.com

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers
or, via email, send a message with subject or body 'help' to
	vtigercrm-developers-request at lists.vtigercrm.com

You can reach the person managing the list at
	vtigercrm-developers-owner at lists.vtigercrm.com

When replying, please edit your Subject line so it is more specific than
"Re: Contents of vtigercrm-developers digest..."


Today's Topics:

   1. HTML 4.01 Transitional (Adam Heinz)
   2. Re: HTML 4.01 Transitional (Bryan Coleman)
   3. Re: HTML 4.01 Transitional (Juan Pablo Botero)
   4. Problems in new user registration (Rodrigo Souza)
   5. Re: Problems in new user registration (Adam Heinz)


----------------------------------------------------------------------

Message: 1
Date: Tue, 2 Oct 2012 17:31:50 -0400
From: Adam Heinz <amh at metricwise.net>
Subject: [Vtigercrm-developers] HTML 4.01 Transitional
To: vtigercrm-developers at lists.vtigercrm.com
Message-ID:
	<CAKBdvM-Upb1Nw5QkH47_5vQZhru-dV17GG4b4mRrm1WSOh7t5w at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

I'm tracking down a weird bug (specific to a custom module of ours) in
Firefox.  Somehow, the HTML is so bad that Firefox is putting a <table>
inside a <div> that it isn't in!  So I installed the HTML Validator plugin
for Firefox.  Lots of errors.  Some of the errors looked like valid XHTML
syntax to me, but it ends up the header still says HTML 4.01 Transitional!
Just for kicks, I switched it to XHTML
1.0 Transitional, and got back five times the number of errors!  This is
definitely a space where fixing up the HTML can improve browser load times,
because the browser doesn't have to work as hard to figure out the
bass-ackwards markup.


------------------------------

Message: 2
Date: Wed, 3 Oct 2012 08:33:07 -0400
From: Bryan Coleman <bpc at metricwise.net>
Subject: Re: [Vtigercrm-developers] HTML 4.01 Transitional
To: vtigercrm-developers at lists.vtigercrm.com
Message-ID:
	<CAHGW9ajHEomtUU3uu3OMOfzUWrpEh4Q0mhXW65bdggYqrVFTnw at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

I have been cleaning it up a little as I go.  Bootstrap requires HTML5 ie
<!DOCTYPE html>

On Tue, Oct 2, 2012 at 5:31 PM, Adam Heinz <amh at metricwise.net> wrote:
> I'm tracking down a weird bug (specific to a custom module of ours) in 
> Firefox.  Somehow, the HTML is so bad that Firefox is putting a 
> <table> inside a <div> that it isn't in!  So I installed the HTML 
> Validator plugin for Firefox.  Lots of errors.  Some of the errors 
> looked like valid XHTML syntax to me, but it ends up the header still 
> says HTML 4.01 Transitional!  Just for kicks, I switched it to XHTML
> 1.0 Transitional, and got back five times the number of errors!  This 
> is definitely a space where fixing up the HTML can improve browser 
> load times, because the browser doesn't have to work as hard to figure 
> out the bass-ackwards markup.
> _______________________________________________
> http://www.vtiger.com/


------------------------------

Message: 3
Date: Wed, 3 Oct 2012 11:56:43 -0500
From: Juan Pablo Botero <juanpabloboterolopez at gmail.com>
Subject: Re: [Vtigercrm-developers] HTML 4.01 Transitional
To: vtigercrm-developers at lists.vtigercrm.com
Message-ID:
	<CADBb8JZrhXJGQ4+B2Yp+6rDvtKBACMMr6iV--_6ufzPnpvQtvw at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi.

Maybe you need to use: <meta charset="UTF-8" />


2012/10/3 Bryan Coleman <bpc at metricwise.net>

> I have been cleaning it up a little as I go.  Bootstrap requires HTML5 
> ie <!DOCTYPE html>
>
> On Tue, Oct 2, 2012 at 5:31 PM, Adam Heinz <amh at metricwise.net> wrote:
> > I'm tracking down a weird bug (specific to a custom module of ours) 
> > in Firefox.  Somehow, the HTML is so bad that Firefox is putting a 
> > <table> inside a <div> that it isn't in!  So I installed the HTML 
> > Validator plugin for Firefox.  Lots of errors.  Some of the errors 
> > looked like valid XHTML syntax to me, but it ends up the header 
> > still says HTML 4.01 Transitional!  Just for kicks, I switched it to 
> > XHTML
> > 1.0 Transitional, and got back five times the number of errors!  
> > This is definitely a space where fixing up the HTML can improve 
> > browser load times, because the browser doesn't have to work as hard 
> > to figure out the bass-ackwards markup.
> > _______________________________________________
> > http://www.vtiger.com/
> _______________________________________________
> http://www.vtiger.com/
>



--
Cordialmente:
Juan Pablo Botero
Administrador de Sistemas inform?ticos
Fedora Ambassador for Colombia
http://www.jpilldev.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/201210
03/e59e4154/attachment-0001.html 

------------------------------

Message: 4
Date: Wed, 3 Oct 2012 14:09:14 -0300
From: Rodrigo Souza <rodrigo at hostplan.com.br>
Subject: [Vtigercrm-developers] Problems in new user registration
To: vtigercrm-developers at lists.vtigercrm.com
Message-ID:
	<CAEiUfbNp+kTrdAFUwfOrOhbc35DYFatjw8CG8eHHFLLaSnNqiQ at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Good afternoon everyone,

First I apologize for my English, I am Brazilian and I am using the google
translator. :)

Now for the problem, I'm with Vtiger 5.2.1 installed on a machine running
Ubuntu Linux yet typically, is now experiencing a problem when creating new
users. In user creation screen, when I select the button to save the screen
goes blank until the user saves, creates files in the folder but when
user_privileges having to log into the system that user error occurs: {HTTP
Error 500 (Internal Server Error ): An unexpected condition has occurred
while the server was attempting to fulfill the request.

After trying to create the user, I can also recalculate the permissions by
vtiger.

I checked the access permissions and folders are all like 777.

Anyone have an idea of what the problem is? did not want to reinstall it has
many customizations made ??to the code of the system, so I have not put the
latest version ...

Already I appreciate your attention.


Atte,
*Rodrigo Souza de Oliveira*
*Consultor de TI
*Hostplan Inform?tica Ltda
Telefones: (21) 9217-7909 e/ou (21) 8153-5287
website: www.hostplan.com.br
e-mail/msn: rodrigo at hostplan.com.br
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/201210
03/4d97df0f/attachment-0001.html 

------------------------------

Message: 5
Date: Wed, 3 Oct 2012 13:29:41 -0400
From: Adam Heinz <amh at metricwise.net>
Subject: Re: [Vtigercrm-developers] Problems in new user registration
To: vtigercrm-developers at lists.vtigercrm.com
Message-ID:
	<CAKBdvM-GdXHvOR5h=YcDLff2JYJWMqwJJZA+t3AAhtjGBHHcSw at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Any errors logged by your web server?

On Wed, Oct 3, 2012 at 1:09 PM, Rodrigo Souza
<rodrigo at hostplan.com.br>wrote:

> Good afternoon everyone,
>
> First I apologize for my English, I am Brazilian and I am using the 
> google translator. :)
>
> Now for the problem, I'm with Vtiger 5.2.1 installed on a machine 
> running Ubuntu Linux yet typically, is now experiencing a problem when 
> creating new users. In user creation screen, when I select the button 
> to save the screen goes blank until the user saves, creates files in 
> the folder but when user_privileges having to log into the system that 
> user error occurs: {HTTP Error 500 (Internal Server Error ): An 
> unexpected condition has occurred while the server was attempting to
fulfill the request.
>
> After trying to create the user, I can also recalculate the 
> permissions by vtiger.
>
> I checked the access permissions and folders are all like 777.
>
> Anyone have an idea of what the problem is? did not want to reinstall 
> it has many customizations made ??to the code of the system, so I have 
> not put the latest version ...
>
> Already I appreciate your attention.
>
>
> Atte,
> *Rodrigo Souza de Oliveira*
> *Consultor de TI
> *Hostplan Inform?tica Ltda
> Telefones: (21) 9217-7909 e/ou (21) 8153-5287
> website: www.hostplan.com.br
> e-mail/msn: rodrigo at hostplan.com.br
>
>
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/201210
03/60226175/attachment-0001.html 

------------------------------

_______________________________________________
vtigercrm-developers mailing list
vtigercrm-developers at lists.vtigercrm.com
http://lists.vtigercrm.com/mailman/listinfo/vtigercrm-developers


End of vtigercrm-developers Digest, Vol 81, Issue 4
***************************************************




More information about the vtigercrm-developers mailing list