Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PiLLaO

Members
  • Posts

    473
  • Joined

  • Last visited

  • Days Won

    5

PiLLaO last won the day on December 21 2019

PiLLaO had the most liked content!

1 Follower

Profile Information

  • Real Name
    Gustavo
  • Gender
    Male
  • Location
    Spain

Recent Profile Visitors

20,951 profile views

PiLLaO's Achievements

  1. Hi @raiwa I get this error in console categories.php?cPath=26&pID=418&action=new_product:42 Uncaught ReferenceError: SetFocus is not defined at goOnLoad (categories.php?cPath=26&pID=418&action=new_product:42) at onload (categories.php?cPath=26&pID=418&action=new_product:48) I search on files and I can't find this function, I search on this forum and this function was on admin/includes/general.js Thanks in advance
  2. $('.pi-gallery') must to work
  3. Select the container to jquery an put the image inside
  4. Forum support for addon Breadcrumb SEO for Phoenix Development on Phoenix v1.0.7.1 Download link: https://apps.oscommerce.com/Bz5Of&breadcrumb-seo-for-phoenix
  5. I found the problem, missing code while updating hooks system
  6. That is the problem 😂, I'm updagring without order and is possible that this is the problem. I checked using system/versioned/1.0.4.5 and 1.0.5.7 but I don't know when began my issue.
  7. Hi @raiwa I'm getting an issue on checkout_process.php with the hook, seems to not be loaded. To dismiss causes, is possible that after update hooks system cause this hook not load without a "fix"? Regards
  8. I make the test with a gzip backup and it was restored correctly. Can you choose the tables to restore? can you share a screenshot and put the url without without your data?
  9. Seems to never works this function, at least as I can see on code, was mixing $_GET and $_POST at same time. You must to find on catalog/admin/backup.php this line: // end if ($buInfo->table_list != TEXT_INFO_NO_INFORMATION) $contents[] = ['class' => 'text-center', 'text' => tep_draw_bootstrap_button(IMAGE_RESTORE, 'fas fa-file-upload', tep_href_link('backup.php', 'file=' . $buInfo->file . '&action=restorenow'), null, null, 'btn-warning mr-2') . tep_draw_bootstrap_button(IMAGE_CANCEL, 'fas fa-times', tep_href_link('backup.php', 'file=' . $buInfo->file), null, null, 'btn-light')]; and replace by this: // end if ($buInfo->table_list != TEXT_INFO_NO_INFORMATION) $contents[] = ['class' => 'text-center', 'text' => tep_draw_bootstrap_button(IMAGE_RESTORE, 'fas fa-file-upload', tep_href_link('backup.php', 'file=' . $buInfo->file . '&action=restorenow&restore_all=1'), null, null, 'btn-warning mr-2') . tep_draw_bootstrap_button(IMAGE_CANCEL, 'fas fa-times', tep_href_link('backup.php', 'file=' . $buInfo->file), null, null, 'btn-light')]; it's a dirty fix to make it works temporarily.
  10. Can you check the backup file have data? Uncompress the file and look at the sql file, please.
  11. Sorry but I'm still upgrading into Phoenix, you can make the backups with the original backup tools until someone can fix this
  12. For this error, replace line 41 $listing = $_GET['listing']; with this: $listing = $_GET['listing'] ?? '';
  13. Uploaded new update: WARNING: auto_backup_setup.php don't upgraded, I DON'T KNOW IF WORKS, DON'T USE IN LIVE STORE. - Bootstraped Page - Bootstraped Buttons - Replaced array() to [] - Replaced require('file-path') to require 'file-path' - Replaced require('file-path') to require 'file-path' - Replaced XHTML Tags to HTML Tags - Added Spanish translations (partially)
  14. I suggest to change in catalog/includes/languages/espanol/checkout_confirmation.php To one of this although 'Editar' would be the literally translate, I think that 'Modificar' will be the best option. What you think about this?
  15. Hi @BrockleyJohn It's save to remove catalog/admin/order_editor/http_client.php as Phoenix make some time ago? and the include: include('order_editor/http_client.php'); I take a look, and don't find this file usefull Best regards
×
×
  • Create New...