I love Pokemon
Posts: 13
86 credits Members referred : 0
« on: Dec 08, 2008, 04:16:58 pm »
Hi! I'm trying to install the Clickbank Contextual Script after switching to a virtual privet server and changing to a different script to power my site. The problem is when I click the install button in the install script (after I enter my db & clickbank info) I get a blank page and after I view the the db in phpmyadmin there is no tables, no nothing. I know the db & clickbank info is correct because I copied and pasted the info.
I have chmodded settings.php, marketplace_feed_v1.xml & marketplace_feed_v1.xml.zip to 777. I have SSI support, PHP support, CGI support enabled on my server.
What could the problem be? Is there a support library I need that I haver simply overlooked?
I love Pokemon
Posts: 13
86 credits Members referred : 0
« Reply #1 on: Dec 08, 2008, 04:26:44 pm »
I have tried to manually create the database using MySQL queries (added index's from the install script) and managed to login to the admin part to update the database and to set up an ad but am consistently getting Undefined index errors all over the place and the text within the ads do not stay within the table boundaries.
I would like to re-install the script with a fresh db as soon as possible.
Please can someone help?
I love Pokemon
Posts: 13
86 credits Members referred : 0
« Reply #2 on: Dec 09, 2008, 04:36:17 pm »
Wow......Almost 50 people have viewed this post and not 1 person can or wants to help. I can't believe that a web master forum as big as this and no one wants to help???
Come on guys!
I'm still having this problem.
Any help at all is appreciated.
I love Pokemon
Posts: 13
86 credits Members referred : 0
« Reply #3 on: Dec 10, 2008, 10:10:53 am »
OK, got this figured. After googleing 'undefined index' I concluded that it was only stating undefined index cause variables were not yet set.
Changing
Quote
ini_set('display_errors',1);
to
Quote
ini_set('display_errors',0);
stoped the errors from displaying.
If anyone has this problem with any php script and you conclude it is working as it should you can add this :