Previous Thread
Next Thread
Print Thread
Hop To
Anonymous
Unregistered
Anonymous
Unregistered
Support,

Any idea's why in CP I can't get the current data?

Running version: 6.5.5
Current release: Unable to retrieve
Released on: Unable to retrieve

Everything else works!

Joined: Jun 2006
Posts: 956
Old Hand
Old Hand
Joined: Jun 2006
Posts: 956
seems to be an server error by Groupee. Nothing you can change.


my board: http://www.dragonclan-forum.de
my hobby: http://www.biker-reise.de
Ich kann bei Fragen zu UBBthreads in Deutsch weiterhelfen oder es zumindest versuchen
Anonymous
Unregistered
Anonymous
Unregistered
No I think its some thing on my server. A file that has the wrong permission.

Why? - I opened up the ubbthreads/admin/login.php script, I dug around and found the URL where it gets the current data...

https://www.ubbcentral.com/ubbthreads_version/threads_version.html

Open it in your web browser its working just fine....

Version: 6.5.5 Release Date: May 31, 2006 UBB.threads™ Member Area: https://www.ubbcentral.com/cgi-bin/directme.cgi?to=members Infopop Product News: https://www.ubbcentral.com/cgi-bin/directme.cgi?to=news UBB.threads™ Guides & Manuals: https://www.ubbcentral.com/cgi-bin/directme.cgi?to=threadsguides Infopop Support Links & Information: https://www.ubbcentral.com/cgi-bin/directme.cgi?to=threadssupport Community Forums: https://www.ubbcentral.com/cgi-bin/directme.cgi?to=threadsforums


Here is the routine out of the script, it looks fine to me....

if ((!isset($ubbt_admin['version'])) || (!isset($ubbt_admin['release']))) {
// Grab the current available version
/*
if (@fopen("https://www.ubbcentral.com/ubbthreads_version/threads_version.html","r")) {
$ubbtfile = file("https://www.ubbcentral.com/ubbthreads_version/threads_version.html");
while(list($linenum,$line) = each($ubbtfile)) {
if (ereg("^Version",$line)) {
list($junk,$version) = split(": ",$line);
}
if (ereg("^Release",$line)) {
list($junk,$release) = split(": ",$line);
}
}
}
else {
*/
$version = "{$ubbt_lang['NORETRIEVE']}";
$release = "{$ubbt_lang['NORETRIEVE']}";
// }
$ubbt_admin['version'] = $version;
$ubbt_admin['release'] = $release;
}
else {
$version = $ubbt_admin['version'];
$release = $ubbt_admin['release'];
}



Can someone from groupee let me know is it a server error or a error in the script as something has changed?

Also is anyone else experiencing this issue in CP / Home / Version Information?

Thanks!

Joined: Jun 2006
Posts: 956
Old Hand
Old Hand
Joined: Jun 2006
Posts: 956
do you see that the check routine is commentet out by /* and */ <img src="https://www.ubbcentral.com/boards/images/graemlins/smile.gif" alt="" /> So the code will not executed the version will not shown


my board: http://www.dragonclan-forum.de
my hobby: http://www.biker-reise.de
Ich kann bei Fragen zu UBBthreads in Deutsch weiterhelfen oder es zumindest versuchen

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Forum Topic Disabled but..........
by FREAK - 04/01/2025 12:05 PM
Embedding photos with HTML problem
by klhansen - 03/30/2025 11:09 PM
Database changes between 7.5.5 and 7.5.8?
by Conrad - 03/24/2025 12:51 PM
Who's Online Now
1 members (Gizmo), 103 guests, and 103 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Ride safe!
Ride safe!
by Morgan, December 7
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Powered by UBB.threads™ PHP Forum Software 8.1.0
(Snapshot build 20250209)