Sublime directory Surf the web anonymous Pagerank Monitor


Install problem

tpo
Mon 8 December 2008, 03:16 pm GMT +0100
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?

tpo
Mon 8 December 2008, 03:26 pm GMT +0100
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?



tpo
Tue 9 December 2008, 03:36 pm GMT +0100
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.

tpo
Wed 10 December 2008, 09:10 am GMT +0100
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 :
Quote
error_reporting(0);

or this :
Quote
$ebits = ini_get('error_reporting');
error_reporting($ebits ^ E_NOTICE);
to the start of your phpscript.

Or even add this :
Quote
error_reporting($ebits ^ E_NOTICE);
to your php.ini file.

All is working now except for the text size in ads but I should be able to figure that out now.

Thanks for helping a amateur web master out guys. Much appreciated.

Nikolas
Thu 11 December 2008, 09:28 am GMT +0100
Ooops I just saw this thread, sorry man.

Anyway this forum is no longer official as I sold this business (I mean the script business) but if I can help I will :)

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional