bgame-hunter / temars-eve-api

Automatically exported from code.google.com/p/temars-eve-api
0 stars 0 forks source link

Error installing TEA Developer Version #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
TEA Version?
1.2.0 (Developer version)
SMF Version?
2.0 Gold

What steps will reproduce the problem?
During installation of mod I get an error during step 3 on modification of 
Themes/default/Profile.template.php.
It tries to find;
', !empty($context['member']['avatar']['allow_upload']) ? 
'document.getElementById("avatar_upload").style.display = "' . 
(($context['member']['avatar']['choice'] == 'upload' || 
(empty($context['member']['avatar']['allow_server_stored']) && 
empty($context['member']['avatar']['allow_external']))) ? '' : 'none') . '";' : 
'', '

but in Gold Profile.template.php file looks like this;
', !empty($context['member']['avatar']['allow_upload']) ? 
'document.getElementById("avatar_upload").style.display = "' . 
($context['member']['avatar']['choice'] == 'upload' ? '' : 'none') . '";' : '', 
'

After manually editing Profile.template.php to accomodate this installs goes 
through fine, but "Temars" pages in admin mode are not visible and same goes 
for user profile.
Tried install using multiple themes including SMF Default Theme. Same errors no 
matter what.

What is the expected output? What do you see instead?
To get Temars API pages to show ... ;D

Please provide any additional information below.
Same error/issue on both 1.2.0 and 1.2.0 Developer Version.

Other mods installed;
ESAM (that's meant to be upgraded by TEA)
Tapatalk

On RC5 upgrade runs without any problems at all.

Original issue reported on code.google.com by bam...@gmail.com on 18 Jul 2011 at 12:42

GoogleCodeExporter commented 8 years ago
are you sure your trying to use the Dev Version with 2.0 Gold Support as all 
seems fine to me and i think your trying to install an older version like 1.2.0 
release version

Original comment by tema...@googlemail.com on 21 Jul 2011 at 10:27

GoogleCodeExporter commented 8 years ago
I downloaded the what i think is the latest developer version found through the 
link on the eve-o forum; TEA-trunk.r132.tar.gz

I'll try again later today as see if things go smoother this time :)

Original comment by bam...@gmail.com on 21 Jul 2011 at 10:38

GoogleCodeExporter commented 8 years ago
the name seems fine and would indicate you did get right file
but the code you post saying its trying to find would indicate other wise as 
its different to what i see

also on you list on installed mods u said ESAM
did you mean u used to have it installed  before getting SMF 2 or have u 
reinstalled after which could explain problems
ESAM is only for SMF 1
the upgrade checks Database and doesnt care if mod is installed

Original comment by tema...@googlemail.com on 21 Jul 2011 at 1:12

GoogleCodeExporter commented 8 years ago
After trying upgrade again it now suddenly doesn't output any errors and the 
install seems to go though just fine.
However, no files are actually copied and there are some errors in the error 
log saying that there still are some files it doesn't have permission to. Quite 
strange since I tried chmod:ing everything in the entire smf2-directory to 777.
I'm hosting the site in /home/<user>/public_html/<domain-name/forum and all 
files that are supposed to be extracted during the installation is extracted to 
/home/<user>/ with the full path names as name, minus the slashes.
f.ex; home<user>public_html<domain name>forumSourcesTea.php

So, there's something up that isn't all that dandy, and I really just assume it 
_isn't_ TEA ofcourse :)

ESAM is installed on the 1.1.14 board I'm upgrading and is not reinstalled 
after the upgrade. It's still listed in the mod-list tho, but not as installed 
ofc.

Original comment by bam...@gmail.com on 21 Jul 2011 at 1:20

GoogleCodeExporter commented 8 years ago
yer i know some 1 else reporting a similar error
tried install my mod and it seems ok except it doesnt seem to actually install 
and gets lots of error if trying to uninstall like basicly it cent find code to 
undo
now the fact that u found were it goes is very helpful
1 step closer to figuring out wtf is going on lol

Original comment by tema...@googlemail.com on 21 Jul 2011 at 1:25

GoogleCodeExporter commented 8 years ago
oh, and when i say 1.1.14, i really mean 1.1.13 :)

Original comment by bam...@gmail.com on 21 Jul 2011 at 2:01

GoogleCodeExporter commented 8 years ago
what ur server info? like os?

Original comment by tema...@googlemail.com on 21 Jul 2011 at 3:46

GoogleCodeExporter commented 8 years ago
ubuntu 10.10 server x32 (2.6.35-24)
apache 2.2.16
php 5.3.3-1ubuntu9.5
mysql 5.1.49-1ubuntu8.1

Original comment by bam...@gmail.com on 21 Jul 2011 at 3:51

GoogleCodeExporter commented 8 years ago
ok my friend figured out his issue
1 of his themes was configured wrong and had wrong address set
his is now working

Original comment by tema...@googlemail.com on 21 Jul 2011 at 6:23