Members list not reachable smf 2.1 rc 2

Started by Seyit replikacep.com, June 07, 2019, 01:58:09 PM

Previous topic - Next topic

Seyit replikacep.com

array(10) {
  • => array(3) { ["file"]=> string(50) "/home/gsmgezginicom/public_html/Sources/Errors.php" ["line"]=> int(290) ["function"]=> string(9) "log_error" } [1]=> array(1) { ["function"]=> string(17) "smf_error_handler" } [2]=> array(3) { ["file"]=> string(48) "/home/gsmgezginicom/public_html/Sources/Subs.php" ["line"]=> int(5749) ["function"]=> string(9) "inet_ntop" } [3]=> array(3) { ["file"]=> string(56) "/home/gsmgezginicom/public_html/Sources/Subs-Members.php" ["line"]=> int(1338) ["function"]=> string(9) "inet_dtop" } [4]=> array(3) { ["file"]=> string(53) "/home/gsmgezginicom/public_html/Sources/Subs-List.php" ["line"]=> int(114) ["function"]=> string(15) "list_getMembers" } [5]=> array(3) { ["file"]=> string(57) "/home/gsmgezginicom/public_html/Sources/ManageMembers.php" ["line"]=> int(611) ["function"]=> string(10) "createList" } [6]=> array(3) { ["file"]=> string(48) "/home/gsmgezginicom/public_html/Sources/Subs.php" ["line"]=> int(5083) ["function"]=> string(14) "ViewMemberlist" } [7]=> array(3) { ["file"]=> string(57) "/home/gsmgezginicom/public_html/Sources/ManageMembers.php" ["line"]=> int(119) ["function"]=> string(11) "call_helper" } [8]=> array(3) { ["file"]=> string(49) "/home/gsmgezginicom/public_html/Sources/Admin.php" ["line"]=> int(497) ["function"]=> string(11) "ViewMembers" } [9]=> array(3) { ["file"]=> string(41) "/home/gsmgezginicom/public_html/index.php" ["line"]=> int(151) ["function"]=> string(9) "AdminMain" } } Error loop.

    https://www.gsmgezgini.com/index.php?action=mlist



    Members list not reachable  what is the reason does anyone knows

Kindred

Works fine for me....   you must have screwed something up.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Seyit replikacep.com

Quote from: Kindred on June 07, 2019, 02:02:50 PM
Works fine for me....   you must have screwed something up.

beta 3 to rc 2 there was an error in this release

resetting the site does not improve

Bigguy


Kindred

I went beta 3 to beta 4 to RC2...   no issues.

works perfectly fine.

If that text is your error, then your error indicates a bad file somewhere
your link is not visible to guests
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Seyit replikacep.com

Quote from: Kindred on June 07, 2019, 04:19:35 PM
I went beta 3 to beta 4 to RC2...   no issues.

works perfectly fine.

If that text is your error, then your error indicates a bad file somewhere
your link is not visible to guests

I reset everything does not improve

Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Seyit replikacep.com

I transferred all files again

upgrade.php I did

shawnb61

It appears to be having an issue with either member_ip or member_ip2.   

There have been some recent changes in converting to ipv6 during the upgrade process. 

It would be helpful to know:
- Do you have any values in member_ip or member_ip2 that look unusual?   
- Were those brought over from 2.0, or are they newly added in 2.1?
Address the process rather than the outcome.  Then, the outcome becomes more likely.   - Fripp

Seyit replikacep.com

We switched from mybb to smf 2.0 and 2.1

Seyit replikacep.com

I can provide server information
panel and ftp

albertlast

You got an invalid member_ip entry in your members table,
you could set all member_ip to null to fix this.
on the otherhand the invalid entry would be intresting to place somekind of catching.

Seyit replikacep.com

Quote from: albertlast on June 07, 2019, 06:07:24 PM
You got an invalid member_ip entry in your members table,
you could set all member_ip to null to fix this.
on the otherhand the invalid entry would be intresting to place somekind of catching.

as you said already  i never touched it

Seyit replikacep.com

albertlast@ Thank you very much thanks to the problem solved 

you solved the problem

albertlast

the issue was,
that the column type got changed but the value of data keep in the old format.

The upgrader check on a (re-)run,
if the column type is the target column type the conversion would be skipped.
Reason why rerunning the upgrader doesn't fix the issue.
Since the conversion is complex is the behavior still the best.

The mayor issue here,
that for $reason this case create and error,
which run in a endless loop which get catched by the error loop detection and
gestoped very hard.

So this question:
why the error get raised?
why we get an error loop?

Please had in mind that this error loop detection is a new thing with 2.1 sinc rc1,
in 2.0 would cause this an white screen or a endless load.

Advertisement: