Author Topic: error coming up when clicking in stall  (Read 4283 times)

0 Members and 1 Guest are viewing this topic.

Offline shami74

  • Newbie
  • *
  • Posts: 49
    • View Profile
error coming up when clicking in stall
« on: February 07, 2008, 02:26:02 AM »
http://www.moonlytegraphix.com/4images

this is not my site though i am trying to help


Parse error: syntax error, unexpected '"' in /home/kajirafire/domains/moonlytegraphix.com/public_html/4images/includes/db_mysql.php on line 39


if i can get some help i can explain how to fix this to her


thank you

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: error coming up when clicking in stall
« Reply #1 on: February 07, 2008, 03:05:57 AM »
See if config.php file is right. Is look error in string ...
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline Nylemia

  • Pre-Newbie
  • Posts: 1
    • View Profile
Re: error coming up when clicking in stall
« Reply #2 on: February 09, 2008, 02:45:52 PM »
This is my site she is trying to help me with, I have looked at the config file and to be honest not exactly sure what I am looking for error wise, any help would be appreciated as I have not found much on my own researching.

Thank you

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: error coming up when clicking in stall
« Reply #3 on: February 09, 2008, 03:48:11 PM »
In includes/db_mysql.php file,

find:

Code: [Select]
$this->error("Could not connect to the database server ($db_host, $db_user).", 1);

replace:

Code: [Select]
$this->error("Could not connect to the database server (" . $db_host . ", " . $db_user . ").", 1);
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?