-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Old issue OCNA migration to new code #1973
Comments
Let's open a new discussion and try to conclude where we are now. First: Second: @Mr-Yuck are you there? What's your opinion? @deg-pl @deg-pl @harrieklomp @following5 @andrixnet @mzylowski If you decide to help I'm in. |
I'm pro. I can help. Rest should not to be a big problem. I can make new OC NA server and probably to migrate existing data. I'm only busy for a few next days. |
Subissues:
Special tables in OCUS database:
|
Yes, let us help OCNA with this great OCPL code? |
Thanks for the response. I am trying to get MrYuck involved. years of no results has left him a non-frequent visitor to OCNA and Geocache related e-mail accounts. He will pop up sometime. To First question: We are aware of ongoing issues with PL. That was stated as a partial reason the upgrade was terminated 2 years ago. Let's face it, There will always be some issues to contend with but a basicly functional site with at least the appearance of being maintained is prefferable to OCNA as it is. To second question: We have NO tech people. We can find the time but have no expertise which is partially why we are this situation. We just want a site that members can actually use that looks to be maintained. Graphics for some items not used in Europe were already provided.
Thanks again. |
we need to know if we can start:
then:
|
I just checked to see if I still had access to our server. Apparently I do not.MrYuck has the domain and server accounts.Andrei? Was helping before. He may still have the info for access. I will redouble efforts to get MrYuck to appear.On Feb 16, 2019 5:29 PM, kojoty <[email protected]> wrote:@TermiteHunter
we need to know if we can start:
do you have access to any hosting account?who controls the OCNA domain?do you have an access to current server - we will need to copy pics etc.
then:
@deg-pl is able to prepare new server configuration for youin the meantime we try to identify and if possible fix the incompatibility in code and configuration
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
|
C'mon TH, it's not THAT difficult to get me to appear. Andrei was helping us, and more specifically, we were talking about a quick "OCUK type" fix. But I haven't heard from him since mid October. I believe he does have a test server running with OCUS mostly migrated. We have a web hosting company out of Montreal Canada, and of course I have access to the server, which I interface with with cPanel. I haven't used ftp in probably 3 years, although you can set it up with cPanel. As noted at the very bottom of the page on opencaching.us, it is currently running with Litespeed web server (not apache), CentOS (not Ubuntu), Mariadb (not MySQL) and Exim internet mailer. Let me know what you would need. And I think Andrei should definitely be consulted first, to see if anything he's done may be of use. |
@andrixnet are you there? (Andrei is here but it seems he has been busy for last few months) I think that the best solution would be the same as for OCUK: prepare the new server - I don't know how many traffic you have right now but I expect that cheap VPS would not cost much more. In my opinion this is much better because staying with completely different software stack can caused additional issues, which can be difficult to debug for us - I believe @deg-pl agrees with this - am I right? In the meantime today I will try to review issues which andrixnet marked as a important for OCNA today. |
Yes. I agree with @kojoty Let's try to find which parts of our code doesn't fit OC NA and set priorities. I think for example, that "states" support is important (maybe our regions will fit?) but apporiving all caches by OC Team is not such important for now. |
Andrei (who we definitely must consult with) had actually mentioned last October that he had enough server space to host us for free? We were originally set up on the U.S. web hosting Company Rackspace, which was costing $40 U.S. a month! We pay $16 U.S. a month now, and this company (Kickassd) given server access to Rackspace, moved the site over for free. I concur with all migration issues mentioned here, and I will say every one of them have been discussed with Andrei at one time or another. |
In part it is my fault. I've been in contact with one of OCNA admins (Mr. Yuck I think, I also knew him as "Jim"). He has given me access to OCNA hosting several years ago and I helped him out with some small bugs/problems over time. While trying to make heads and tails of the migration necessities, my progress was slow. |
That's it with the history. Now to the practical. As I said, I have a devel server up and running for OCRO and ready for OCUS, all but the database conversion. The existing hosting of OCUS is big mess, at least configuration wise. I still have access to it.
I think I can make another set, as long as the Kickassd hosting is still up and I have access. |
Technical-wise, project OCNA migration describes most requirements. I'll try to summarize them again here, to the best of my knowledge:
|
Pssst, the kids are sleeping, so I'm busy writing here. I'm looking up the stuff I already did for OCUS on my computer and reviewing it. |
Cache sizes meanwhile are completely migrated to code; you just need to add For attributes I can do the same, as soon as the DB update system is working at OC RO (see #1943 (comment)). Then only the cache types issue is left => #860. |
@andrixnet Mr.Yuck is definitely Jim. :-) |
We no longer have the bitcaching site.Lost the domain some time ago.Bitcaching is now a crypto currency exchange.We do still use bit caches as a cache type. On Feb 17, 2019 8:03 AM, andrixnet <[email protected]> wrote:That's it with the history. Now to the practical.
As I said, I have a devel server up and running for OCRO and ready for OCUS, all but the database conversion.
I can offer it as hosting for OCUS working on opencaching-pl code at no cost.
The existing hosting of OCUS is big mess, at least configuration wise. I still have access to it.
I have a complete backup of all OCUS resources (files and databases):
OCUS opencaching siteforumwikiblogbitcaching page
These were made december 2018.
Based on these I should be able to recreate them on a separate hosting, should Kickassd hosting cease to function.
I think I can make another set, as long as the Kickassd hosting is still up and I have access.
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
|
|
Also I think the cache types are the only of those entities that need special migration. |
OKAPI attributes.xml might need some tending (?) |
@kojoty Yes, there is. SQL tables with LINESTRING shapes. A bit simpler then NUTS data, less hierarchy, in separate tables for US, MX, CA. I can show you my work. I'll contact you privately with details. @TermiteHunter there seem to be more email subsystem problems that I will have to sort out. |
I will try with a yahoo account. |
In contact also with "Bon Echo" OCNA admin. |
Just updated the software with "git pull", so we can see the actual state on http://ocus.dev.andrix.eu/index.php . |
A small update for OCUS devel site.
These where the easy things to do. The harder things i leave to the more experienced persons :-) |
@harrieklomp and the rest of collegues :)
Please create one updated list of issues which we still have in this subject |
If there are more such differences, not only attribute name (which can be handled easily), then another solution must be designed. The only one I can think of is to maintain 2 sets english strings (en-us and en-gb).
These are most of what I can think of at this time. |
Oh, and another very important issue:
This is very important to allow seamless transition for the users, instead of requiring each user to do a manual password reset. |
This converting does go automatic. |
Thanks to Harrieklomp I have managed to login to the Dev site. I have yet to explore the site fully. Thanks to all those participating in the OCNA update. You are doing great work. |
If i remember correct there is only one page with old maps. See http://ocus.dev.andrix.eu/myroutes_add_map2.php. Perhaps used by accident a link to another site? |
Must have been some sort of other issue that gave me the old Google map. I now wee the correct current map when clicking Cache Map. Low priority: QR code needs a OCNA version. currently shows OC.PL as url and has the OC sun logo. Future suggestion for all OC very low priority.: Foreign waypoints boxes should remove no longer active Navicache. _Find geocaches on: gpsgames.org | oc.cz | oc.de On cache page should reflect local options to OCNA. (gpsgames.org, geocaching.com, terracaching.com) American / British English: unified terms would simplify issue. Select best option. Where there is apparently no cross British / American term that is suitable allow for alternative appropiate term. |
Just an update on the current "old" site to encourage completion of the upgrade. We are essentially completely shutdown. The hosting site did some sort of server migration that completely broke OCNA. |
I suspect the hosting site changed PHP version (most likely explanation). Old code can no longer run properly, so migration has suddenly turned to the highest urgency level. I'd like to propose July 1st as due date for switchover. |
Hi, I talked with Deg. Please be sure that you save the last working day dump + files from the server ( pictures etc.) Maybe just add some anonucemnt and make the current side RO or at least note that any changes from that moment will be lost. Me and Deg are going to involve in the process after the weekend - now we are still on some holidays trips... |
At this time I am preparing the DEVEL/test instance to move to production. For now, getting OC and utility sites working is highest priority this weekend. |
Thanks for the upgrade. At least most of the site is functional now. SOmething that has come up repeatedly is users requesting deletion of their account. |
Hi, For now OC don't have any mechanism to remove user account automatically. At least OCPL works like that: Yes, we should think about script to allow user to remove/lock his/her account - I even think that maybe I will be able to work on this this later year. Regards. |
Here is your first request:
Could you please deactivate my account?
Username is tsanders65
Sorry it just did not work out
Admin Greater Charlotte Geocaching Club - Charlottegeocaching.com
Admin Open Caching North America – Opencaching.us
From: kojoty
Sent: Saturday, February 20, 2021 5:48 PM
To: opencaching/opencaching-pl
Cc: TermiteHunter; Mention
Subject: Re: [opencaching/opencaching-pl] Old issue OCNA migration to new code (#1973)
Hi,
For now OC don't have any mechanism to remove user account automatically.
At least OCPL works like that:
user asks for removing his account. Then if user has any logs or caches account is locked, name of the user is anonymized and email address is removed from DB. If user account is without any logs or caches it cen be just deleted. All operations we do manually in DB (there is no many requests so it still can work like that).
Yes, we should think about script to allow user to remove/lock his/her account - I even think that maybe I will be able to work on this this later year.
Regards.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
…--
This email has been checked for viruses by AVG.
https://www.avg.com
|
Hi all,
Just a note to say that I would find this very useful in the UK too
please - I also do it manually at present, but I'm never sure if I'm
doing it correctly or if I might be breaking the database in some way.
Very many thanks for all that you guys do,
Rgds, Andy
…On 03/03/2021 02:32, TermiteHunter wrote:
Here is your first request:
Could you please deactivate my account?
Username is tsanders65
Sorry it just did not work out
Admin Greater Charlotte Geocaching Club - Charlottegeocaching.com
Admin Open Caching North America – Opencaching.us
From: kojoty
Sent: Saturday, February 20, 2021 5:48 PM
To: opencaching/opencaching-pl
Cc: TermiteHunter; Mention
Subject: Re: [opencaching/opencaching-pl] Old issue OCNA migration to
new code (#1973)
Hi,
For now OC don't have any mechanism to remove user account automatically.
At least OCPL works like that:
user asks for removing his account. Then if user has any logs or
caches account is locked, name of the user is anonymized and email
address is removed from DB. If user account is without any logs or
caches it cen be just deleted. All operations we do manually in DB
(there is no many requests so it still can work like that).
Yes, we should think about script to allow user to remove/lock his/her
account - I even think that maybe I will be able to work on this this
later year.
Regards.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
--
This email has been checked for viruses by AVG.
https://www.avg.com
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1973 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFR3PMJ5U266IZIPM6Y3SMLTBWNVFANCNFSM4GX3H2JQ>.
|
OK, I try to work on this on next days - it shouldn't be too complicated... |
I added the new issue on user account deletion here: #2226 |
Hello and forgive me if speaking out of turn.
It is now Feb 2019 (2 years since the last comment here on the migration) and we are still operating on an even more broken site.
There are failures on our site that affect all users and discourages new members.
The attempt to bring OCNA into the new PL code failed long ago when we were abandoned and forgotten. Attempts to get help with a PL or DE styled update by Mr-Yuck have been met with a few promising ideas from various individuals only to be abandoned before they begin.
The OC Community is about to lose OpenCaching North America. (Mexico, US, Canada and parts of Central America)
The site looks and operates poorly, an embarasment to the OC community as a whole.
This can not continue. I find that I can no longer encourage others to explore OCNA in it's cuurent state and have even declined to list my own caches on OCNA (and I am an Admin there)
Please contact Mr-Yuck and re-instate the OCNA migration to an updated version of the OC code so that we may continue as a valued and valid OC site.
Need is URGENT.
Admin at OCNA are preparing to allow this node to join Navicache and become a non-entity if help is not recieved soon.
Action is needed.
The site is failing. (maps fail. search fails, registration fails)
Admin is discouraged. (too many promises with no follow-up and abandonment)
Use is plummeting. (new users down, listings down, logs down)
Failure is imminent. (by code failure, lack of use, or intentional failure to renew domains or hosting for a failing site)
If the goal is to have nodes in all parts of the world, The community is failing a huge part of that world.
Save OCNA NOW
The text was updated successfully, but these errors were encountered: