So I decided to use VQmod since i read alot about it and found good review on it.
However the installation was not complete. I tried many things. Cut short.. lastly I decided to restore the website to its original structure.
I have manage to solved some broken link, but this is the final error that I still do not know how to fix.
Code: Select all
Notice: Undefined index: token in /home/diyaluna/domains/revealia.com.my/public_html/shop/admin/controller/error/not_found.php on line 16Notice: Undefined index: token in /home/diyaluna/domains/revealia.com.my/public_html/shop/admin/controller/error/not_found.php on line 21
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'http://shop.revealia.com.my/admin/');
define('HTTP_CATALOG', 'http://shop.revealia.com.my/');
// HTTPS
define('HTTPS_SERVER', 'http://shop.revealia.com.my/admin/');
define('HTTPS_CATALOG', 'http://shop.revealia.com.my/');
// DIR
define('DIR_APPLICATION', '/home/diyaluna/domains/revealia.com.my/public_html/shop/admin/');
define('DIR_SYSTEM', '/home/diyaluna/domains/revealia.com.my/public_html/shop/system/');
define('DIR_LANGUAGE', '/home/diyaluna/domains/revealia.com.my/public_html/shop/admin/language/');
define('DIR_TEMPLATE',
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'http://shop.revealia.com.my/');
// HTTPS
define('HTTPS_SERVER', 'http://shop.revealia.com.my/');
// DIR
define('DIR_APPLICATION', '/home/diyaluna/domains/revealia.com.my/public_html/shop/catalog/');
define('DIR_SYSTEM', '/home/diyaluna/domains/revealia.com.my/public_html/shop/system/');
define('DIR_LANGUAGE', '/home/diyaluna/domains/revealia.com.my/public_html/shop/catalog/language/');
define('DIR_TEMPLATE', '/home/diyaluna/domains/revealia.com.my/public_html/shop/catalog/view/theme/');
define('DIR_CONFIG', '/home/diyaluna/domains/revealia.com.my/public_html/shop/system/config/');
define('DIR_I
I copied the index.php from the installation zip file I downloaded. And restore the index.php that was modified during installation of VQmod. Both index was restored.
>> root index.php ; and
>> /admin/index.php
Delete the /vq2-system_startup.php and renamed the whole folder to _vqmod.
Here is my website its running and working fine. I just can't login to admin.
http://shop.revealia.com.my
this is the admin:
http://shop.revealia.com.my/admin/

-------------------------------------
[UPDATED 25 Nov 2015]
The theme developer fresh installed everything..