I have a php script I want to embed in a page. This script used fopen() to read a file. Every time I try to create a page with the script as the body, I get an html error that says:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
So I have tried other putting in other php scripts into pages and those work fine. I tried a quick script that had only the command fopen() and that caused the error.
I was trying to ban a user who was spamming comments by blocking their IP address and seem to have banned everybody, including myself.
I have finally gotten over feeling rather silly and now need to find a solution. How do I fix this if I can't even log in to the site? Or do I have to blow it away and rebuilt it from scratch?
When I insert an image into the tinymce textarea - whether using img_assist, as a file attachment, or using the full url of the image in tinymce's image upload button - the image always shows up in a squished, square size which seems to be controlled by the image_assist module setting, which I've tried changing (even leaving out the height) to no avail. I've also tried setting the size to custom in the image_assist form but it still gets overriden. What's weird is that when I preview the trimmed preview shows the correct size but the full preview shows the squished version.
I am creating a small website for a personal client who writes a newspaper column. Every column she writes has generally between 1 and 3 sections to it. The site must display the article, but also cary a link to the the various sections as seen here in this simple html only mockup: