Quote:
Originally Posted by Krusty1231
Upload the folder to where you have it now (I put mine outside my forum) and run the install.php by going to www.yoursite.com/phppickem/install
From there the installer should take over.
|
The phppickem folder is in talkclassicrock.com
The pickempicks.php file is in talkclassicrock.com/forums
Once I get to Step 3 of the installer it asks to delete the install file.
I do that
then it says to hit complete
I do that and it takes me to a blank white screen. Is this what should happen?
Here's my pickempicks.php
PHP Code:
<?php
error_reporting(E_ALL & ~E_NOTICE);
define('THIS_SCRIPT', 'pickempicks');
define('CSRF_PROTECTION', true);
$phrasegroups = array();
$specialtemplates = array();
$globaltemplates = array('pickempicks',
);
$actiontemplates = array();
// chdir ('/xxxx/xxxx/xxxx/talkclassicrock.com/forums');
require_once('./global.php');
$navbits = construct_navbits(array('' => 'Pick Em Picks'));
$navbar = render_navbar_template($navbits);
$pagetitle = 'Pick Em Picks NFL Weekly Picks';
$templater = vB_Template::create('pickempicks');
$templater->register_page_templates();
$templater->register('navbar', $navbar);
$templater->register('pagetitle', $pagetitle);
print_output($templater->render());
?>
Here is a line from the config.php file in the phppickem folder
PHP Code:
$siteUrl = 'http://www.talkclassicrock.com/forums/';
EDIT:
FYI: Found this in an error file
[04-Sep-2012 13:11:42] PHP Fatal error: Call to undefined function dl() in /xxxx/xxxx/xxxx/talkclassicrock.com/phppickem/includes/classes/crypto.php on line 31
[04-Sep-2012 13:16:45] PHP Fatal error: Call to undefined function dl() in /xxxx/xxxx/xxxx/talkclassicrock.com/phppickem/includes/classes/crypto.php on line 31