When I go to the .mods tab, I get the following error:
General Error
Language file ajax_shoutbox.php couldn't be opened.
General Error
Language file ajax_shoutbox.php couldn't be opened.
install.xml wrote:Copy: root/language/en/mods/acp/mods/ajax_shoutbox.php
To: language/en/mods/acp/mods/ajax_shoutbox.php
----------------------------Copy: root/language/en/acp/mods/ajax_shoutbox.php
To: language/en/acp/mods/ajax_shoutbox.php
install.xml wrote:Copy: root/acp/acp_shoutbox.php
To: includes/acp/acp_shoutbox.php
As far as I remember there are one or two more of those gimmicks in install.xml ... hmmm ... the MOD-author is member of the phpBB-MOD-Team ...Copy: root/includes/acp/acp_shoutbox.php
To: includes/acp/acp_shoutbox.php
Hola,El_Vindicador wrote:since i installed the soutbox
in the ACP...on the admins logs...i see many users...(normal users, NOT ADMINS)...and the log..
{LOG_AS_PURGED}
nmnm some relationship whit this mod?
And is also a humanthomas.d wrote:Yes, because ajax_shoutbox.php is not in the correct place.
Please, do me one favour and do not ...
install.xml wrote:Copy: root/language/en/mods/acp/mods/ajax_shoutbox.php
To: language/en/mods/acp/mods/ajax_shoutbox.php
... but ...
----------------------------Copy: root/language/en/acp/mods/ajax_shoutbox.php
To: language/en/acp/mods/ajax_shoutbox.php
and caution ...
install.xml wrote:Copy: root/acp/acp_shoutbox.php
To: includes/acp/acp_shoutbox.php
... is nonsense, it must be
As far as I remember there are one or two more of those gimmicks in install.xml ... hmmm ... the MOD-author is member of the phpBB-MOD-Team ...Copy: root/includes/acp/acp_shoutbox.php
To: includes/acp/acp_shoutbox.php
Copy: root/language/en/acp/mods/ajax_shoutbox.php
To: language/en/acp/mods/ajax_shoutbox.php
but I think that is where the problem is lying.And is also a human.
Nobody else reported this mistakes before, so I didnt know about them. If you copy all files directly with the same structure as in the zip its the correct place.
Code: Select all
if (!function_exists('as_display'))
{
include($phpbb_root_path . 'includes/functions_shoutbox.' . $phpEx);
}
as_display();
Code: Select all
$auth->acl($user->data);
Code: Select all
$user->setup('viewforum');
As I said already, the directory structure in the zip is correct, and the MOD install file is wrong.stuckinlimbo wrote:Copy: root/language/en/acp/mods/ajax_shoutbox.php
To: language/en/acp/mods/ajax_shoutbox.phpbut I think that is where the problem is lying.And is also a human.
Nobody else reported this mistakes before, so I didnt know about them. If you copy all files directly with the same structure as in the zip its the correct place.For example.
The instructions say to copy:
root/language/en/acp/mods/ajax_shoutbox.php into
language/en/acp/mods folder, right?
but there isn't an language/en/acp/mods folder. It just stops at the acp. If you look back at my screen captures, it will show that. So how do I copy all files directly with the same structure as the zip, when the phpbb3 ftp files dont have the same direction?
Stuckinlimbo, if the folder doesn't exist just create it.stuckinlimbo wrote:but there isn't an language/en/acp/mods folder. It just stops at the acp. If you look back at my screen captures, it will show that. So how do I copy all files directly with the same structure as the zip, when the phpbb3 ftp files dont have the same direction?
Thanks br3nd4n. I'll try it. But if I remember correctly with 1.0.3a Paul had mentioned that it wasn't a good idea to place the include in the overall_header or footer. I don't remember the repercusions, but I remember something about it. I'll go back and look at that thread. But a definite thanks to you man!br3nd4n wrote:Segundo
viewtopic.php?f=70&t=645725&st=0&sk=t&sd=a&start=435
look at my post via that link..
if you do that it will show up
br3nd4n wrote:Segundo
http://www.phpbb.com/community/viewtopi ... &start=435
look at my post via that link..
if you do that it will show up
Code: Select all
'SERVER_ERR' => 'There was something wrong while doing a request to the server'