Content Block not working!!!

Permalink
Hi

I have a strange problem with the content block, when I add the content block the window pops up for a moment then goes to a blank white screen. All other blocks work fine which is strange. I am using 5.3.3 and have tried refreshing the block in the Add Functionality but it doesn't make any difference. I have added a screen grab of how it looks before it goes to a white screen.

any ideas?

Thanks on advance
Karl

1 Attachment

abovecreative
 
Remo replied on at Permalink Reply
Remo
any javascript errors?

did you clear your cache?
abovecreative replied on at Permalink Reply
abovecreative
Yep, cleared the cache (it is actually disabled) I had started a custom template which I thought may have been the problem but it still did it when I went back to the default template.
Don't think there are any javascript errors. Its just odd that all other blocks are OK, I have only just installed the site so I can easily reinstall if needs be but would like to know why its doing it.
Remo replied on at Permalink Reply
Remo
It seems like loading TinyMCE causes the problem.

Are you just thinking there are not javascript errors or did you check it as well? Sorry to bother you with that, but knowing that would be helpful
abovecreative replied on at Permalink Reply
abovecreative
Not sure how to check for javascript errors, could you give me a clue please Remo.
Remo replied on at Permalink Reply
Remo
open firefox, tools - error console and open the block and see what the console tells you
tysontrux replied on at Permalink Reply
I'm new to this. Where do I paste this code?
abovecreative replied on at Permalink Reply
abovecreative
I was having trouble getting the Pretty urls to work using the standard code in the .htaccess file. Found a work around in the forums which worked well but must have somehow messed with the content block.

The code I used was (not sure why this would stop the content block from working):

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !(index\.php)

RewriteRule .* index.php [L]
</IfModule>
scalait replied on at Permalink Reply
scalait
I am having the same problem running concrete5 unter FastCGI / PHP.

Can you upload / attach your .htaccess here which does work?

Thank you in advance.


Best wishes,

Marc
razorfrog replied on at Permalink Reply
razorfrog
Me too. Any thoughts? I have two JS errors:

Error: _gat is not defined
Error: tinyMCE is not defined

http://www.concrete5.org/index.php?cID=29408...
AlbertPotato replied on at Permalink Reply
AlbertPotato
Make sure php's header function isn't being used in things like /single_pages (and probably elsewhere). Also, if you're running PHP on IIS, I've seen it not render $_SERVER['REQUEST_URI'] at all and have instead had to use $_SERVER['PHP_SELF']. You can read more about that problem by reading me talking to myself here:http://www.concrete5.org/community/forums/usage/form-loading-the-ho...