Post by rasheedraj » Wed Apr 27, 2016 4:04 am

Hi all
i am implementing Open cart 2.0 in my local system, when ever i try to install any .xml file to Vqmod using FTP, the dashboard shows error COULDNT RESOLVE REAL PATH C:\xampp\htdocs\abhisilks\catalog/view/theme/*/template/common/header.tpl]

Why this Error, i am unable to understand
Can any one tell me?
Thanks in Advance

New member

Posts

Joined
Sat Apr 02, 2016 3:05 pm

Post by IP_CAM » Wed Apr 27, 2016 4:49 am

the real path, OC looks for, is:
catalog/view/theme/*/template/common/header.tpl

The FULL path, called from the HardDisk-ROOT, as UNIX Type Server, would be:
HARDDISK_ROOT/xampp/htdocs/abhisilks/catalog/view/theme/*/template/common/header.tpl

or, looking at it from a MS-Windows Editor/Server-Environment:
C:\xampp\htdocs\abhisilks\catalog\view\theme\*\template\common\header.tpl

In the config.php, you 'define' the 'path' from the Harddisk Root to the SHOP Subdirectory,
therefore, the first part has not to be repeated, as path/link in OC. If it is, then, you screwed up
somewhere in the Server and/or Shop configuration Section.

Ernie

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by rasheedraj » Wed Apr 27, 2016 1:01 pm

Code: Select all

[code]<?php
// HTTP
define('HTTP_SERVER', 'http://localhost/abhisilks/admin/');
define('HTTP_CATALOG', 'http://localhost/abhisilks/');

// HTTPS
define('HTTPS_SERVER', 'http://localhost/abhisilks/admin/');
define('HTTPS_CATALOG', 'http://localhost/abhisilks/');

// DIR
define('DIR_APPLICATION', 'C:/xampp/htdocs/abhisilks/admin/');
define('DIR_SYSTEM', 'C:/xampp/htdocs/abhisilks/system/');
define('DIR_IMAGE', 'C:/xampp/htdocs/abhisilks/image/');
define('DIR_LANGUAGE', 'C:/xampp/htdocs/abhisilks/admin/language/');
define('DIR_TEMPLATE', 'C:/xampp/htdocs/abhisilks/admin/view/template/');
define('DIR_CONFIG', 'C:/xampp/htdocs/abhisilks/system/config/');
define('DIR_CACHE', 'C:/xampp/htdocs/abhisilks/system/storage/cache/');
define('DIR_DOWNLOAD', 'C:/xampp/htdocs/abhisilks/system/storage/download/');
define('DIR_LOGS', 'C:/xampp/htdocs/abhisilks/system/storage/logs/');
define('DIR_MODIFICATION', 'C:/xampp/htdocs/abhisilks/system/storage/modification/');
define('DIR_UPLOAD', 'C:/xampp/htdocs/abhisilks/system/storage/upload/');
define('DIR_CATALOG', 'C:/xampp/htdocs/abhisilks/catalog/');

// DB
define('DB_DRIVER', 'mysqli');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', '');
define('DB_DATABASE', 'abhisilk');
define('DB_PORT', '3306');
define('DB_PREFIX', 'as_');
[/code]

should i change Dir_Catalog line?

New member

Posts

Joined
Sat Apr 02, 2016 3:05 pm

Post by IP_CAM » Thu Apr 28, 2016 8:10 am

I have no idea, it depends on the SERVER, you use, in your local System. it would either be a Unix/Linux type package,
or then some Microsoft Thing, and depending on this, it would either be

Code: Select all

.../.../.../...
or possibly:

Code: Select all

...\\...\\...\\...
or even:

Code: Select all

...\...\...\...
but you will have to check the Software-related information, I am not familiar with such,
because I work by testing my software on real Site-Servers only.
Good Luck ;)
Ernie

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland
Who is online

Users browsing this forum: No registered users and 2 guests