If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
First prob solved now im getting another  XML
Forum Index » Support Forum
Author Message
creig
Beginner

Joined: 30/07/2009 17:53:32
Messages: 35
Offline

Please wait while the Installation Wizard creates the tables needed to install Advanced Poll on your server. This may take a few moments.

Then i get
The page you tried to access does not exist on this server. This page may not exist due to the following reasons:

1. You are the owner of this web site and you have not uploaded (or incorrectly uploaded) your web site. For information on uploading your web site using FTP client software or web design software, click here for FTP Upload Information.

2. The URL that you have entered in your browser is incorrect. Please re-enter the URL and try again.

3. The Link that you clicked on incorrectly points to this page. Please contact the owner of this web site to inform them of this situation.


Please help ? whats not in the right place?
[WWW] aim icon
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

Is everything in your config file correct?

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
creig
Beginner

Joined: 30/07/2009 17:53:32
Messages: 35
Offline

As far as i know it is, this is what i got and im still geting the oops page from go daddy its got me boggled,lol
<?php
/**
*
* MySQL -> class_mysql.php
* PostgreSQL -> class_pgsql.php
*
*/

$POLLDB = array();
$POLLDB["dbName"] = "xxx";
$POLLDB["host"] = "xxxx";
$POLLDB["user"] = "
creigboyd2";
$POLLDB["pass"] = "xxx";
$POLLDB["class"] = "class_mysql.php";


/* tables */
$POLLTBL = array();
$POLLTBL["poll_config"] = "poll_config";
$POLLTBL["poll_index"] = "poll_index";
$POLLTBL["poll_data"] = "poll_data";
$POLLTBL["poll_ip"] = "poll_ip";
$POLLTBL["poll_log"] = "poll_log";
$POLLTBL["poll_comment"] = "poll_comment";
$POLLTBL["poll_user"] = "poll_user";
$POLLTBL["poll_tpl"] = "poll_templates";
$POLLTBL["poll_tplset"] = "poll_templateset";

?>
[WWW] aim icon
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

Hmm I thought you might of had to set a base url somewhere.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
creig
Beginner

Joined: 30/07/2009 17:53:32
Messages: 35
Offline

Yea, i dont know whats going on ive tried everything, Gotta give up beofre it kills me,lol

its almost the install php cany cannot to mysql , i do know that the error is coming on step_3
[WWW] aim icon
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

I have just downloaded the script so can test. Tell me exactly what you press each time so I can walk through the install file and try to find the url in question.

When you say step 3 do you mean the url it is failing on says action=step_3 ?

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
creig
Beginner

Joined: 30/07/2009 17:53:32
Messages: 35
Offline

Yes that is exactly what is happening,, , ill explain maybe better, when the set up begins it has the disclaimer , then i hit next to install tables , it seems as if its gonna work then i get an error page and in the url bar up top it sais action=step_3 cannot find page with of course the oops page cannot find page, does that explain a little better? I really appreciate your help
[WWW] aim icon
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

1 - Does the url look any different apart from the stap_3 part?

2 - Check that the file /misc/tb_mysql.php is readable. If you know how check it's permissions are at least 755.

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
creig
Beginner

Joined: 30/07/2009 17:53:32
Messages: 35
Offline

ok i will try that , Thank you i will let you know how i make out, again thank you
[WWW] aim icon
creig
Beginner

Joined: 30/07/2009 17:53:32
Messages: 35
Offline

permissions problem, something so stupid yet easy to over look, Thank you again
[WWW] aim icon
creig
Beginner

Joined: 30/07/2009 17:53:32
Messages: 35
Offline

Do you think you could tell me whats going on with this error ?
i didnt try to modify anything lol just trying to get it to work

Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/r/e/creig/html/db/include/config.inc.php:32) in /home/content/c/r/e/creig/html/db/admin/common.inc.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/r/e/creig/html/db/include/config.inc.php:32) in /home/content/c/r/e/creig/html/db/admin/common.inc.php on line 33

Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/r/e/creig/html/db/include/config.inc.php:32) in /home/content/c/r/e/creig/html/db/admin/common.inc.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /home/content/c/r/e/creig/html/db/include/config.inc.php:32) in /home/content/c/r/e/creig/html/db/admin/common.inc.php on line 35
[WWW] aim icon
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

White space either before the opening <?php or after the closing ?> in your config.inc.php file. Given it says started at line 32 I assume it is after the closing ?>

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
creig
Beginner

Joined: 30/07/2009 17:53:32
Messages: 35
Offline

was space there , i back spaced it, but still have that crap on the sign screen
[WWW] aim icon
Carbonize
Master
[Avatar]

Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline

If it's the same message then there must still be something there.

Feel free to email me a copy to look at - webmaster@carbonize.co.uk

Carbonize
I am not the maker of the Advanced Guestbook

get Lazarus
[Email] [WWW] [Yahoo!] aim icon [MSN] [ICQ]
creig
Beginner

Joined: 30/07/2009 17:53:32
Messages: 35
Offline

I emailed you a copy

edited to remove your email and prevent it getting spammed
[WWW] aim icon
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum