Forums / Cotonti / Support / upgraded to 0.9.12.1, many problems

musashi9
#1 2012-12-12 09:08

I upgraded today from 9.11 to 0.9.12.1 and my users are teling me about a bunch of problems

1 user couldn't log in any more I had to set a new password for him

One page (latest, made before upgrade) in particular fails to let users comment on it, they just get a YOU ARE NOT ALLOWED TO DO THIS MSG yet they can comment on other pages in the same catagory.

Downloads are set to download for all (non members) but people can only download when logged in as a member

 

Trustmaster
#2 2012-12-12 10:26
#36511 musashi9:

I upgraded today from 9.11 to 0.9.12.1 and my users are teling me about a bunch of problems

1 user couldn't log in any more I had to set a new password for him

This would be hard to track, if you get this problem again, let us know and copy his user_password, user_passsalt and user_passfunc values from users table somewhere before changing the password.

One page (latest, made before upgrade) in particular fails to let users comment on it, they just get a YOU ARE NOT ALLOWED TO DO THIS MSG yet they can comment on other pages in the same catagory.

Does it display the comment form for that page? When does the message appear? What category is that?

Downloads are set to download for all (non members) but people can only download when logged in as a member

Does the Guests group have "1" permission on those categories?

May the Source be with you!
musashi9
#3 2012-12-12 14:25

I checked my sql tables after upgrade and had some errors so I clicked REPAIR and so far so good on all problem points.

Ross
#4 2013-01-03 23:56

I upgraded to 0.9.12.1 from 0.9.11 and now when I try to add or edit a page I get this error message:

Fatal error: Call to undefined function cot_selectbox_structure() in /home/web/www.mywebsite.com/modules/page/inc/page.edit.php on line 142

I restored the old page.add.tpl and page.edit.tpl but the problem is still there. Could you sugget me how can I fix it, please?

Trustmaster
#5 2013-01-04 09:22

This is very strange because that function must be available because of the line 14 of page.edit.php:

require_once cot_incfile('forms');

Is forms.php file present in system folder? Try reuploading files, sometimes files get corrupted or skipped on upload.

May the Source be with you!
Ross
#6 2013-01-04 10:50

Thank you, Trustmaster.

I solved the problem:

1) I downloaded again the package

2) I uploaded again the folders:

modules, setup, system

and the files: page.add.tpl and page.edit.tpl to my own skin folders

(no install.php procedure, just rewriting those folders and files).

 

 

Trustmaster
#7 2013-01-04 13:24

Good to know that helped! FTP clients are so unreliable these days...

May the Source be with you!