Post by everfrost » Tue Feb 09, 2016 9:39 pm

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
Last edited by everfrost on Wed Feb 10, 2016 2:50 am, edited 1 time in total.

Newbie

Posts

Joined
Mon May 20, 2013 4:50 pm

Post by IP_CAM » Wed Feb 10, 2016 2:28 am

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:

Code: Select all

export_import.xml
to:

Code: Select all

1export_import.xml
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:

Code: Select all

<li><a href="WHATEVER/admin/index.php?route=tool/backup&token=WHATEVER">Backup / Restore</a></li>
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:

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>
Good Luck ;)
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.


User avatar
Legendary Member

Posts

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

Post by everfrost » Wed Feb 10, 2016 2:58 am

Thank you very much! It appeared on the menu.. even though now I get: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) when I try to export :p

Newbie

Posts

Joined
Mon May 20, 2013 4:50 pm

Post by IP_CAM » Wed Feb 10, 2016 3:10 am

You'll need to expand PHP Server Memory in BOTH php.ini Files to a MUCHO MUCHO Bigger Value.

PHP.INI OC Default Value:

Code: Select all

memory_limit = 64M;
meaning 64 MegaByte RAM max. 'reserved' Access, kind of... 8)

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
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... :D
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.


User avatar
Legendary Member

Posts

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

Post by robdriessen » Thu Feb 11, 2016 7:04 pm

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

Newbie

Posts

Joined
Thu Feb 11, 2016 7:02 pm
Who is online

Users browsing this forum: No registered users and 3 guests