Hello guys, I just installed the extension but I can't find it anywhere under the system menu in the admin panel.
I already set permissions for access and modify. Any ideas? I'm using opencart version 1.5.1.3
I already set permissions for access and modify. Any ideas? I'm using opencart version 1.5.1.3
Last edited by everfrost on Wed Feb 10, 2016 2:50 am, edited 1 time in total.
Then, you seem to use another ADMIN VqMOD, changing THIS Line below (ACTING as VqMod ANCHOR/TAG, to place the ADMIN Link to the Extension in the Admin Menu), required, so your 'export /import' VqModded Link can be placed:
<li><a href="<?php echo $backup; ?>"><?php echo $text_backup; ?></a></li>
So, just simply test this, and rename:
to:
JUST to make sure, this VqMod is called before anyone else!
And if the link works, possibly, some other VqModded Link cannot be seen any longer, because you now use the same Anchor Tag in favour of the export/import Mod. But you will find out!
then, if it still does not work, check the Browser Admin Page Source, to find out, how your
<li><a href="<?php echo $backup; ?>"><?php echo $text_backup; ?></a></li>
List Line, as shown in full is written by default,
like on my Admin Site, probably somehow like:
to possibly change the VqMod-Content, if you have one white-space, or whatever else placed in this LIST-line,
to make the Line look different, and so un-findable for the Mod. This Anchor Line is VqMod-placed in here:
<search position="after"><![CDATA[................]]></search>
It all depends on, which Admin Extensions you installed...
Default Export/Import VqMod Content:
Good Luck
Ernie
openshop.li
<li><a href="<?php echo $backup; ?>"><?php echo $text_backup; ?></a></li>
So, just simply test this, and rename:
Code: Select all
export_import.xml
Code: Select all
1export_import.xml
And if the link works, possibly, some other VqModded Link cannot be seen any longer, because you now use the same Anchor Tag in favour of the export/import Mod. But you will find out!
then, if it still does not work, check the Browser Admin Page Source, to find out, how your
<li><a href="<?php echo $backup; ?>"><?php echo $text_backup; ?></a></li>
List Line, as shown in full is written by default,
like on my Admin Site, probably somehow like:
Code: Select all
<li><a href="WHATEVER/admin/index.php?route=tool/backup&token=WHATEVER">Backup / Restore</a></li>
to make the Line look different, and so un-findable for the Mod. This Anchor Line is VqMod-placed in here:
<search position="after"><![CDATA[................]]></search>
It all depends on, which Admin Extensions you installed...

Default Export/Import VqMod Content:
Code: Select all
<file name="admin/view/template/common/header.tpl">
<operation>
<search position="after"><![CDATA[<li><a href="<?php echo $backup; ?>"><?php echo $text_backup; ?></a></li>]]></search>
<add><![CDATA[<li><a href="<?php echo $export_import; ?>"><?php echo $text_export_import; ?></a></li>]]></add>
</operation>
</file>

Ernie
openshop.li
Last edited by IP_CAM on Wed Feb 10, 2016 2:59 am, edited 2 times in total.
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.
You'll need to expand PHP Server Memory in BOTH php.ini Files to a MUCHO MUCHO Bigger Value.
PHP.INI OC Default Value:
meaning 64 MegaByte RAM max. 'reserved' Access, kind of...
Check on your Server PHP Admin Console, I explained here how:
http://forum.opencart.com/viewtopic.php?f=20&t=156594
Ask your Hoster first, how much you'll MAX get for the price, you pay, but I would advise you, to move to 512 MB Minimum, better 640MB, then, you won't ever run into problems, up to a few thousand Products and Visitors.
Ernie
openshop.li
PS. On my Server, in the ROOT Section, I found a (DOT-hidden!)
.user.ini - File, containing:
after I set this Value on my Server. So, one could try, to create a similar File, possibly, it could be done that easy way,
but it sure depend's on basic Server Settings. And your Hoster would probably not be very happy, to find out, that you use more RAM, than you get, for the price, you play, the short-cut way! Just to mention this...
But since it speed's up OC Performance in general, it's obviously worth the price, it possibly costs !
PHP.INI OC Default Value:
Code: Select all
memory_limit = 64M;

Check on your Server PHP Admin Console, I explained here how:
http://forum.opencart.com/viewtopic.php?f=20&t=156594
Ask your Hoster first, how much you'll MAX get for the price, you pay, but I would advise you, to move to 512 MB Minimum, better 640MB, then, you won't ever run into problems, up to a few thousand Products and Visitors.
Ernie
openshop.li
PS. On my Server, in the ROOT Section, I found a (DOT-hidden!)
.user.ini - File, containing:
Code: Select all
[PHP]
memory_limit = 640M
but it sure depend's on basic Server Settings. And your Hoster would probably not be very happy, to find out, that you use more RAM, than you get, for the price, you play, the short-cut way! Just to mention this...

But since it speed's up OC Performance in general, it's obviously worth the price, it possibly costs !
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.
I have the same problem, can't find the tool anywhere.
The solution provided in this topic doesn't work either.
I work in the same version op opencart : 1.5.1.3
The solution provided in this topic doesn't work either.
I work in the same version op opencart : 1.5.1.3
Who is online
Users browsing this forum: No registered users and 3 guests