acristiano
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Unable to Edit Categories ….ok, jus healp!
Forum: Alpha/Beta/RC
In reply to: Unable to Edit Categories ….I found the solution to this error by comparing the pay ‘edit-tags.php’ wordpress wordpress 3.0 against 3.1 and find a function at the beginning of the ‘edit-tags.php’ WP3.1 which says:
if ( !current_user_can( $tax->cap->manage_terms ) ) wp_die( __( 'Cheatin’ uh?' ) );Basically if the current User can see inside the variable tax cap and manage the terms wordpress dies with the error!
I think the expressions are wrong turn that was only if I could comment on the taxonomies edit again!
Forum: Alpha/Beta/RC
In reply to: Unable to Edit Categories ….Encontrei a solução para esse erro comparando a pag ‘edit-tags.php’ do wordpress 3.0 contra a do wordpress 3.1 e descobrir uma função no inicio da ‘edit-tags.php’ WP3.1 que diz:
if ( !current_user_can( $tax->cap->manage_terms ) ) wp_die( __( 'Cheatin’ uh?' ) );Basicamente se o usuario corrente pode ver dentro da variavel tax cap e manage terms o wordpress morre com o erro!
Acredito que as expressoes estejam erradas, so foi transformar esse if em comentário que pude editar novamente as taxonomias!
Forum: Alpha/Beta/RC
In reply to: 3.1-RC3-17365: edit-tags.php redirect loopencontrei a solução para esse erro revisando a pag ‘edit-tags.php’ do wordpress 3.0 contra a do wordpress 3.1 e descobrir uma função no cabeçario que diz:
if ( !current_user_can( $tax->cap->manage_terms ) ) wp_die( __( 'Cheatin’ uh?' ) );ou seja se o usuario corrente pode ver dentro da variavel tax cap e manage terms o wordpress morre com o erro, acredito que as expressoes estejam erradas por que transformei em arqumentos essa pagina e o erro desapareceu!