(2013-05-23, 20:53:44)wwwcre8r Wrote: Installed using Wampserver on Win 7 Pro 64bit
Getting error on entering SETUP:
STRICT STANDARDS: NON-STATIC METHOD CUTABLE::CREATETABLE() SHOULD NOT BE CALLED STATICALLY IN C:\WAMP\WWW\GETSIMPLE\PLUGINS\CUSERS\INCLUDE\ADMIN.PHP ON LINE 140
Getting errors when saving SETTINGS:
SCREAM: ERROR SUPPRESSION IGNORED FOR
( ! ) NOTICE: UNDEFINED INDEX: ID IN C:\WAMP\WWW\GETSIMPLE\PLUGINS\CUSERS\INCLUDE\ADMIN.PHP ON LINE 265
CALL STACK
SCREAM: ERROR SUPPRESSION IGNORED FOR
( ! ) STRICT STANDARDS: NON-STATIC METHOD CUTABLE::UPDATERECORD() SHOULD NOT BE CALLED STATICALLY IN C:\WAMP\WWW\GETSIMPLE\PLUGINS\CUSERS\INCLUDE\ADMIN.PHP ON LINE 265
The problem is likely due to me not explicitly declaring the createTable method as static, hence the further two problems (which depend on createTable being called). I'm currently going through another re-write of the code across all the CUsers plugins (so the base, message board and comments plugin) to make them integrate with each other better and to make the coding itself easier to manage (and append to). This will all be included in the next update - don't worry, your current CUsers data will not be affected.
@timbow: the initial page should be 'board'. So go to yourdomain.com/index.php?id=board and you should see it.
Thanks for testing the plugin, people. I hope to please with the eventual fixes.