Lizard_1234 Posted February 24, 2014 Posted February 24, 2014 Hello, I really need help. A few hours ago my shop broke down. I wasn't even at home when it happened. My site: www.het *removethis) varaantje.nl The homepage works but that's all. You can't click a category you get back to HOME and you get an error if you click an image. Also the admin is broke. Many menu items are gone or empty when i open them. The menu structure looks like this: HEADING_TITLE TABLE_HEADING_ONLINE TABLE_HEADING_CUSTOMER_ID TABLE_HEADING_FULL_NAME TABLE_HEADING_IP_ADDRESS TABLE_HEADING_ENTRY_TIME TABLE_HEADING_LAST_CLICK TABLE_HEADING_LAST_PAGE_URL I run OSCommerce 2.2 and PHP 5.2 I haven't made any changes in days and this morning i recieved and order. Everything worked OK Things i tried: I checked FTP with the backup of yesterday. They are identical down to the last byte. Same menu's, same PHP files non missing non added non changed. I even did a virus check nothing came back. Also i haven't seen any suspicious behaviour in my logs going months back. Also the DB seems OK. I see tables and there is data in the tables. I do have the *.sql backup as i made it just yesterday evening. However i cannot make another backup today to do a filecompare on them both. If i go to the backup page under 'tools' i just get the page, but the backup button, along with it's functionality, it gone... Please help me fast! Right now i am out of business and i already have money problems and if it's not fixed very soon i may end up in financial troubles!
♥joli1811 Posted February 24, 2014 Posted February 24, 2014 First thing is to as your hosts if they have changed anything. Regards Joli To improve is to change; to be perfect is to change often.
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 I did call my host. They didn't want to help AT ALL. They just said 'Oh, we don't support OSCOmmerce' and we didn't change anything at all. I called twice and both times they were rude. Just going "Oh you installed something on the webspace you paid for? Oh then we don't suport it'. But they kept saying 'we did not change anything' and they refused to even check it. They said they didn't keep logs of anything and did not want to look. Time for me to find a new host! The only thing i could do was check the PhP version. It's still the same. Maybe they are more helpfull if i can ask a specific question?
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 Should i attempt to set the backup i made yesterday back? I am so scared i break down things even more. Not sure if it will do any good as the backup of yesterday and now are 100% identical. I can't think of what it can fix...
♥joli1811 Posted February 24, 2014 Posted February 24, 2014 Well it was the php version I was thinking about as regards the host CHANGE as simply not a very professional answer. if you go to your host control panel you should first be able to download an SQL backup and compare with your old database pay particular attention to Table: products_to_categories as I would have initially said that appears to be the problem the only thing is it does not explain why the admin is also broken. The product_info.php you could also replace from a backup as this is the page that is not being found. The HEADING_TITLE etc uppercase in admin indicates a missing language file but why that should be if you did not change anything I do not know. To improve is to change; to be perfect is to change often.
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 Thanks for your help! Appreciate it I don't see anything off with the table: It has 2 fields. 'Producs_id' and "categories_id' and both fields are filled it what seems to be correct numbers. In wich folder should i check product_info.php? I have more then 1.
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 Oh wait. The doubles are the backups :) I see it in includ\languanges Checked it several backups back. All the same. Also this doesn't seem to be the right file. The content is as follows: <?php /* $Id: product_info.php,v 1.15 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('TEXT_PRODUCT_NOT_FOUND', 'Product not found!'); define('TEXT_CURRENT_REVIEWS', 'Current Reviews:'); define('TEXT_MORE_INFORMATION', 'For more information, please visit this products <a href="%s" target="_blank"><u>webpage</u></a>.'); define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.'); define('TEXT_DATE_AVAILABLE', '<font color="#ff0000">This product will be in stock on %s.</font>'); define('TEXT_ALSO_PURCHASED_PRODUCTS', 'Customers who bought this product also purchased'); define('TEXT_PRODUCT_OPTIONS', 'Available Options:'); define('TEXT_CLICK_TO_ENLARGE', 'Click to enlarge'); ?> Present in English folder and in Dutch.
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 if you go to your host control panel you should first be able to download an SQL backup and compare with your old database pay particular attention to Table: products_to_categories as I would have initially said that appears to be the problem the only thing is it does not explain why the admin is also broken. I checked the backup *.sql with the current table manually. They are 100% identical.... Not 1 line missing or different
♥joli1811 Posted February 24, 2014 Posted February 24, 2014 That file is correct and should be in catalog/includes/languages/english/product_info.php The missing languages are missing from admin not on the front of the shop I would first concentrate on getting the catalog working the admin can be fixed later. TABLE_HEADING_ONLINE TABLE_HEADING_CUSTOMER_ID TABLE_HEADING_FULL_NAME TABLE_HEADING_IP_ADDRESS TABLE_HEADING_ENTRY_TIME TABLE_HEADING_LAST_CLICK TABLE_HEADING_LAST_PAGE_URL catalog/product_info.php is the file that is for some reason not displaying any images (product not found) The database(sql) that is responsibile is Table: products_to_categories which may be corrupt you will have to go to phpmyadmin to check this!!! Things do not break for no reason has to be either some change you have made or some change the host has made. PS: while you are in your webhost control panel check again what PHP version you are using and if it has changed To improve is to change; to be perfect is to change often.
Jack_mcs Posted February 24, 2014 Posted February 24, 2014 @@Lizard_1234 Try turning off the url rewriter you have installed to see if the links start working on the shop side. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 I did an analyse on that table with PhPMyAdmin. Result: DB640825.products_to_categories check status OK Repaired it anyway: DB640825.products_to_categories repair status OK Also checked: catalog/product_info.php Identical to old backup :(
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 @@Lizard_1234 Try turning off the url rewriter you have installed to see if the links start working on the shop side. Is that the HTACCESS file in the root? It currently looks like this: <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # RewriteEngine On # RewriteCond %{HTTP_HOST} ^reptilegifts\.nl\winkel [NC] # RewriteRule ^(.*)$ http://www.hetvaraantje.nl/$1 [L,R=301] Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^(www\.)?reptilegifts\.nl RewriteRule (.*) http://www.hetvaraantje.nl/$1 [R=301,L] ###################### RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING} Should i remove every 'RewriteRule'? So it looks like this: <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # RewriteEngine On # RewriteCond %{HTTP_HOST} ^reptilegifts\.nl\winkel [NC] # RewriteRule ^(.*)$ http://www.hetvaraantje.nl/$1 [L,R=301] Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^(www\.)?reptilegifts\.nl RewriteRule (.*) http://www.hetvaraantje.nl/$1 [R=301,L] Or remove *everything* under </IfModule>
♥joli1811 Posted February 24, 2014 Posted February 24, 2014 After testing what jack said also have a look if you can access your error_log To improve is to change; to be perfect is to change often.
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 I can't damage anything permantently? It took my webdevelopers hours to get my shop online (years ago now) and he did the job with the ReWrite thingy. Now it's been in place for 4 years and i am kinnda scared thing get irreplacably broken if i edit it...
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 After testing what jack said also have a look if you can access your error_log I can;'t find an error_log?
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 OK completely removed .htaccess as a test. Instead of defaulting to to the homepage i just get an error: Not Found The requested URL /dolfijnen-c-46.html was not found on this server.
♥joli1811 Posted February 24, 2014 Posted February 24, 2014 You would need also to turn off in admin/configuration/SEO URLs To improve is to change; to be perfect is to change often.
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 You would need also to turn off in admin/configuration/SEO URLs It has never been on. I double checked and the value is "false"
♥joli1811 Posted February 24, 2014 Posted February 24, 2014 well Jacks the expert here but Reset SEO URLs Cache To improve is to change; to be perfect is to change often.
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 well Jacks the expert here but Reset SEO URLs Cache How?
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 Wait. I do see the menu item: 'cache' under configuration but it does not open anymore. Can't reach it the normal way anymore. Also when i open the link 'customers' i get this at the bottom of the page. Hint? Error! Unable to determine the page link! Function used: tep_href_link('', '', 'NONSSL') It's as follows. In the admin panel i only get the top category page. Like for 'Configuration' i only get the 'my store' page. All the other links are dead. And with 'Tools' i only get 'backup' page and i don't even see the other menu options.
♥joli1811 Posted February 24, 2014 Posted February 24, 2014 also in admin/configuration/SEO URLs at the top you can change Enable SEO URLs? to false and towards the bottom Reset SEO URLs Cache true To improve is to change; to be perfect is to change often.
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 No i cannot access the 'SEO URL page anymore. Like in the shop, it defaults back to 'My store'.... Maybe it can work if you give me the direct link to the page? Just from <my shop/<SEO URL page>>? Currently its: /admin/configuration.php?gID=289 But i simply cannot access it... :(
♥joli1811 Posted February 24, 2014 Posted February 24, 2014 well the seo urls do not do anything as regards your admin pages you could empty the cache in phpmyadmin but my opinion this can not be the problem as the url rewrite is for the front of the shop nothing to do with admin. Did you check your php version in the webhost control panel I keep getting the feeling they have updated To improve is to change; to be perfect is to change often.
Lizard_1234 Posted February 24, 2014 Author Posted February 24, 2014 OK. Well i checked the Cache table and this is in it (I choose XML but i can export in another format if that is better for you) Should i just use 'empty table' then? <pma_xml_export version="1.0" xmlns:pma="http://www.phpmyadmin.net/some_doc_url/"> <!-- - Structure schemas --> <pma:structure_schemas> <pma:database name="DB640825" collation="latin1_german1_ci" charset="latin1"> <pma:table name="cache"> CREATE TABLE `cache` ( `cache_id` varchar(32) COLLATE latin1_german1_ci NOT NULL DEFAULT '', `cache_language_id` tinyint(1) NOT NULL DEFAULT '0', `cache_name` varchar(255) COLLATE latin1_german1_ci NOT NULL DEFAULT '', `cache_data` mediumtext COLLATE latin1_german1_ci NOT NULL, `cache_global` tinyint(1) NOT NULL DEFAULT '1', `cache_gzip` tinyint(1) NOT NULL DEFAULT '1', `cache_method` varchar(20) COLLATE latin1_german1_ci NOT NULL DEFAULT 'RETURN', `cache_date` datetime NOT NULL, `cache_expires` datetime NOT NULL, PRIMARY KEY (`cache_id`,`cache_language_id`), KEY `cache_id` (`cache_id`), KEY `cache_language_id` (`cache_language_id`), KEY `cache_global` (`cache_global`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci; </pma:table> </pma:database> </pma:structure_schemas> <!-- - Databank: 'DB640825' --> <database name="DB640825"> <!-- Tabel cache --> <table name="cache"> <column name="cache_id"> ca34fbe5f9a075091ad59abf02c259a7 </column> <column name="cache_language_id"> 4 </column> <column name="cache_name"> seo_urls_v2_products </column> <column name="cache_data"> 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 </column> <column name="cache_global"> 1 </column> <column name="cache_gzip"> 1 </column> <column name="cache_method"> EVAL </column> <column name="cache_date"> 2014-02-23 20:26:42 </column> <column name="cache_expires"> 2014-03-25 20:26:42 </column> </table> <table name="cache"> <column name="cache_id"> 4404c1df54fdb1291c8dd9bb259f32a9 </column> <column name="cache_language_id"> 4 </column> <column name="cache_name"> seo_urls_v2_manufacturers </column> <column name="cache_data"> jZK9bt0wDEb3PkW2mwIVkNjpHzJdFOmWDEEzB7RF6RKhJZei4t48fW0Z6Naymwcek/rO5zFQwsvD/fHh6fvx24+nx7vH54fj/d3z9afDh4vDKS+MUlyU/ePw/vad/ztzvTFeIOZUSNGY7rbp6VyURmAuxnS/TY+5JpWzA1EqaiE3G6K1vKxPMP7+cRtlzAnEZzdmZhyVcjKwqw2TXMAJpXGlPRjEl40YQEZK2XksFK0dXzdiWuDkZpxR3FuuWhTXCw2ya9cFGCrnWlzIgkVdkByNNLrmccIEEYXQKQxsyOx2mX+QiHlCFfpZLbB5ndYIaXRYZkhGgl0r5kwxkvX+JjVmHJDdUFM6O66/rHs+tybkov8W2TWREGQtb3IzAyUr1SYSVAXWar2iMd43e2UmIS1uIfZMwTi+b+LKqXo8EbOLFHQBsaimIOG0ttE6ak9nvf4/jtnjZ3jD5DyhBIpVrNL2TW9otpYs7F0ls+l9kxH3VRMlAq1V2lJr302LeeCKLa32/t8= </column> <column name="cache_global"> 1 </column> <column name="cache_gzip"> 1 </column> <column name="cache_method"> EVAL </column> <column name="cache_date"> 2014-02-23 20:26:42 </column> <column name="cache_expires"> 2014-03-25 20:26:42 </column> </table> <table name="cache"> <column name="cache_id"> a93b9170a03ff54d81e95917742ea01b </column> <column name="cache_language_id"> 4 </column> <column name="cache_name"> seo_urls_v2_categories </column> <column name="cache_data"> AwA= </column> <column name="cache_global"> 1 </column> <column name="cache_gzip"> 1 </column> <column name="cache_method"> EVAL </column> <column name="cache_date"> 2014-02-23 20:26:42 </column> <column name="cache_expires"> 2014-03-25 20:26:42 </column> </table> </database> </pma_xml_export>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.