1
XOOPS Version: 2.44
Module Name/Version: custom module
PHP Version: 5
MySQL Version:5.0.77
Custom template: No
PHP Debug Messages: Warning: include() [function.include]: URL file-access is disabled in the server configuration in file /class/xoopsblock.php(163) : eval()'d code line 1
I have a game points module I am working on and it's working fine. I am trying to include the user's points in a block with php include but it's not working. I am getting the debug message listed above.
You can check out the game points module:
http://www.somge.com/salc/learners/username: blackglass
password:earthling
Click the points module to see that it is working. Basically members play educational games and get points for each game played. The site is not active yet which is why it's turned off.
http://www.somge.com/salc/learners/modules/points/getuserpoints.php is the file I am trying to include in a custom block. It shows each member their points. I am trying to get that information in a block by including the file with this: include("http://www.somge.com/salc/learners/modules/points/getuserpoints.php"); in a custom block.
I know very little php and have been using the module tutorial to create this module. Any help you can give is appreciated.
thanks