this error message is popping up when trying to access the admin page of mywiki with the original login and password. The new login works just fine that was created in ipb
this only appears when logging in with the new login details. when not logged in no error message is displayed. Discussion page simply does not appear.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can confirm from looking at the code, the decodeOptions thing looks like its been broken since MW1.18. Not sure off the top of my head about the best way round it, but I'll have a look and get back to you soon.
I'm guessing the discussion stuff just hasn't been used by people recently/on IPB 3. Can you see if you've got a line in the IPB SQL error log with the faulty query?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks escabar. Regarding the discussion issue, it seems IPB have dropped the description field for topics in IPB 3.2. To fix it, comment out Ipb30/forum/admin/applications_addon/other/ipbwiki/modules_public/ipbwiki/ipbwiki.php line 161
Thanks for the quick response. This is very helpfull. the problem went away but created a new one.
Fatal error: Call to undefined method moderatorLibrary::statsRecount() in /mywbsite.nl/public_html/forum/admin/applications_addon/other/ipbwiki/modules_public/ipbwiki/ipbwiki.php on line 226
is it ok to comment this line out?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes I think so, it's only updating the overall board post count, so I wouldn't worry too much about it, and said similar to someone else. When I have a proper dig around a copy of IPB 3.2 I can hopefully work out what replaced it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ok commented out the problem line and everything is working now (except from the login issue) thanks again! one other thing - because this thread is mainly about the discussion part- how do i use contentlenght? how can i reduce the number of words or characters wich is copied from mediawiki?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had no idea what you were talking about, but looking at the code it seems to be disabled, uncommenting lines 399-402 in that file would probably enable it, but I imagine its been commented out because it doesn't work or its buggy. Feel free to give it a go though, if you're feeling adventurous…
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
mediawiki extension installed
ipb extension installed
Can't login anymore at
mylearningcentre.nl/forum
mylearningcentre.nl/mywiki
on my wiki after login return to home screen but without logging in. no admin or other username in upper right corner
the same with the forum
no error messages or whatever
some additional information:
error message @ mywiki
this error message is popping up when trying to access the admin page of mywiki with the original login and password. The new login works just fine that was created in ipb
second
discussion page does not work
this only appears when logging in with the new login details. when not logged in no error message is displayed. Discussion page simply does not appear.
I can confirm from looking at the code, the decodeOptions thing looks like its been broken since MW1.18. Not sure off the top of my head about the best way round it, but I'll have a look and get back to you soon.
I'm guessing the discussion stuff just hasn't been used by people recently/on IPB 3. Can you see if you've got a line in the IPB SQL error log with the faulty query?
this is the only log available
logging in with original login details now gives the following error
Thanks escabar. Regarding the discussion issue, it seems IPB have dropped the description field for topics in IPB 3.2. To fix it, comment out Ipb30/forum/admin/applications_addon/other/ipbwiki/modules_public/ipbwiki/ipbwiki.php line 161
I've created an issue in the tracker https://sourceforge.net/tracker/?func=detail&aid=3487714&group_id=367814&atid=1533179, and I'll put a proper fix in for the next release.
Still not quite sure what's up with your login issues.
Thanks for the quick response. This is very helpfull. the problem went away but created a new one.
is it ok to comment this line out?
Yes I think so, it's only updating the overall board post count, so I wouldn't worry too much about it, and said similar to someone else. When I have a proper dig around a copy of IPB 3.2 I can hopefully work out what replaced it.
ok commented out the problem line and everything is working now (except from the login issue) thanks again! one other thing - because this thread is mainly about the discussion part- how do i use contentlenght? how can i reduce the number of words or characters wich is copied from mediawiki?
Glad to hear it.
I had no idea what you were talking about, but looking at the code it seems to be disabled, uncommenting lines 399-402 in that file would probably enable it, but I imagine its been commented out because it doesn't work or its buggy. Feel free to give it a go though, if you're feeling adventurous…