Login     Sign up
I can't write on the dashboard quick share... Why?
dagmawi (@dagm)
Join date: Sep 7th 2010
Community posts: 1
View Profile
Send Message

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.

175 months ago
Syafiq Zainal (@syafiqzainal)
Join date: Sep 3rd 2010
Community posts: 25
View Profile
Send Message

try use another web browser. Firefox is better rather than ie. or it's may cause of javascript disable by the web browser.

175 months ago
Os Desk (@osdesk)
Join date: Oct 3rd 2010
Community posts: 10
View Profile
Send Message

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.

174 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

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

174 months ago
Os Desk (@osdesk)
Join date: Oct 3rd 2010
Community posts: 10
View Profile
Send Message

Thanks. I'll ask the network admin if he will do this.

174 months ago