I can't write on the dashboard quick share... Why? |
| |||
I couldn't type any thing on jcow dashboard quick share after installing Jcow on local host , it is completely blocked.. any help please?! Thank you in advance.
|
| |||
try use another web browser. Firefox is better rather than ie. or it's may cause of javascript disable by the web browser.
|
| |||
dagm, I had the same problem. To fix this for myself, I opened up page.tpl.php in the particular theme I was using and changed the following [code]<?=$tpl_vars['javascripts'];?>[/code] to [code]<?php echo $tpl_vars['javascripts'];?>[/code] and everything started working perfectly. I had to do this on other lines of code before everything worked properly.
|
| |||
that is because php short tags are not working on your localhost to remove this issue simply go to php.ini file and look for short_open_tag and remove ; if any and make it 'on' short_open_tag on
|
| |||
Thanks. I'll ask the network admin if he will do this.
|