Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jul 2006
Posts: 116
Likes: 4
P
Member
Member
P Offline
Joined: Jul 2006
Posts: 116
Likes: 4
The first warning is right on the first page of the admin control panel

Quote
Notice: Undefined index: timestamp in /Applications/MAMP/htdocs/ubbt7/admin/login.php on line 315

Notice: Undefined index: timestamp in /Applications/MAMP/htdocs/ubbt7/admin/login.php on line 339

To fix this problem find in admin/login.php:

Code
// Get the xml feed for news
$ubbt_news_links = "";

and add:

Code
if (!isset($ubbt_admin['timestamp'])) $ubbt_admin['timestamp'] = 0;

2) The next issue appear on the Portal Settings page but only if the cache directory is empty

Quote
Warning: include(/Applications/MAMP/htdocs/ubbt7/cache/forum_list.php) [function.include]: failed to open stream: No such file or directory in /Applications/MAMP/htdocs/ubbt7/admin/portal_settings.php on line 65

Warning: include() [function.include]: Failed opening '/Applications/MAMP/htdocs/ubbt7/cache/forum_list.php' for inclusion (include_path='.:/Applications/MAMP/bin/php5/lib/php') in /Applications/MAMP/htdocs/ubbt7/admin/portal_settings.php on line 65

Notice: Undefined variable: tree in /Applications/MAMP/htdocs/ubbt7/admin/portal_settings.php on line 66

To fix this problem find in admin/portal_settings.php:

Code
 include("{$config['FULL_PATH']}/cache/forum_list.php");

and replace with:

Code
(file_exists("{$config['FULL_PATH']}/cache/forum_list.php")) ? include("{$config['FULL_PATH']}/cache/forum_list.php") : $tree = array() ;

Last edited by Rick; 08/01/2006 3:04 PM.
Joined: Jul 2006
Posts: 4,057
Joined: Jul 2006
Posts: 4,057
V B2

I dont have a copy of the Error,
but i have a link direct to my control panel.

Clicked on that,
Sent me there, informed me i wasnt logged in.
Please wait while we take you to the login screen.

Then a whole load of code.

I think i had previously deleted my cache,
testing out stuff and wanted a fresh start.


BOOM !! Version v7.6.1.1
People who inspire me Isaac ME Gizmo
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Thanks for the report and the fixes!


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
spam issues
by ECNet - 03/19/2024 11:45 PM
Who's Online Now
0 members (), 686 guests, and 131 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)