Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lachendepaul

Pages: [1] 2 3
1
English:
Since I have changed of server, I get strange errors in my browser.
I have changed server of IIS to APACHE.

On IIS worked everything perfectly, and had no errors in script.
I now get errors which I will show below.
I think that it is due to my configuration of my server.
Is it possible do has with the version of PHP or MYSQL?
Does that make much difference?
Below the errors I cannot which translate because he asks names from the database which does not exist.
What can be wrong?

Deutscher:
Da ich vom Bediener geändert habe, erhalte ich merkwürdige Störungen in meiner Datenbanksuchroutine.
Ich habe Bediener von IIS zu APACHE geändert.

Auf tadellos bearbeitetem IIS alles und hatte keine Störungen im Index.
Ich erhalte jetzt Störungen, die ich unten zeige.
Ich denke, daß er an meiner Konfiguration meines Bedieners liegt.
Ist es hat mit der Version von PHP oder von MYSQL möglich?
Unterscheidet das viel?
Unterhalb der Störungen kann ich nicht, die übersetzen, weil er um um Namen von der Datenbank bittet, welches nicht besteht. Was kann falsch sein?

Error:
DB Error: Bad SQL Query: SELECT DISTINCT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND i.cat_id NOT IN (0, 14, 1, 15, 10, 30, 6, 11, 12, 19, 20, 17, 13, 18, 23, 21, 22) AND c.cat_id = i.cat_id ORDER BY RAND()
Unknown column 'i.user_id' in 'on clause'

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id NOT IN (0, 14, 1, 15, 10, 30, 6, 11, 12, 19, 20, 17, 13, 18, 23, 21, 22) ORDER BY i.image_date DESC LIMIT 3
Unknown column 'i.user_id' in 'on clause'

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in c:\Server\www\meetyou\includes\db_mysql.php on line 116

Line 116 at db_mysql:
return mysql_num_rows($this->query_id);

I work with mysql 5.0.16 and php 5.1.1

2
can you give me the first rules of the admin file?

3
I had the same error, so that was my problem.
There is a old and a new version of PHP_SELF i think.
Your server use PHP 5 i quess?

4
Change this in your file:

$root_path = (eregi("\/plugins\/", $_SERVER['PHP_SELF'])) ? "./../../" : "./../";

Its on the 5 or 6 line..

5
Templates & Styles (Releases & Support) / Re: [Template] blue
« on: April 27, 2005, 03:19:25 PM »
I used this template for a long time.
Its very nice and easy!

You must download this one  :)

Thanks for you nice template

6
Ok thanks for your help.
I've tried it for 7 times, and it still dont work.

I am busy for 2 weeks and now it is over, i dont want it anymore.

Only change i must do is:
$root_path = (eregi("\/plugins\/", $_SERVER['PHP_SELF'])) ? "./../../" : "./../";

Thanks for your help,
I will try to make a poll by myself!


7
I've never change a version of a template.
I've download a template with the name blue and change it to my choice.

But how can i change my version of my template?
Or how can i change the script to make it working?

Thank you very much for your time for me..

8
Thanks, i will try it next week!

9
I have 5 times reinstall the script!
Do you have a good zip for me, so i know it works fine!

11
And when i vote i see this in encuestas_resultados.php

12
I copy your page and it still doesnt work! (admin_encuestas.php)
That is the only page for the admin! So what can i do now?


13
Can you send me the admin page??
I find 2 versions in the script.. (one in the attachement, one in the message with a link)

14
Why? because everything works fine of the script!
But i cant refresh, so the same question still there..

15
It does not work still at this moment.
I miss still my SAVE button.

I the database has removed and reinstall.
I have entirely removed script and also again reinstall.

I have not adapted the language right now!!

Some what I have had adapt is:
$root_path = (eregi("\/plugins\/", $_SERVER['PHP_SELF'])) ? "./../../" : "./../";

This because he dont saw the rootpath.
So i dont have the save button right now!

Who haves the same problem?
Who haves an answer to fix this??

Pages: [1] 2 3