Hi all,
I have this error message on my site, and I'm kind of a newb, certainly I have no idea what vqmod is, or much knowledge of php. Can anyone help me with the below?
Notice: Use of undefined constant bc3b070bd91a4503d410153e8476da60 - assumed 'bc3b070bd91a4503d410153e8476da60' in /home/********/public_html/vqmod/vqcache/vq2-catalog_language_english_english.php on line 58Notice: Use of undefined constant us10 - assumed 'us10' in /home/********/public_html/vqmod/vqcache/vq2-catalog_language_english_english.php on line 58Notice: Use of undefined constant efe17d0960 - assumed 'efe17d0960' in /home/********/public_html/vqmod/vqcache/vq2-catalog_language_english_english.php on line 59
I have this error message on my site, and I'm kind of a newb, certainly I have no idea what vqmod is, or much knowledge of php. Can anyone help me with the below?
Notice: Use of undefined constant bc3b070bd91a4503d410153e8476da60 - assumed 'bc3b070bd91a4503d410153e8476da60' in /home/********/public_html/vqmod/vqcache/vq2-catalog_language_english_english.php on line 58Notice: Use of undefined constant us10 - assumed 'us10' in /home/********/public_html/vqmod/vqcache/vq2-catalog_language_english_english.php on line 58Notice: Use of undefined constant efe17d0960 - assumed 'efe17d0960' in /home/********/public_html/vqmod/vqcache/vq2-catalog_language_english_english.php on line 59
probably one of your vqmod script you had added was causing the issue.
This must be the worst Setup I've ever seen. About 35 Javascripts placed in the header section, obviously 'empty-space/line left' screwed up code editing (Cannot modify header information - headers already sent by...). It's of no use, this way, if your'e really trying to get that thing to work since May 2014, you better not longer waste your time with something as complicated as this...
You should better get a ready-made OC version like the one from opencart-france or OpenShop, then, at least, you don't leave such a 'bad' impression, if someone tries to order without success, since not even your Order-button works...
No offense, good luck!
Ernie
bigmax.ch/shop/
PS. It's not, IN ANY CASE, technically, a VqMod Problem, some Error messages display a LANGUAGE related problem. VqMod does just modify (some) and CACHE the OC Software Files used, related to a Page, combines and caches them into/as one single webpage. it then sends this predone, cached, CONTENT to the visitor.
STILL, the Problem itself could be related with a SINGLE VqMod, directing the Server to somewhere in the DARK, but this, I try to explain further below.
The VALID Error Information is just this:
vqmod/vqcache/vq2-catalog_language_english_english.php,
meaning, that the Problem has been found in relation to THE english.php file,
PLACED IN THE /catalog/language/english/ SUBSECTION of your Software.
It's searching for 'something', wich should be 'found/defined/used' on/in this 'english.php' language translation content file, and it does not find it. And, since this is not only a missing 'word' or line of text, assumingly, but a rather important 'thing' , it does not only display the 'Code Variable-Title' like 'button_continue' instead of the 'variable-matching' english word 'Continue', it runs into a full 'execution' type error.
One out of many possibly solutions:
If you use foreign language VqMods, make sure, they do not ONLY CONTAIN Sections, and their content, like, i.E.:
without containing ANY similar Content in an english Section as well:
otherways, you could run into a problem, similar to what you described above. Possibly.
But as I quoted above if you dont' understand the meaning of my reply, forget it.
As a matter of Fact, one could remove any such foreign language, never used, language section in all VqMods as well. It's less SPACE and less date to handle for the server in any case. EXEPT for the DEFAULT english Language, by Nature of things...
You should better get a ready-made OC version like the one from opencart-france or OpenShop, then, at least, you don't leave such a 'bad' impression, if someone tries to order without success, since not even your Order-button works...
No offense, good luck!
Ernie
bigmax.ch/shop/
PS. It's not, IN ANY CASE, technically, a VqMod Problem, some Error messages display a LANGUAGE related problem. VqMod does just modify (some) and CACHE the OC Software Files used, related to a Page, combines and caches them into/as one single webpage. it then sends this predone, cached, CONTENT to the visitor.
STILL, the Problem itself could be related with a SINGLE VqMod, directing the Server to somewhere in the DARK, but this, I try to explain further below.
The VALID Error Information is just this:
vqmod/vqcache/vq2-catalog_language_english_english.php,
meaning, that the Problem has been found in relation to THE english.php file,
PLACED IN THE /catalog/language/english/ SUBSECTION of your Software.
It's searching for 'something', wich should be 'found/defined/used' on/in this 'english.php' language translation content file, and it does not find it. And, since this is not only a missing 'word' or line of text, assumingly, but a rather important 'thing' , it does not only display the 'Code Variable-Title' like 'button_continue' instead of the 'variable-matching' english word 'Continue', it runs into a full 'execution' type error.
Code: Select all
$_['button_continue'] = 'Continue';
If you use foreign language VqMods, make sure, they do not ONLY CONTAIN Sections, and their content, like, i.E.:
Code: Select all
<file name="catalog/language/russian/product/category.php" error="log">
..
..
Content related to this <FILE>
Code: Select all
<file name="catalog/language/english/product/category.php" error="log">
..
..
Content related to this <FILE>
But as I quoted above if you dont' understand the meaning of my reply, forget it.
As a matter of Fact, one could remove any such foreign language, never used, language section in all VqMods as well. It's less SPACE and less date to handle for the server in any case. EXEPT for the DEFAULT english Language, by Nature of things...
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.
Thanks for replying, even if it is somewhat scathing. When you say I should get it from OpenCart France or OpenShop, do you mean my template?
I turned off all of the languages except for English, would that cause the problem do you think?
You seem to suggest there are tonnes of other problems, obviously loading JS in the header is ill advised and these should be moved to the footer, but that is probably not what's causing my issue.
If it is redirecting to somewhere in the dark, could it be a page I have deleted for example? Would clearing my cache or anything like that help?
I turned off all of the languages except for English, would that cause the problem do you think?
You seem to suggest there are tonnes of other problems, obviously loading JS in the header is ill advised and these should be moved to the footer, but that is probably not what's causing my issue.
If it is redirecting to somewhere in the dark, could it be a page I have deleted for example? Would clearing my cache or anything like that help?
No, I meant the entire Shop, it very well done already, and it contains a good amount of Goodie's, so, one does not have to add everything, possibly planned...uglyeoin wrote:Thanks for replying, even if it is somewhat scathing. When you say I should get it from OpenCart France or OpenShop, do you mean my template?
OC's like an Automobile, as more 'electronics' it carrie's, as more difficult it can get. Same with OC, it already carrie's bulkload's of >JS type Software Electronic's<, all over the place. In addition to this, Theme-Designers may place additional Scripting, and at last, some Mod-Designer may also place such things to the Software. The Combination of all that may work. Or partly, or not.
And since your Shop has so much of that, it's rather 'intransparent' from the outside to find out, so much goes wrong with it. I advise you to RESTART the Project, if you plan on going somewhere...
Never take any Business Critics or Advise personal, your'e not making money if/by feeling offended...
Ernie
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.
Who is online
Users browsing this forum: No registered users and 23 guests