|
|
Joined: Nov 2025
Posts: 13
Stranger
|
|
Stranger
Joined: Nov 2025
Posts: 13 |
I hit Check Files, submission goes through then I am back to the same page with no error messages?
Going from 7.5.8 to 8
Last edited by sniperbbb; 11/27/2025 2:11 AM.
|
|
|
|
|
Joined: Jun 2006
Posts: 16,456 Likes: 145
|
|
Joined: Jun 2006
Posts: 16,456 Likes: 145 |
What PHP build are you using? Is no error showing in your error log? You can skip the file check by removing the top VERSION-8.0.0 NEW/CHANGED/REMOVED sections from the /install/UPGRADE_CHANGES.txt file (that'd be Line 1 through ~701
|
|
|
|
|
Joined: Nov 2025
Posts: 13
Stranger
|
|
Stranger
Joined: Nov 2025
Posts: 13 |
cpsrvd 11.130.0.16 Database client version: libmysql - mysqlnd 8.4.14 PHP extension: mysqli Documentation curl Documentation mbstring Documentation PHP version: 8.4.14
Im not getting any errors relating to the forum other than people trying to get onto the site.
I tried deleting the mentioned lines,,,and the entire file contents
|
|
|
|
|
Joined: Nov 2025
Posts: 13
Stranger
|
|
Stranger
Joined: Nov 2025
Posts: 13 |
If i do install/install.php It goes straight to saying that the forum is already installed and jumps all the checks
|
|
|
|
|
Joined: Nov 2025
Posts: 13
Stranger
|
|
Stranger
Joined: Nov 2025
Posts: 13 |
I still cant get it to throw any errors That I can see in logs anywhere
|
|
|
|
|
Joined: Apr 2004
Posts: 2,010 Likes: 173
|
|
Joined: Apr 2004
Posts: 2,010 Likes: 173 |
If i do install/install.php It goes straight to saying that the forum is already installed and jumps all the checks why are you running the install.php for doing an upgrade? run the index.php script as mentioned in the guide. it will will present a page with your forum info, and then run the correct script when you proceed, which would be upgrade.php not install.php https://www.ubbcentral.com/doc_upgrade7.php#upgrade
|
|
|
|
|
Joined: Nov 2025
Posts: 13
Stranger
|
|
Stranger
Joined: Nov 2025
Posts: 13 |
If i do install/install.php It goes straight to saying that the forum is already installed and jumps all the checks why are you running the install.php for doing an upgrade? run the index.php script as mentioned in the guide. it will will present a page with your forum info, and then run the correct script when you proceed, which would be upgrade.php not install.php https://www.ubbcentral.com/doc_upgrade7.php#upgradeim not..was just trying to find something that would get me past the problem. obviously that didnt work, still stuck on the confirm files and its not giving me anything to work with
Last edited by sniperbbb; 11/29/2025 7:48 AM.
|
|
|
|
|
Joined: Nov 2025
Posts: 13
Stranger
|
|
Stranger
Joined: Nov 2025
Posts: 13 |
Broked up my debugger and i'm getting this error being showm Uncaught ReferenceError: $ is not defined <anonymous> https://iowatrapperstalk.com/ubb_js/ubb_jslib.js:354 which is this code $(document).ready(function () {
var to = "fas fa-plus-square fa-fw";
var tc = "fas fa-minus-square fa-fw";
$('div.expheader').each(function () {
var state = false,
answer = $(this).next('div'),
ind = $(this).find('i');
$(this).click(function () {
state = !state;
newSrc = (state) ? tc : to;
ind.attr('class', newSrc);
answer.slideToggle('fast');
});
});
});
|
|
|
|
|
Joined: Nov 2017
Posts: 1
Stranger
|
|
Stranger
Joined: Nov 2017
Posts: 1 |
I'm sorry to have to ask. I wonder if anyone can help with this please? It's my website he's working on and it's been down for a long time. I wish I knew more about it, but I'm ignorant to these things. I sure would greatly appreciate it if someone could help resolve this. We've been with UBB threads for going on 20 years. I'm not sure where else to turn. You can PM me too if you have advice or anything.
Jayme
|
|
|
|
|
Joined: Nov 2025
Posts: 13
Stranger
|
|
Stranger
Joined: Nov 2025
Posts: 13 |
Opened a support ticket on the 28th and there has been no response.
going through the code again through a debugger its catching this:
1. Undefined Variable: $all_versions Line 139-154: The code uses $all_versions array but never defines it:
|
|
|
|
|
Joined: Apr 2004
Posts: 2,010 Likes: 173
|
|
Joined: Apr 2004
Posts: 2,010 Likes: 173 |
Opened a support ticket on the 28th and there has been no response.
going through the code again through a debugger its catching this:
1. Undefined Variable: $all_versions Line 139-154: The code uses $all_versions array but never defines it: $all_versions is defined in /libs/ubbthreads.inc.php. The library is called as part of the /install/upgrade.php upgrader script, which includes it at the top of that script. upgrade.php is not a stand-alone php. it requires the rest of ubb.threads to be installed in the correct paths so it can properly run through the upgrade process.
|
|
|
|
|
Joined: Nov 2025
Posts: 13
Stranger
|
|
Stranger
Joined: Nov 2025
Posts: 13 |
Ok.
any suggestions on how to get past this phase...the suggsestion to edit the upgrade_changes.txt file hasnt done anything.
form submits, and just comes back to the same page with no changes
|
|
|
|
|
Joined: Jun 2006
Posts: 16,456 Likes: 145
|
|
Joined: Jun 2006
Posts: 16,456 Likes: 145 |
These are user to user forums (none of us works for the vendor) and it sounds like you'll need hands on support to continue; the vendor support can be reached through the Support DeskThere is the occasional host that just won't work with any product due to security issues, such as NameCheap. There are also PHP Version Compatibility issues if you're attempting to run v8 on a PHP7 system for example; have you run my " UBB.threads System Requirements Test" script?
|
|
|
|
|
Joined: Nov 2025
Posts: 13
Stranger
|
|
Stranger
Joined: Nov 2025
Posts: 13 |
I made a ticket on the 28th. No response as of yet.
|
|
|
|
|
Joined: Nov 2025
Posts: 13
Stranger
|
|
Stranger
Joined: Nov 2025
Posts: 13 |
|
|
|
|
|
Joined: Jun 2006
Posts: 16,456 Likes: 145
|
|
Joined: Jun 2006
Posts: 16,456 Likes: 145 |
PHP 7.4.33 should support UBB.threads v8.0.1
|
|
|
|
3 members (Gizmo, sniperbbb, 1 invisible),
4,826
guests, and
179
robots. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
|