 | [Solved] Cannot install Easymod |  |
Posted: 04/18/2007 11:27 PM |
|
|
|
|
|
| Hummingbird |
| Posts |
7 |
| Word Cnt. |
170 |
| BDay |
May 13 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Apr 18, 2007
Local time: 1:07 AM
Location: Nijmegen, The Netherlands
|

|
|
|
|
 |
Hi there,
When i try to install EM, the installer sas
| Code:
|
File Access Info
read access :: OK
write access :: OK
root path write :: OK
chmod access :: OK
unlink access :: OK
mkdir access :: OK
tmp path write :: failed
FTP extension :: OK
copy access :: OK
|
When i fill in al fields and I push submit Em reloads the page :S:S
Could somebody help me?
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Cannot install Easymod |  |
Posted: 04/19/2007 12:05 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:07 AM
Location: St Pete, FL
|

|
|
|
|
 |
Welcome to RCF, Daan!!!
That is a fairly unique problem. It sounds a lot like the looping login problem. So try this and see if it corrects the problem...
Looping Login Problem
What is the Cookie path in General Admin Configuration in your ACP? If it isn't set to / you might want to try it. Changing this setting will force all of your members to have to clear the cookies to your board in their browsers...
If that doesn't work, then you can edit your easymod_install.php file and remove the following section, which causes more harm than good:
| Code:
|
//
// Only administrators here, please
//
if( !$userdata['session_logged_in'] )
{
redirect(append_sid("login.$phpEx?redirect=admin/mods/easymod/easymod _install.$phpEx", true));
}
if( $userdata['user_level'] != ADMIN )
{
message_die(GENERAL_MESSAGE, $lang['Not_admin']);
}
|
Let me know how it goes...
Welcome to RCF Daan!!!
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Cannot install Easymod |  |
Posted: 04/19/2007 6:02 AM |
|
|
|
|
|
| Hummingbird |
| Posts |
7 |
| Word Cnt. |
170 |
| BDay |
May 13 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Apr 18, 2007
Local time: 1:07 AM
Location: Nijmegen, The Netherlands
|

|
|
|
|
 |
| I can't find the code in Easymod_install.php. The search funtion of notepad ++ can not find the word |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Cannot install Easymod |  |
Posted: 04/19/2007 10:25 AM |
|
|
|
|
|
| Seagull |
| Posts |
111 |
| Word Cnt. |
6,112 |
| BDay |
May 8 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 2:07 AM
|

|
|
|
|
 |
are you using EM 0.3.0 ? that line of code isnt far down from the begining of the install file
| Code:
|
<?php
/********************************************************************* ******
* easymod_install.php
* -------------------
* begin : Wednesday, March 15, 2002
* copyright : (C) 2002-2004 by Nuttzy - Craig Nuttall, 2005 The phpBB Group
* email :
*
* $Id: easymod_install.php,v 1.47 2005/11/08 16:52:41 markus_petrux Exp $
*
********************************************************************* ******/
/********************************************************************* ******
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
********************************************************************* ******/
define('IN_PHPBB', 1);
$phpbb_root_path = '../../../';
// Checking phpBB files here allow us to halt installation and warn them with an explanation if the have not upload EM to the correct place ;-)
if( !@file_exists($phpbb_root_path . 'extension.inc') )
{
// display error message (obviously we can't use the lang system from this ;-)
echo "<b>CRITICAL ERROR:</b> the file 'extension.inc' could not be found. Please, make sure EasyMOD has been uploaded under the admin/mods/easymod/ directory of your phpBB installation.\n";
exit;
}
// Note using require rather than include makes sense, since we can't really proceed if the files are not available.
require($phpbb_root_path . 'extension.inc');
require($phpbb_root_path . 'common.'.$phpEx);
require($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
//
// Session Management.
//
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
//
// Only administrators here, please
//
if( !$userdata['session_logged_in'] )
{
redirect(append_sid("login.$phpEx?redirect=admin/mods/easymod/easymod _install.$phpEx", true));
}
if( $userdata['user_level'] != ADMIN )
{
message_die(GENERAL_MESSAGE, $lang['Not_admin']);
}
|
|
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Cannot install Easymod |  |
Posted: 04/19/2007 10:41 AM |
|
|
|
|
|
| Hummingbird |
| Posts |
7 |
| Word Cnt. |
170 |
| BDay |
May 13 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Apr 18, 2007
Local time: 1:07 AM
Location: Nijmegen, The Netherlands
|

|
|
|
|
 |
| I think I have a very old version. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Cannot install Easymod |  |
Posted: 04/19/2007 10:54 AM |
|
|
|
|
|
| Hummingbird |
| Posts |
7 |
| Word Cnt. |
170 |
| BDay |
May 13 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Apr 18, 2007
Local time: 1:07 AM
Location: Nijmegen, The Netherlands
|

|
|
|
|
 |
Yes I had a previous version :S
Critical Error: Unable to complete writing of post process file.
Function Trace: main[4]->modio_close[2]
FTP ERROR: could not write file [admin/mods/easymod/post_process.sh]
In the install |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Cannot install Easymod |  |
Posted: 04/19/2007 11:02 AM |
|
|
|
|
|
| Seagull |
| Posts |
111 |
| Word Cnt. |
6,112 |
| BDay |
May 8 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Apr 01, 2007
Local time: 2:07 AM
|

|
|
|
|
 |
| I dont have any of the older versions to look at , I'd say its a safe bet if you have older version, then the codes probally been changed some since then , thats why you cant find that code exactly as he posted it. at this point I dont know what hes gonna tell you , might have you get newer version or might just fix the one u have now , hes got all kinds of things for EM version changers, updates, etc...sorry cant help you , He will probally be on soon and will get you fixed up |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Cannot install Easymod |  |
Posted: 04/19/2007 11:21 AM |
|
|
|
|
|
| Hummingbird |
| Posts |
7 |
| Word Cnt. |
170 |
| BDay |
May 13 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Apr 18, 2007
Local time: 1:07 AM
Location: Nijmegen, The Netherlands
|

|
|
|
|
 |
Now i try to install the new version I get an error
Critical Error: Unable to complete writing of post process file.
Function Trace: main[4]->modio_close[2]
FTP ERROR: could not write file [admin/mods/easymod/post_process.sh] |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Cannot install Easymod |  |
Posted: 04/19/2007 12:29 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 2:07 AM
Location: St Pete, FL
|

|
|
|
|
 |
Check the folder permissions. They should be set to 755. Also, if you see a post_process.sh and/or post_process.bat file in the admin/mods/easymod folder, go ahead and delete them. Then try the EM install again...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Cannot install Easymod |  |
Posted: 04/19/2007 11:39 PM |
|
|
|
|
|
| Hummingbird |
| Posts |
7 |
| Word Cnt. |
170 |
| BDay |
May 13 |
| Sign |
Taurus |
| Sex |
 |
|
|
|
Joined: Apr 18, 2007
Local time: 1:07 AM
Location: Nijmegen, The Netherlands
|

|
|
|
|
 |
Easymod is installed
Thanks for your support |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|