Jump to content

Frances Bloomer

Member
  • Posts

    22
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Frances Bloomer's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

  1. Yes, I was commenting on the slider, not asking, though I realize it was ambiguous. Sorry. Twenty four hours later and things are still working, so I agree, the major issue is resolved. Again, many thanks to everyone who assisted. Fran
  2. I have removed the workaround. This is what is left in the ini-custom file: <?php # Custom initialization commands # Filename: ini-custom.inc.php # File location: main CubeCart folder ini_set('memory_limit', '256M'); ini_set('max_execution_time', '60'); ini_set('error_log', 'error_log'); ini_set('log_errors', 'on'); ?> I reloaded the main page, put a test item in the basket and so far it seems to be ok. If it freaks out later I'll put the workaround back until things settle. Ah, I see what you mean about the green. The dark green will be replaced, or I will change the text so it can be seen better. Now to figure out the proper file path to get an image into the slider. The ones I have tried so far are clearly not the right ones. Scanning the forum... Thanks again for your help, everyone. Fran
  3. Not a problem, Dirty Butter. I'm learning from reading the exchange. My web admin tells me these are now enabled: Multibyte (japanese) regex support enabled Multibyte regex (oniguruma) backtrack check On Multibyte regex (oniguruma) version 5.9.5 fileinfo support enabled version 1.0.5 libmagic Should I take the (working) workaround out and test this, or is it better to leave it be? I'm still getting "Ecommerce powered by" at the bottom of the page. It does not say CubeCart. Thanks- Fran 517
  4. Bsmither, that workaround got me further than ever before. There are still a few oddities, as in the checkout page shows the name of the person twice, but I was able to run a test purchase through. The pages now show "Ecommerce powered by" at the bottom- no CubeCart there yet. Oh, and when I first pulled the page up, the bx slider was working, as it had not before. Now I have to figure out how to get my images in there correctly. Find the filepath. Many thanks- we'll see what happens when the PHP gets refigured. Fran
  5. OK, I will read these pages and also pass this on. Thanks so much, Brian and Ian! Fran
  6. Hi, Ian. Here is the list in the Command Configure section: './configure' '--disable-fileinfo' '--disable-mbregex' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-mbstring' '--enable-pdo=shared' '--enable-sockets' '--enable-zip' '--prefix=/usr/local' '--with-curl=/opt/curlssl/' '--with-freetype-dir=/usr' '--with-gd' '--with-gettext' '--with-imap=/opt/php_with_imap_client/' '--with-imap-ssl=/usr' '--with-jpeg-dir=/usr' '--with-kerberos' '--with-libdir=lib64' '--with-libxml-dir=/opt/xml2/' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql' '--with-mysqli' '--with-openssl=/usr' '--with-openssl-dir=/usr' '--with-pcre-regex=/opt/pcre' '--with-pdo-mysql=shared' '--with-pdo-sqlite=shared' '--with-pic' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--with-zlib' '--with-zlib-dir=/usr' I can't tell if this means mbregex is enabled or not, the way the spacing is done. Fran
  7. It's been so many years since I did any code work, I might as well be a total newbie. When I get all this sorted I will rename.... if I can remember exactly where to rename! Thanks for reminding me. Fran
  8. Latest error logs from the cart file on cPanel shows these two errors no matter what page was pulled up. Nothing comes up in Admin error logs. They still show --None--. [09-Dec-2016 17:39:46 Europe/London] PHP Fatal error: Call to undefined function mb_split() in /home/bobbin/public_html/cart/includes/lib/smarty/plugins/shared.mb_str_replace.php on line 48 [09-Dec-2016 18:09:03 Europe/London] PHP Warning: array_keys() expects parameter 1 to be array, boolean given in /home/bobbin/public_html/cart/XXX/sources/dashboard.index.inc.php on line 311 Fran
  9. Sorry. The error logs did not change. No, the basket is still not working though it will now open when an item is added- if I don't set it to this, the basket will not open at all. Fran
  10. Admin Request Log, Error Log Admin and System files all show --None--. But then, they did the other day too when there were errors. In Cpanel, I have one error about wordpress which I don't even have or use. Possibly someone trying to hack it. I ran through all the shop pages, ran a purchase as far as it will go, deleted it, refreshed the error log on Cpanel, and nothing changed. Fran
  11. I have the cache under a Cache title in Maintenance, I have cleared it. Will rebuild the error log. Thanks! Fran
  12. Brian, it shows the same: provided by mbstring. Interestingly, the admin pages now show "Ecommerce by CubeCart" at the bottom, but the storefront pages do not. Fran
  13. OK, I went back and we found that the mbstring table is in the php file in admin; the http translation was not enabled, so that has been put on. Looks like we have that very different problem, bsmither. The table appears as this now: Multibyte Support enabled Multibyte string engine libmbfl HTTP input encoding translation enabled libmbfl version 1.3.2 mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1. Directive Local Value Master Value mbstring.detect_order no value no value mbstring.encoding_translation On On mbstring.func_overload 0 0 mbstring.http_input auto auto mbstring.http_output pass pass mbstring.http_output_conv_mimetypes ^(text/|application/xhtml\+xml) ^(text/|application/xhtml\+xml) mbstring.internal_encoding no value no value mbstring.language neutral neutral mbstring.strict_detection On On mbstring.substitute_character no value no value So far it does not seem to have made any difference, so is there anything else that needs to be changed? There is still no "Powered by CubeCart" at the bottom of the pages, and the first time I opened one today it took minutes to load. Thanks for your help- Fran
  14. I have reloaded the skin. My host admin looked and the mbstring was already on. She sent me the code if anyone wants to see it. Poking further into the js files tomorrow.
  15. I thought it must be something I did or didn't do, mostly, and not the CubeCart software itself. Happy to see this is so. Working on it. The skin's designer suggests trying to reload it, as he has not had this ever crop up before. The shipping module and the Stripe module are checked in the status column. Unless there is anywhere else they must be enabled, they should be good. Thanks again, bsmither.
×
×
  • Create New...