Yes, I will never forget to make a back up again I think. Lol... well at least I gained a lesson from it!
Yes, I will never forget to make a back up again I think. Lol... well at least I gained a lesson from it!
Working on http://www.skull-shop.net once again.
I'm sorry Kobra and every one else reading, I succesfully replaced the english/header.php but still get this error (I think it's the same error)
Warning: require(includes/languages/english/header.php) [function.require]: failed to open stream: No such file or directory in /www/htdocs/wwadmine/http/admin/includes/languages/english.php on line 647
Fatal error: require() [function.require]: Failed opening required 'includes/languages/english/header.php' (include_path='.:/usr/share/php:/usr/share/pear') in /www/htdocs/wwadmine/http/admin/includes/languages/english.php on line 647
Working on http://www.skull-shop.net once again.
Well I took a wild shot (after backing up the entire site and the db) and overwrit the english.php file. It worked !!!!!!!!!!!!!!!!!!!!!!! Now I have acces to the english admin again! (I don't know why the error occured because ship 2 pay didn't overwrite the english php file though)
Working on http://www.skull-shop.net once again.
HI
I have just installed the ship2pay contrib but it doesnt appear to do anything. I click on insert (which doesnt have an icon) and it does nothing.
Dont know how to contact the guy who ported it from oscommerce to zen... any ideas?
rgds
Mick
Zen 1.3.8a
@Pazaz:
I am investigating the same issue right now. I will share my results if I'll get any...
The funny thing is, that this mod is using deprecated superglobals $HTTP_POST_VARS & $HTTP_GET_VARS instead of $_POST or $_GET.
Solution:
Open file <admin_folder>/ship2pay.php
Search and replace $HTTP_POST_VARS for $_POST
Search and replace $HTTP_GET_VARS for $_GET
This should make this mod _somehow_ alive.
What needs further fixing is the usage of zen_image_submit and zen_image_button functions, which are called with wrong parameters.
I will need more time to fix this as well. Hopefully I will post one day complete, fixed ship2pay.php file.
Hope it helps to you as well.
Last edited by vko82; 12 May 2010 at 03:01 PM.