Author Topic: [SOLVED] Error In Installation  (Read 3222 times)

Mel

  • Guest
[SOLVED] Error In Installation
« on: August 25, 2007, 12:04:53 am »
I just tried to install the shop mod and I got an error in Installation, the test that failed was ./Themes/default/index.template.php can someone tell me what to do?

Offline christie

Re: Error In Installation
« Reply #1 on: August 30, 2007, 06:21:42 am »
i would like to ADD to that request.... i got the same error, plus another test also failed...

./Sources/Subs-Boards.php and ./Themes/default/index.template.php

i have a number of other mods installed, and am assuming this is the problem. so i guess i need to do a manual install after editing the appropriate files..... any suggestions on how to proceed would be appreciated.


Offline feildmaster

Re: Error In Installation
« Reply #2 on: August 30, 2007, 08:17:06 am »
alright so... the EASY way is to go ahead and install it... (i'd close the website down on maintenance)

then open the failed files, and the packages .xml or .mod file that changes the code in files.

Find in the code the file name, and do a search for a simplified version of the code it searches for.. EX: if it says..

'value' => 'this is something',

search for 'value'

position makes a difference. If it says "position = before" that means the added stuff will be added AFTER that code. if after it means BEFORE and replace... stays the same.

if u need more help just ask...

Offline Daniel15

Re: Error In Installation
« Reply #3 on: August 31, 2007, 08:09:19 pm »
You may continue the installation, but will need to edit those two files manually, as feildmaster said.
Upload the SMFShop package to http://modparser.dev.dansoftaustralia.net/, and only do the Subs-Boards.php and index.template.php edits (the rest will have been done automatically).

Offline christie

Re: Error In Installation
« Reply #4 on: September 01, 2007, 06:20:31 am »
thanks, i'll try that :)

Offline Daniel15

Re: Error In Installation
« Reply #5 on: September 01, 2007, 10:32:29 am »
Sure :)
If you solve the problem, please use the button to mark the topic as solved :)

Offline christie

Re: Error In Installation
« Reply #6 on: September 01, 2007, 11:11:22 am »
will do. it'll probably be monday before i get around to working on it.

Mel

  • Guest
Re: Error In Installation
« Reply #7 on: September 01, 2007, 12:03:08 pm »
I will try as you suggested and will let you know how it goes. I probably won't get to it until Monday or Tuesday.