- Charlie
Thank you;
Raymond
--
You received this message because you are subscribed to the Google Groups "Dashboard Discussion" group.
To post to this group, send email to museum-dashb...@googlegroups.com.
To unsubscribe from this group, send email to museum-dashboard-d...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/museum-dashboard-discuss?hl=en.
________________________________
This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact Charlie Moad by reply email and destroy all copies of the original message.
Parameter 2 to userreference_user() expected to be a reference, value
given in /home/newarkda/public_html/includes/module.inc on line 386
Raymond
- Charlie
380 function module_invoke() {
381 $args = func_get_args();
382 $module = array_shift($args);
383 $hook = array_shift($args);
384 $function = $module .'_'. $hook;
386 if (module_hook($module, $hook)) {
386 return call_user_func_array($function, $args);
388 }
389 }
Also the boxes are not displaying correctly. Please take a look
www.nndashboard.org
Thank you;
I wasn't able to see your dashboard, but had a similar problem when I first got going.
Charlie's response then was:
"Check "http://<your-site>/admin/settings/site-information". Is the
"Default front page" set to "dashboard"?
I should also mention that the view that drives "dashboard" shows all
dashboard nodes with a taxonomy term of "Highlights". Make sure your
nodes have this term assigned in order to see them on the front page.
- Charlie "
Richard Urban, Doctoral Candidate
Graduate School of Library & Information Science
University of Illinois at Urbana-Champaign
rju...@illinois.edu
http://www.richardurban.net
Now my login problem.
Thank you everyone for your help.
Also are you using the Fusion Charts? If so how do you call the carts?
Do you have an example of the backend info?
I looked in the CCK folder and the only file that contains
"module_invoke" is content_admin.inc file. None of the lines of code
that reference "module_invoke" look like they would need an "&"
The current dashboard software has no integrated charting. All charting you see on other sites is custom code in a "Non-valued dashboard" content type.
1. Parameter 2 to userreference_user() expected to be a reference, value
given in /home/newarkda/public_html/includes/module.inc on line 386. (I
am also getting other errors related to Users same file and line number)
2.Function ereg() is deprecated in
/home/newarkda/public_html/includes/file.inc on line 646.
These errors are due to the new version of PHP and since I am on a
shared host the I have no way of controlling the PHP version. Unlike
Drupal where I can loaded an older version I don't have this option for
PHP. I don't know how many users are using this and how many are on a
shared host but as web hosts upgrade these errors will appear more and
more. I don't code with PHP (I code using ActionScript, XML and
JavaScript) and troubleshooting this would take much longer for me then
for the original developers.
Any Help in this matter would be greatly appreciated.