unserialize() ??????

Hello all

Somebody know this error?

User/session variables?

Hello,

I'm making a customized PHP page node, and would like to automatically get current user's username and email address as php $variables. Do I have to make a database query for this? I suspect some data is stored in global session variables, no?

Thanks,
Scopas

what is the purpose of .htaccess

Hi ,
I am a newbie, so my question can offend some people. So sorry about that.
My problem is;
I have created my database, uploaded the files. But all i see is "Internal server error". After reading some of the post and changing the original .htaccess file, still i had no luck. Then i have deleted the .htaccess file. Hey, then i have seen my index page. Welcome page of Drupal and asking me to create account.

ICON for date / add new comment

Hi,

I need to place ICON in front of
- Date (near submitted by)
- author name

- Add new comment

Is possible by editing only template files and how?

Please help in any way.

Thanks.

MySql select problem?

Hi all

If somebody can give me some help with this:


# Time: 070715 20:28:05
# User@Host: portal2[portal2] @ localhost []
# Query_time: 4 Lock_time: 0 Rows_sent: 5 Rows_examined: 306451
SELECT node.nid, node.type AS node_type, node.title AS node_title, node.changed AS node_changed, users.name AS users_name, users.uid AS users_uid, node.created AS node_created, node_counter.daycount AS node_counter_daycount FROM node node LEFT JOIN users users ON node.uid = users.uid LEFT JOIN node_counter node_counter ON node.nid = node_counter.nid WHERE (node.status = '1') ORDER BY node_counter.daycount DESC LIMIT 0, 5;
# Time: 070715 20:28:06
# User@Host: portal2[portal2] @ localhost []
# Query_time: 3 Lock_time: 0 Rows_sent: 5 Rows_examined: 306451
SELECT node.nid, node.type AS node_type, node.title AS node_title, node.changed AS node_changed, users.name AS users_name, users.uid AS users_uid, node.created AS node_created, node_counter.daycount AS node_counter_daycount FROM node node LEFT JOIN users users ON node.uid = users.uid LEFT JOIN node_counter node_counter ON node.nid = node_counter.nid WHERE (node.status = '1') ORDER BY node_counter.daycount DESC LIMIT 0, 5;
# Time: 070715 20:28:07
# User@Host: portal2[portal2] @ localhost []
# Query_time: 4 Lock_time: 0 Rows_sent: 5 Rows_examined: 306451

Image module 5.1-1.* incompatible with drupal 4.7.*

Hello, I've installed the image module 5.1-1.* (less than a week old). I've checked image, image_attach, image_gallery, image_import in the modules list. Following error occurs:

When trying to add a new image node (Create content/Image) I get:

warning: array_merge_recursive() [function.array-merge-recursive]: Argument #2 is not an array in G:\...\modules\node.module on line 1665.

In the admin section, when selecting Image import, I get:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x