This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Can't upload french language ?
#1

Hello,

I am new to this forum and this is my first thread 
I can't upload the “french.zip“ file whether both the “upload“ and its default “index“ files are writable!  Sad

This is what happens :


Menu : extensions / installer
• selecting “french.zip“ file > OK

Upload buton  Huh
• when clicked > ERROR MESSAGE : Could not create the extension's directory 

FTP client
• the “french.zip“ was not uploaded

Any suggestions to help me with this issue ?

Cordially  Smile
Reply
#2

Hi Orlando I'll take a look at this in just a few hours

Have you completed the interview?
Reply
#3

In the meantime can you open this file:
/backend/model/extension/installer.php

And straight after this line:
PHP Code:
<?php 
if (!mkdir($destination)) {

Add this:
PHP Code:
<?php 
var_dump
(error_get_last());die;

Then if you upload the zip again, it should give you the exact error.

Have you completed the interview?
Reply
#4

You get me lost because the path “/backend/model/extension/installer.php“ does not exist for my installation : no “Backend“ as you can see below.

www/commentics/ contains :
• 3rdparty (folder)
• frontend (folder)
• custom named (folder)
• system (folder)
• upload (folder)
• config.php (file)
• index.php (file)

Is this normal ?
Reply
#5

I mean the folder that was originally called 'backend'. The one you renamed.

Have you completed the interview?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Alfi
28-Mar-2018, 02:25 PM
Last Post by Steven
22-Aug-2011, 08:52 PM
Last Post by Steven
10-Aug-2011, 04:01 PM
Last Post by Steven
09-Jan-2011, 03:52 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)