jOpenSimWorld

Grid Status: Online
Total Regions: 23
Visitors (30 Days): 7
Total Residents: 491
Online Now: 0
Hypergriders online: 0

send partnerrequest error

7 years 1 month ago #2816 by megas
Hello,

If sendpartner request i take this error

prntscr.com/im4ytf

0 - Call to undefined method opensimModelinworld::opensimCreated()

Please Log in or Create an account to join the conversation.

7 years 1 month ago #2817 by funcake
Yes i found that yesterday, the quick workaround is go to line 503 in components/com_opensim/models/inworld php and change if($this->opensimCreated($partneruuid) === TRUE) { so it looks like if($this->opensimIsCreated($partneruuid) === TRUE) { do the same in line 645, also you will still receive a error this time from the database go to #__opensim_partnerrequests and change the length from 36 to 38 in the from and to rows, however this did not work for me i had to remove the lines if($this->opensimIsCreated($partneruuid) === TRUE) { completly for it to work i will tell foto today about this lets see what he can do

Please Log in or Create an account to join the conversation.

7 years 1 month ago #2819 by funcake
Oh you have to do the same in the partner table in the joomla database to set from 36 to 38 else you will get the error that the data is to long

Please Log in or Create an account to join the conversation.

7 years 4 weeks ago #2834 by megas
Any good news for this issue?

Please Log in or Create an account to join the conversation.

7 years 4 weeks ago #2844 by foto50
Hi megas

With the today released version 0.3.1.3 this issue should be fixed :)

Greetz
FoTo50
The following user(s) said Thank You: megas

Please Log in or Create an account to join the conversation.

7 years 4 weeks ago #2845 by megas
Your The Best Foto !!!!!

Please Log in or Create an account to join the conversation.

7 years 4 weeks ago #2846 by megas
Partner issues all it is ok thanks . but now i see this error if i make the grid status module on
1253 - COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'latin1'

Please Log in or Create an account to join the conversation.

7 years 4 weeks ago #2847 by foto50
Hi mega

Let me guess: you skipped some versions of jOpenSim and/or OpenSim?

'latin1' was the default character set quite a while ago in MySQL. Now all tables should be set to utf8.

If this only turns up when enabling the grid status module, then I can say it must be either the table "Presence" or "UserAccounts" in your OpenSim database, still having latin1 set as character set somewhere.

Greetz
FoTo50

Please Log in or Create an account to join the conversation.

7 years 4 weeks ago #2848 by megas
thanks Foto i change the table Presence latin1 to utf8 and now working good . Thank you for ur help!!!!

Please Log in or Create an account to join the conversation.

Time to create page: 0.125 seconds