Author Topic: Can't post any comment!  (Read 31468 times)

0 Members and 1 Guest are viewing this topic.

Offline romanticyao

  • Newbie
  • *
  • Posts: 12
    • View Profile
Can't post any comment!
« on: May 31, 2003, 11:49:34 PM »
:( i can't post any comment. I have done chmod and set user permission accurately. everthing work perfect but can't post comment... 8O

can some one help me?

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Can't post any comment!
« Reply #1 on: June 01, 2003, 02:14:32 AM »
Have you checked your category permissions to make sure posting comments is enabled?  (Admin control panel)

Offline romanticyao

  • Newbie
  • *
  • Posts: 12
    • View Profile
yes i have
« Reply #2 on: June 01, 2003, 03:06:54 AM »
yes i have, and all the post comment fields are there, but it doesn't work.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Can't post any comment!
« Reply #3 on: June 01, 2003, 03:10:38 AM »
would u tell us how "it doesnt work" ?
what does it do? do u get any error messages?
do u actualy see the comment form?
see, with all the info u gave us, we only can answer "sorry to hear that" ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline romanticyao

  • Newbie
  • *
  • Posts: 12
    • View Profile
Can't post any comment!
« Reply #4 on: June 01, 2003, 10:49:00 AM »
thank u guys for your reply.
log in my site as demo:demo, try to post a comment. you'll see what i meant.

http://www.toonorg.com/gallerytest/

login as: demo
password: demo

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Can't post any comment!
« Reply #5 on: June 01, 2003, 03:51:50 PM »
ah, this is first time I see this kind of problem...:?
what OS does your host uses?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline www.girls-on-bikes.com

  • Full Member
  • ***
  • Posts: 145
    • View Profile
    • http://www.girls-on-bikes.com/
Can't post any comment!
« Reply #6 on: June 01, 2003, 09:33:45 PM »
I tried to post a comment, and when I hit Submit, I got directed to the home page, is that what other people were getting?
I'm thinking that possibly $PHP_SELF isn't getting set properly, so the form has no where to post/get to, so it returns to the home page by default.

Just a guess tho.
If you know some PHP, do a little test script for a few of the enviro variables to check that they are all functional.

Offline romanticyao

  • Newbie
  • *
  • Posts: 12
    • View Profile
Can't post any comment!
« Reply #7 on: June 01, 2003, 10:04:07 PM »
Quote from: V@no
ah, this is first time I see this kind of problem...:?
what OS does your host uses?



redhat :?

Offline romanticyao

  • Newbie
  • *
  • Posts: 12
    • View Profile
Can't post any comment!
« Reply #8 on: June 01, 2003, 10:04:33 PM »
can someone help out please :cry:

Offline www.girls-on-bikes.com

  • Full Member
  • ***
  • Posts: 145
    • View Profile
    • http://www.girls-on-bikes.com/
Can't post any comment!
« Reply #9 on: June 01, 2003, 10:07:44 PM »
OK:
1) Create a PHP file with only this in it:
Code: [Select]
<?php phpinfo&#40;&#41;;?>
2) Save the file as "phpinfo.php" and upload it to your server.
3) Paste the location of the file here so we can take a look at it.

Offline romanticyao

  • Newbie
  • *
  • Posts: 12
    • View Profile
Can't post any comment!
« Reply #10 on: June 01, 2003, 11:03:03 PM »
OK:
1) Create a PHP file with only this in it:
Code: [Select]
<?php phpinfo&#40;&#41;;?>
2) Save the file as "phpinfo.php" and upload it to your server.
3) Paste the location of the file here so we can take a look at it.



Thank you so much, here is the link to phpinfo.php

http://www.toonorg.com/phpinfo.php

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Can't post any comment!
« Reply #11 on: June 01, 2003, 11:08:59 PM »
not sure that this gonna help, but worth to try ;)
add this line into /includes/constants.php (just before closing ?> )
Code: [Select]
define('SCRIPT_URL', 'http://www.yourdomain.com/4images'); //no trailing slash
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline romanticyao

  • Newbie
  • *
  • Posts: 12
    • View Profile
Can't post any comment!
« Reply #12 on: June 01, 2003, 11:13:17 PM »
Quote from: V@no
not sure that this gonna help, but worth to try ;)
add this line into /includes/constants.php (just before closing ?> )
Code: [Select]
define('SCRIPT_URL', 'http://www.yourdomain.com/4images'); //no trailing slash


nope, didn't work, but thanx anyway  :wink:

Offline www.girls-on-bikes.com

  • Full Member
  • ***
  • Posts: 145
    • View Profile
    • http://www.girls-on-bikes.com/
Can't post any comment!
« Reply #13 on: June 01, 2003, 11:15:21 PM »
Quote
Thank you so much, here is the link to phpinfo.php

http://www.toonorg.com/phpinfo.php


Well, all of your variables seem to be reporting correctly, so your server looks fine.  Try out what V@no said and see if that works.

Offline romanticyao

  • Newbie
  • *
  • Posts: 12
    • View Profile
Can't post any comment!
« Reply #14 on: June 01, 2003, 11:24:41 PM »
I don't know, it didn't work for me.

I'll install a new one on the same server and have you guys take a look at my backend.