Drupal is up and running but how do I ...?

I think KNOW why my Iframe doesn’t work, but I need your help

Basically, I just noticed that drupal’s security is so tight, that when trying to directly link to a file drupal prevents it and gives out “page not found”.

The page URL requires a submit order, so users can see the form but when they press submit it gives out a "page not found".

For example, the Iframe path is:

www.domain.com/myfolder/myfolder/example.php

What I noticed is that drupal says, “Page not found” to the above URL, where the page really does exist.

Event Repeat will not create tables (user warning: Table 'my_database.event_repeat' doesn't exist query: SELECT e_r.rid,...)

Hello,

I have installed Event, Flexinode, and Event Repeat.
I installed Event first and did not have any problems. I than installed Event repeat and have not been able to get it working. It appears that the module is not able to create tables

The error I get is as follows;

Parse error: parse error, unexpected ';'

I'm getting the following errror when I try to add my first php form into a page:

Parse error: parse error, unexpected ';' in /home/videofit/public_html/includes/common.inc(1175) : eval()'d code on line 4

here's the code I'm using from a tutorial for creating a simple calculator:

if ((isset($_POST["done"])) && ($_POST["done"] =="y")) (

$height = ((12 * $_POST["feet"]));
if ((isset($_POST["inches"])) && ($_POST["inches"] = 0)) (
$height = $height + $_POST["inches"];
)
$bmi = ($_POST["lbs"] / ($height * $height)) * 703;

)

BMI Calculator

echo $_SERVER['PHP_SELF']; "
Details
Height feet
inches
Weight pounds
<? echo $bmi; ?>

square brackets in url?

I have activated the "Active Forum Topics" block, but for some reason the url's are in this format:
http://www.domain.com/[forum]/rest/of/url
with forum being in square brackets... in the rest of the site all of the links are in the format:
http://www.domain.com/forum/rest/of/url
without the square brackets... any idea what in the block code would cause those to show up?

file attachments never complete

File attachments never complete
JS error:

missing ) in parenthetical
drupal.js (line 322)
oad/js\" class=\"upload\" /\x3e\n\x3cinput type=\"hidden\" name=\"edit[vid]\" id=\"edit-vid\" value=\"4\" /\x3e\n" });

but there is no missing ')';

it appears that 'response' in invalid in redirectFormButton() in drupal.js

New, clean installaion
Drupal 4.73
Mysql Server 4.1.18_3
PHP 5.1

renaming user IDs to user names

i wa swondering whats the best way to rename user ids to thier username

say my username is andrew and my id is 22 how can i make all my urls say /profile/andrew or blog/andrew instead of having my user id in its place like it is now.

i would want this to change automaticly once a user registers

Pages

Subscribe with RSS Subscribe to RSS - Post installation