PDA

View Full Version : I got error message at Admincp.


nostalgia
03-28-2008, 01:04 AM
Hi,

I got this error message when I open Admincp -> CMPS ->top of the Diagnotics page.
* CMPS 3.0 RC2 ---> CMPS 3.0 Gold

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /admincp/vba_cmps_admin.php on line 4488

Warning: file_get_contents(http://license.vbadvanced.com/?p=4) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /admincp/vba_cmps_admin.php on line 4488

Is this a bug?

Thanks. :)

Brian
03-28-2008, 12:09 PM
That just means that the file_get_contents() function is not available on your server, so you will not be able to use that feature.

Our Sponsors
 

nostalgia
03-29-2008, 12:22 AM
Thanks for your reply.