Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#230440 - 10/30/0909:40 AMRe: Problems upgrading from 7.2.2 to 7.5.4.1
[Re: sb]
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
When upgrading, did you follow this portion of the instructions?
Quote:
Upload all files and directories from the unzipped UBB.threads™ directory to the UBB.threads™ installation directory, except for the includes, styles, and cache_builders/custom directories. You will want to upload all of the .php files within the cache_builders directory, just make sure not to upload the custom directory or files within it.
gggrrr... seems I was referring to the wrong instructions. I thought I remembered more sacred dirs than just styles. When I did the upgrade, I made a full zip of all of the UBB files, and also a separate zip of just the styles directory. I copied all of the files that came with 7.5.4.1, then unzipped the styles backup so that our previous files "would win".
I have restored the includes and cache_builders/custom directories, then I restored the .php files that were in cache_builders.
We are seeing the headers for our islands, but the islands have no content within them.
Looking around the UBB control panel, things look strange. So I am going to roll back to 7.2.2 both in files and the last backup of the DB I pulled right when I started the upgrade, and go though the upgrade again. Hopefully things will turn out better this time. Thankfully our hosting provider provides adequate space that I can make many backups of all sorts of things.
I will post again on this thread to update as to how this turns out this time.
If you are talking about just the island that would be in the template file island_whos_online.tpl Just comment out the section on spiders. Then you would edit the language file portal_islands.php edit the key field ONLINE_ANONS delete the "And" at the end.
Thank you for your reply. We edited as per your suggestion but when we click on "Who's Online" and go to the detail view A table with Spiders still show up. We need to nuke that reference as well.
Like I said that would just be the island. If you want the details to exclude the spiders. You have two paths. Delete the agent details and spiders will appear as guests In Control Panel » Display Options Search Engine Agents: Delete all the items, but the details will show 0 spiders on line they just will appear as guests.
If you want the detail page to not show even that you would need to edit the template file "online.tpl" file. Delete or comment out the $tbopen just above the line that has BOT_USERS all the way down to the line that has $tbclose. That should be the last line.
Solved just now. Found that the unwanted content was coming from another tpl file, online.tpl
I ended up whacking the end of that file, all that was building the table for the Spiders. Results are acceptable.
Basically the same as the end of your post just above. Yes, appeared that the $tbclose was needed, and I left the final line as the <br /> tag just for good measure.