Jump to content

peterp

Member
  • Posts

    361
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Melbourne, Australia

Recent Profile Visitors

11,458 profile views

peterp's Achievements

Enthusiast

Enthusiast (6/14)

  • Dedicated Rare
  • Conversation Starter
  • First Post
  • Collaborator Rare
  • Week One Done

Recent Badges

77

Reputation

  1. Hi Brian, The version of PHP is 8 I have followed the url address you supplied and it seems that by doing the following GD Extension: Windows DLL file name changed from php_gd2.dll to php_gd.dll If you were to copy php.ini a PHP 7 php.ini file to PHP 8, it now needs to use the GD extension with php_gd.dll, or in its extension-less format: - extension=gd2 + extension=gd it has fixed the problem and now the images are appearing correctly. thanks again for your help very much appreciated Best Regards, Peterp
  2. Hi brian, I have used the editor to check that the extension for GD is not noted out This is what I found that was anywhere close to GD (see below) ; Windows Extensions ; Note that ODBC support is built in, so no dll is needed for it. ; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5) ; extension folders as well as the separate PECL DLL download (PHP 5). ; Be sure to appropriately set the extension_dir directive. ; extension=php_bz2.dll extension=php_curl.dll extension=php_fileinfo.dll extension=php_gd2.dll (should this read extension=php_gd.dll) extension=php_gettext.dll ;extension=php_gmp.dll ;extension=php_intl.dll I hope this helps this was the only reference to GD that I could find Regards, Peterp
  3. Hi Brian, Sorry about the delay in getting back to you I have been swamped with work, anyway I checked the php info and there is no GD table should there be a GD table? Best Regards, Peterp
  4. Hi All, I have a few logos and product images which are stored in their appropriate images sub directories how ever when I create a new product or category or add a manufacturer all I get when I select images on the appropriate maintenance screen all I see is a spinning circle and the word loading and then it disappears and I'm left with blank image screen. All of the images are of the right size and are in their correct directories. I have attached a screen shot of the error log if this will help Any help is appreciated Best Regards, Peterp Date Message http://localhost/champcoclothingtestnew/admin_ElnMlN/skins/default/images/select_all.gif Check/Uncheck all With Selected: Today, 14:18 [<strong>Exception</strong>] C:xampphtdocschampcoclothingtestnewclassesgd.class.php:113 - Call to undefined function imagecreatefromjpeg() http://localhost/champcoclothingtestnew/admin_ZlX9zy.php?_g=xml&type=files&q=list&dir=%2F&group=1&product_id=3 Today, 14:17 [<strong>Exception</strong>] C:xampphtdocschampcoclothingtestnewclassesgd.class.php:113 - Call to undefined function imagecreatefromjpeg() http://localhost/champcoclothingtestnew/admin_ZlX9zy.php?_g=filemanager
  5. Hi Brian, Thanks so much this has fixed this issue i had to add the path name in the rewrite statement it then worked Your help is very much appreciated Best Regards, Peterp
  6. Hi Brian, You will be happy to know that I went into the users within XAMPP and deleted peterp and then created the user again and this seems to have fixed the issue. I can now get a login screen which allows me to login and get to the admin screen. Hooray! However when I go to the actual store I can get the main front page but when I try to select something I get the home page for XAMPP. The information I'm accessing on the development system is completely isolated from the production database. I have check global.inc and it is pointing to the correct database on the development server which is completely local Does this have anything to do with what we have been doing Best Regards, Peterp
  7. Hi Brian, I have setup the error log and run cubecart again then printed the error log as below: [05-Feb-2024 00:36:00 UTC] PHP Fatal error: Uncaught mysqli_sql_exception: Access denied for user 'peterp'@'localhost' (using password: YES) in C:\xampp\htdocs\champcoclothingtestnew\classes\db\mysqli.class.php:37 Stack trace: #0 C:\xampp\htdocs\champcoclothingtestnew\classes\db\mysqli.class.php(37): mysqli->__construct('localhost', 'peterp', Object(SensitiveParameterValue), 'champcoclothing...', '3306', '') #1 C:\xampp\htdocs\champcoclothingtestnew\classes\db\mysqli.class.php(64): Database->__construct(Array) #2 C:\xampp\htdocs\champcoclothingtestnew\controllers\controller.admin.pre_session.inc.php(21): Database::getInstance(Array) #3 C:\xampp\htdocs\champcoclothingtestnew\admin_ZlX9zy.php(34): include('C:\\xampp\\htdocs...') #4 {main} thrown in C:\xampp\htdocs\champcoclothingtestnew\classes\db\mysqli.class.php on line 37 Best Regards, Peterp
  8. Hi Brian, I may have not explained what was happening initially and that i that when I type in the URL" http://champcoclothingtestnew/admin_ZlX9zy.php", I don't even get a login screen it just displays a blank screen, so I don't get any navigation screen at all so I'm not able to select anything. Sorry if I wasn't clear about what was happening. Best Regards, Peterp
  9. Hi Brian, I made that change to the global.inc.php and then tried to run cubecart again but unfortunately the same result however when I looked at the system errorlog table I noticed it was different see below [<strong>Notice</strong>] C:xampphtdocschampcoclothingtestnewcacheskinfe21b8e9276dbbc3e953e1f00db9a3a73b643126_0.file.common.search.php.php:62 - Trying to get property 'value' of non-object https://localhost/champcoclothingtestnew/admin_ZlX9zy.php?_g=plugins handleError() (fe21b8e9276dbbc3e953e1f00db9a3a73b643126_0.file.common.search.php.php:62) content_65026c6eda81d7_17997555() (smarty_template_resource_base.php:123) getRenderedTemplateCode() (smarty_template_compiled.php:114) render() (smarty_internal_template.php:217) render() (smarty_internal_template.php:386) _subTemplateRender() (7dd6440dc54dab53fa3a314ab421b7eafc15e328_0.file.main.php.php:126) content_65026c6ec69ce2_43707777() (smarty_template_resource_base.php:123) getRenderedTemplateCode() (smarty_template_compiled.php:114) render() (smarty_internal_template.php:217) render() (smarty_internal_templatebase.php:238) _execute() (smarty_internal_templatebase.php:116) fetch() (gui.class.php:342) display() (admin_ZlX9zy.php:54) Is this of any help Regards, Peter
  10. Hi Brian, I think the reason its trying to use the SSL(https//) is because the SSL certificate is set to yes on the production site and this version was a direct copy of the production programs that we are trying to use for testing reasons. Best Regards, Peterp Hi Brian, I have looked in the system error log for any exceptions but are none, should I be looking in some other table. I have tried to attach a file and image but I just get the message that the upload has failed with an error 200, its not my day Best Regards Peterp
  11. Hi Brian, I tried to attach a image but unfortunately it just keeps on saying it has an error 200, am I doing something wrong. Therefore I cannot show you what the fields are saying in the system error log. Best Regards, Peterp Hi Brian, I have copied and paste the fields from the system error log Message [<strong>Notice</strong>] C:xampphtdocschampcoclothingtestnewcacheskinfe21b8e9276dbbc3e953e1f00db9a3a73b643126_0.file.common.search.php.php:62 - Trying to get property 'value' of non-object URL https://localhost/champcoclothingtestnew/admin_ZlX9zy.php?_g=plugins backtrace handleError() (fe21b8e9276dbbc3e953e1f00db9a3a73b643126_0.file.common.search.php.php:62) content_65026c6eda81d7_17997555() (smarty_template_resource_base.php:123) getRenderedTemplateCode() (smarty_template_compiled.php:114) render() (smarty_internal_template.php:217) render() (smarty_internal_template.php:386) _subTemplateRender() (7dd6440dc54dab53fa3a314ab421b7eafc15e328_0.file.main.php.php:126) content_65026c6ec69ce2_43707777() (smarty_template_resource_base.php:123) getRenderedTemplateCode() (smarty_template_compiled.php:114) render() (smarty_internal_template.php:217) render() (smarty_internal_templatebase.php:238) _execute() (smarty_internal_templatebase.php:116) fetch() (gui.class.php:342) display() (admin_ZlX9zy.php:54) Hope this is helpful Best Regards, Peterp
  12. Hi Brian, Happy New Year I have included the last couple of lines from system error log, I tried to include a pdf of the screen but for some reason it kept failing, hope this is helpful Best Regards, Peterp [<strong>Warning</strong>] C:xampphtdocschampcocl... https://localhost/champcoclothingtestnew/admin_ZlX... __construct() (dashboard.index.inc.php:434) includ... [<strong>Warning</strong>] C:xampphtdocschampcocl... https://localhost/champcoclothingtestnew/admin_ZlX... __construct() (dashboard.index.inc.php:434) includ... [<strong>Warning</strong>] C:xampphtdocschampcocl... https://localhost/champcoclothingtestnew/admin_ZlX... __construct() (dashboard.index.inc.php:434) includ...
  13. Hi All, I have just downloaded from a server which is a working version of cubecart ver 6.5.1 to a local host so that we can do some modifications without upsetting the production version, how ever when we try to run this on our local host we just get a blank screen and nothing else. I have checked the global.inc.php and all seems ok, Any suggestions will be appreciated. Best Regards, Peterp
  14. Hi All, I have client who has a range of clothing which is using the color size matrix capability of cubecart very successfully, however he has an issue where a product doesn't have all of the colors for selected sizes. It seems that every color will have all of the sizes available. Is there an extension or has somebody modified the matrix capability that will allow the user to select whether a color with the size is available or not available for customer selection. An example of this is a product comes in sizes 3XS through to 3XL and have colors red, black white, yellow however sizes XS through to S can only be sold with colors white and yellow all other colors are not available for these sizes. Any suggestions will appreciated Best Regards, Peterp
  15. Hi Brian, Once again you have helped me immensely and this seems to have done the trick. the site is now working as to what the client wants. Once again Thankyou Best Regards, Peterp
×
×
  • Create New...