PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   install page blank (http://www.photopost.com/forum/classifieds-installation-upgrades/114570-install-page-blank.html)

ATN June 24th, 2005 06:35 PM

install page blank
 
Hi There

fresh install, goes thru to this step 'install.php?step=2&usegd=0' but then i get a blank page, i check the database and its created tables but then it just sits at this page, blank, no options to proceed to any other steps.

what shall i do?

cheers B=0

ATN June 24th, 2005 06:43 PM

forgot to say, i checked all permissions and they are cool, and paths too.

Memory_limit 32M
upload_max_filesize 8M

Is that memory the problem?

ATN June 24th, 2005 06:50 PM

i just changed upload_max_filesize 8M to 16mb its made no diff, stil same blank page.

cheers

Chuck S June 24th, 2005 07:45 PM

In install.php remove this and try reinstalling

// Upload the zipcode data (if present)
$query = @file("zipData.sql");

for ( $x=0; $x < count($query); $x++) {
$iquery = $query[$x];
$iquery = str_replace( ";", "", $iquery );
$setup = mysql_query($iquery, $link);
if ( !$setup ) print "<b>Error: ".mysql_error()."</b><br />";
}

ATN June 24th, 2005 11:48 PM

cheers that got me thru to the admin login and setup page, when i enter my login details i get this error: Warning: main(./languages/english/pp-inc.php): failed to open stream: No such file or directory in homevirtualsite1fstvarwwwhtmlsalespp-inc.php on line 107

Fatal error: main(): Failed opening required './languages/english/pp-inc.php' (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site1/fst/var/www/html/sales/pp-inc.php on line 107

ATN June 24th, 2005 11:51 PM

ok working.. the config-inc file had ermmm ummm emptied itself????

sorted now

ATN June 24th, 2005 11:57 PM

fark! i'm on admin index i log in using my admin account i get trasnfered to index.php of the classifieds, where is the admin section?

Cheers

ATN June 25th, 2005 01:13 AM

it was the cookies setup... how come it didnt get setup auto?


All times are GMT -5. The time now is 03:35 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97