 | Re: Some problems installing mods (Country Flags, EZLinks and EZSite) |  |
Posted: 08/08/2007 10:38 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:10 PM
Location: St Pete, FL
|

|
|
|
|
 |
I've been thinking about this trying to figure out how to fix it but I'm really not sure how to proceed at this point. You might want to contact your host and ask them if they can fix this problem. It may be something that they can quickly and easily correct on their end...
If we have to fix it, it might take recreating all of your tables and repopulating them. I'm sure there are easier ways to fix this though, so that would be a drastic last step option...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Some problems installing mods (Country Flags, EZLinks and EZSite) |  |
Posted: 08/08/2007 11:32 PM |
|
|
|
|
|
| Sparrow |
| Posts |
18 |
| Word Cnt. |
1,912 |
| BDay |
Oct 25 |
| Sign |
Scorpio |
|
|
|
|
|
Joined: May 12, 2007
Local time: 10:10 PM
|

|
|
|
|
 |
Hi Nightrider,
Ik just had a chat with the hosting company but they can do nothing about that . I'd say no worries, i'll do it without that flags mod .
Any idea why the EasySite mod does not show up in the admin panel? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Some problems installing mods (Country Flags, EZLinks and EZSite) |  |
Posted: 08/09/2007 12:21 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:10 PM
Location: St Pete, FL
|

|
|
|
|
 |
This may not be an issue where you can live without the Country Flags MOD and never have to worry about it again. The problem is not the MOD itself, but a problem between colation types in your database. So this problem probably will haunt you if you plan to install other MODs too. We really need to figure out how to fix this unless you don't plan to add any additional MODs...
Did you copy the included MOD files to your forum? The MOD author failed to include a COPY command to do this, so this is something you would have to do manually. I don't see anything here that would display in the ACP since nothing is uploaded to the admin folder nor are any admin files modified. This MOD seems to use a separate folder named site_admin which wouldn't have any relation with the files in the admin folder...
You should find a new link at the bottom of each page next to the Go to Administration Panel link that would allow you to go to the Site Admin page. Your user_id must be equal to 2 for you to see it though. If your user_id is something else, then you will have to adjust the hardcoded value in the includes/page_tail.php file. This is the part that would need to be adjusted if your user_id is something other than 2:
OPEN
includes/page_tail.php
FIND
| Code:
|
|
if ( $userdata['user_id'] == 2 )
|
REPLACE WITH - replace x with your user_id number...
| Code:
|
|
if ( $userdata['user_id'] == x )
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Some problems installing mods (Country Flags, EZLinks and EZSite) |  |
Posted: 08/09/2007 5:23 AM |
|
|
|
|
|
| Sparrow |
| Posts |
18 |
| Word Cnt. |
1,912 |
| BDay |
Oct 25 |
| Sign |
Scorpio |
|
|
|
|
|
Joined: May 12, 2007
Local time: 10:10 PM
|

|
|
|
|
 |
Hi,
The easysite mod is working, i did not think about inserting the files also in the guildwars template as in the subsilver. I did check the user_id before and it was always '2'. Now it is working, but i'm not sure that it is normal that when i choose the site admin panel it is displayed with the subsilver template. That is not a problem but i was just wondering
And you're absolutely right about fixing the problem between colation types in the database, but if the hosting company can't help me, who can? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Some problems installing mods (Country Flags, EZLinks and EZSite) |  |
Posted: 08/12/2007 12:57 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:10 PM
Location: St Pete, FL
|

|
|
|
|
 |
I could help you with it, but since I am working from a point of ignorance on this problem, it would be nice to experiment on a test forum first. Can you set up a duplicate of your current forum as a test forum and clone the database too???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|