View Single Post
Old August 7th, 2009, 03:09 PM   #1 (permalink)
aberg
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 313
Question Problem after new install

I have make a new phrase.php file and have tried to install it in the database.
But that give a blanc screen after try to install this.
So first question is how I can import the new phrase.php file in the database.
It give a dupicatie error, but I have use the example italian file like this:

$query[] ="DELETE FROM {$pp_db_prefix}phrases WHERE langid=2;";
$query[] ="INSERT INTO {$pp_db_prefix}languages VALUES (2, 'Dutch', 'NL', 'UTF-8', 'ltr');";
$query[] = "INSERT INTO {$pp_db_prefix}phrases VALUES (1, 'admgrp1', 'Global Options', 'Global Options', '2');";
$query[] = "INSERT INTO {$pp_db_prefix}phrases VALUES (2, 'admgrp2', 'Admin Options', 'Admin Options', '2');";
$query[] = "INSERT INTO {$pp_db_prefix}phrases VALUES (3, 'admgrp3', 'Index Options', 'Index Options', '2');";


Next problem is the new installation.
After restore the database I get still the duplicate errors and a blanc screen.
So I have make a new installation.
There where no errors and I get in the admin screen where everythings seems to work fine.
But when I call the index files ( back to user index) I get a blanc screen (http-fault 500 Interne servererror)
I use the intergrate version (Vbulletin 3.8.3)
Any idea why I get the blanc screen ??
aberg is offline   Reply With Quote