PDA

View Full Version : Importing Style Information error!


Joni
Sat 3rd May '08, 11:41am
I was installing vB 3.7.0 yesterday. When I clicked "Next step" button in 6th part of installation it throw this text in window:

Step 7) Importing Style Information


Importing vbulletin-style.xml

MASTER STYLE

Please Wait


And then the process just seems to stop. I re-uploaded .xml -files and tried again -> same thing.
Then I downloaded new .xml 's from members zone and uploaded them to server -> same thing again.
Can somebody help me?

Steve Machol
Sun 4th May '08, 1:15am
This is a server time and/or memory limit. To increase your limits edit your includes/config.php file and add these lines right under the <?php line:

ini_set('memory_limit', -1);
ini_set("max_execution_time", "480");

Joni
Sun 4th May '08, 9:03am
Still doesn't work.
Meaby I have to try older versions or other versions of .php (.php4 or .php5) ?
Hope you have some other solutions. :confused:

Edit: vB 3.6.10 works as it should work. But next relase (3.7.0) doesn't.

Steve Machol
Sun 4th May '08, 3:26pm
This is a server issue. You can continue to try increasing the max_execution_time. Otherwise you will need to contact your host for help with this. Sorry.