SWF Help...

Aercor

The Official Gay
Oct 1, 2011
556
102
  • When i got to localhost this happens:
  • New config:
 

Sean

‫‫‫‫‫‫  ‫  Don't Worry, Be Happy
Dec 12, 2011
1,121
405
You should really go over what you have input and read the Comments on the side, You have done this alot.

$_CONFIG[\'hotel\'][\'swf_folder\'] = \' \'; //URL to your SWF folder (does not end with a \'/\')



Also > $_CONFIG[\'hotel\'][\'url\'] = \' not end with a "/" is missing a ; at the end of the link.
 

Aercor

The Official Gay
Oct 1, 2011
556
102
It says:

Warning: mysql_pconnect() [ ]: [2002] A connection attempt failed because the connected party did not properly respond after a period of time, or established connecti (trying to connect via tcp://habzenn.no-ip.org:3306) in C:\Users\Tyler\Desktop\xampp\htdocs\app\class.engine.php on line 48

Warning: mysql_pconnect() [ ]: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\Users\Tyler\Desktop\xampp\htdocs\app\class.engine.php on line 48
MySQL Engine - RevCMS:
MySQL could not connect to host
 

Solar

Member
Jan 24, 2012
135
10
tcp://habzenn.no-ip.org:3306
should be
habzenn.no-ip.org:3306 (If you have configured your mysql to be accessed from outside computers, which is something you really don't want)
or
localhost:3306
 

Users who are viewing this thread

Top