vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > Bugs & Issues > Bugs From 2.0 RC1

 
 
Thread Tools Display Modes
  #1  
Old 06-08-2005, 10:36 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Warning: Invalid argument supplied for foreach()

For those getting this error:
PHP Code:
WarningInvalid argument supplied for foreach() in /includes/adminfunctions_vba_cmps.php on line 634 
Look in your forum/admincp/vba_cmps_admin.php file for this code:
PHP Code:
    construct_cmps_settings('module'); 
Replace with this:
PHP Code:
    if (!empty($setting))
    {
        
construct_cmps_settings('module');
    } 
And that should take care of the problem.
  #2  
Old 06-21-2005, 09:14 PM
AstroDude AstroDude is offline
Junior Member
 
Join Date: Feb 2005
Posts: 27
Default Re: Warning: Invalid argument supplied for foreach()

Yes. Yes it did take care of the problem. Thank-you.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Warning: Invalid argument supplied camoman Troubleshooting / "How do I..." Questions 3 04-10-2005 11:43 AM
Warning: Invalid argument supplied for foreach() in */public_html/forum/* Raider Troubleshooting / "How do I..." Questions 10 03-21-2005 07:31 PM


All times are GMT -4. The time now is 03:58 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.