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
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
0 members (), 898 guests, and 155 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)