 | Re: easymode on Aruba |  |
Posted: 04/14/2007 10:52 AM |
|
|
|
|
|
| Citation |
| Posts |
407 |
| Word Cnt. |
10,993 |
| BDay |
May 28 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Feb 25, 2007
Local time: 8:17 PM
Location: SE England
|

|
|
|
|
 |
Actually, I know that his forum has a 500 in the name.
I got the 500 Error from the term "Internal Server Error"
And he is actually getting Internal Server Errors (500) if I'm not mistaken.
- Poomie |
|
|
 |
 |
| Back to Top |
|
|
 | Re: easymode on Aruba |  |
Posted: 04/14/2007 11:03 AM |
|
|
|
|
|
| Site Admin |
| Posts |
49593 |
| Word Cnt. |
2,756,445 |
| BDay |
Apr 22 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:17 PM
Location: Texas
|

|
|
|
|
 |
OK, sorry Poomie, I didn't understand that internal error and 500 error was the same.
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: easymode on Aruba |  |
Posted: 04/14/2007 11:33 AM |
|
|
|
|
|
| Citation |
| Posts |
407 |
| Word Cnt. |
10,993 |
| BDay |
May 28 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Feb 25, 2007
Local time: 8:17 PM
Location: SE England
|

|
|
|
|
 |
Hey, no worries
Well, you do now, eh
Hehe.
- Poomie |
|
|
 |
 |
| Back to Top |
|
|
 | Re: easymode on Aruba |  |
Posted: 04/14/2007 2:51 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:17 PM
Location: St Pete, FL
|

|
|
|
|
 |
Welcome to RCF, iottand!!!
I'm sorry that I'm a bit late to the party. It looks like Poomie's been a big help. Unfortunately, it looks like you are on one of those servers that require a modified EM version for it to work properly after being installed. On most servers, the file permissions are 644. But on your's they are currently set to 755. By default, EM uses the 644 setting, so the standard version won't work on sites where file permissions MUST BE set to 755. That will cause the 500 Internal Server Error that you are seeing. So I have modified EM to work correctly on sites like your's...
Before you can install this version, you will have to decrease the EM version. You should be able to do that in EM Settings in your ACP MOD Center. Just set it to 0.2.0 and it will be fine. Then you can install the following version just like you did the standard version. I have also provided instructions on how to manually modify your EM files if you prefer to do it that way instead...
Awardspace Instructions w/Download
You can download this EM version that I have modified to work on Awardspace sites. The file can be found in the downloads/phpBB/EasyMod section at the top of the page. Make sure that all uploaded file permissions are set to 755:
easymod_awardspace.zip
Here are the instructions for modifying your EM installation files if you choose to do it yourself rather than use the modified EM version that I supplied above:
Awardspace Modifications
Your board requires script file permissions to be set to 755 instead of 644 like most other boards. So even if EM installs correctly, the EM file permissions would be set to 644...
Unfortunately for sites like your's, EM sets the file permissions to 644 when it modifies them. So go into the following files to set all matches of 0644 to 0755 before you install EM:
- easymod/em_includes/em_modio.php
- easymod/em_includes/em_ftp.php
Also, modify the check_file_scope function in your easymod/includes/admin_easymod.php.txt file by copying and pasting the code:
OPEN
easymod/includes/admin_easymod.php.txt
FIND
| Code:
|
|
if( !@file_exists(phpbb_realpath($filename)) || !strstr(phpbb_realpath($filename), phpbb_realpath($expected_scope)) )
|
REPLACE WITH
| Code:
|
//if( !@file_exists(phpbb_realpath($filename)) || !strstr(phpbb_realpath($filename), phpbb_realpath($expected_scope)) )
if( !@file_exists(phpbb_realpath($filename)) )
|
The check_file_scope function should now look like this:
| Code:
|
function check_file_scope($filename, $expected_scope, $simply_die = false)
{
global $db, $lang;
// make sure a file is located somewhere inside the specified directory
//if( !@file_exists(phpbb_realpath($filename)) || !strstr(phpbb_realpath($filename), phpbb_realpath($expected_scope)) )
if( !@file_exists(phpbb_realpath($filename)) )
{
$message = sprintf($lang['EM_modio_open_read'], $filename);
if( $simply_die )
{
$db->sql_close();
die($message);
}
message_die(GENERAL_ERROR, $message);
}
}
|
Save all the modified files and upload them to their proper sub-folders in the admin/mods/easymod folder. Then go ahead and try the EM install again...
Welcome to RCF iottand!!!
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: easymode on Aruba |  |
Posted: 04/14/2007 3:40 PM |
|
|
|
|
|
| Citation |
| Posts |
407 |
| Word Cnt. |
10,993 |
| BDay |
May 28 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Feb 25, 2007
Local time: 8:17 PM
Location: SE England
|

|
|
|
|
 |
Oh of course NR!
Duh
Anyways - hope it works. Also, I managed to get EM installed on 500forums.it for iottand no problems, with a normal EM.
- Poomie |
|
|
 |
 |
| Back to Top |
|
|
 | Re: easymode on Aruba |  |
Posted: 04/14/2007 3:48 PM |
|
|
|
|
|
| Sparrow |
| Posts |
13 |
| Word Cnt. |
613 |
| BDay |
Apr 3 |
| Sign |
Aries |
| Sex |
 |
|
|
|
Joined: Apr 14, 2007
Local time: 3:17 PM
|

|
|
|
|
 |
i'm i little preoccupied 'cause are 2 days than i try to install, in the same way used from poomerio, i've tried with awardspace version too but noting.
now poomerio had instal EM form and its ok, BUT
if i install mod there are alwais some problem,
if a may friend co-admin install the mods result all ok
maybe the problem in my cuteftp for upload ?
i cant understund |
|
|
 |
 |
| Back to Top |
|
|
 | Re: easymode on Aruba |  |
Posted: 04/14/2007 4:08 PM |
|
|
|
|
|
| Citation |
| Posts |
407 |
| Word Cnt. |
10,993 |
| BDay |
May 28 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Feb 25, 2007
Local time: 8:17 PM
Location: SE England
|

|
|
|
|
 |
If you feel CuteFTP is the problem, then try FileZilla.
Perhaps it's uploading the files in the wrong mode.
- Poomie |
|
|
 |
 |
| Back to Top |
|
|
 | Re: easymode on Aruba |  |
Posted: 04/14/2007 4:38 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:17 PM
Location: St Pete, FL
|

|
|
|
|
 |
Could you elaborate on what kind of problems you encounter when installing a MOD? It might be the typical Critical and Warning errors that we can help with...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: easymode on Aruba |  |
Posted: 04/14/2007 4:54 PM |
|
|
|
|
|
| Citation |
| Posts |
407 |
| Word Cnt. |
10,993 |
| BDay |
May 28 |
| Sign |
Gemini |
| Sex |
 |
|
|
|
Joined: Feb 25, 2007
Local time: 8:17 PM
Location: SE England
|

|
|
|
|
 |
It seemed like the whole MOD was written incorrectly NR, but I re-wrote it and I think it's almost working.
Just getting aorund the SQL troubles.
But it seems as though this is a phpBB Nuke MOD trying to be installed..
- Poomie |
|
|
 |
 |
| Back to Top |
|
|
 | Re: easymode on Aruba |  |
Posted: 04/14/2007 5:18 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:17 PM
Location: St Pete, FL
|

|
|
|
|
 |
Which MOD is it? If it was designed for a Nuke board, it may not work correctly on a standard phpBB forum...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|