Posts

funny songs by sakaira Prank

Image
funny songs by sakaira

Running Competition By Berni funny cartoon

Image
Funny running competition of the berni carton

Errors Solved in the CSV import/export of opencart

Dear Rupak I have a similar error to ialiendre's when I click on the export button: Error: Table 'opn_j262cjfa6g.product' doesn't exist Error No: 1146 SELECT * FROM `product` p inner join product_description pd on pd.product_id=p.product_id Are you able to help me? I'm running v1.4.9.4 . Thanks & best regards -============================================= The tip is that i forget to place the database prefix. Change the following code At model/tool/csvproduct.php replace with the codes $query = "SELECT * FROM `". DB_PREFIX ."" . $table . "` p inner join ". DB_PREFIX ."product_description pd on pd.product_id=p.product_id"; at line no 21 or something like the $query $query15 = "SELECT * from ". DB_PREFIX ."product_to_category ptc inner join ". DB_PREFIX ."category_description cd on cd.category_id=ptc.category_id where ptc.product_id=". $row['product_id']; at line number 85 or something

Best Cycling trick ever done by Berni

Image
funny cartoon of berni, rupak nepali berni

Want to play Golf with the Berni

Image
Watch out how Berni Play golf, one of the most hilarious cartoon on the glof

Decrypt Your code

Want to decrypt the code then visit the site above. How do i decrypt the php code? How do i use the decryption of the code? For all the above question the answer is Visit the site below: http://www.region59.net/unlockit/decoder.php This service is designed to decrypt php-scripts that have been processed by the program SourceCop. Do not use this service to remove the protection to commercial products and for any similar actions which violate the copyright of third parties. Author services shall not be liable for the performance of the decoded scripts, as well as for any damage caused by their use.

Php errors: Deprecated: Call-time pass-by-reference has been deprecated and its solution

Image
Got problems with the Notice in the code you can simply remove them by pasting the line below error_reporting (E_ALL ^ E_NOTICE); Notice : Use of undefined constant action - assumed 'action' in D:\web\xampp\htdocs\....\....\..\.....php(1) : eval()'d code on line 43 Deprecated: Call-time pass-by-reference has been deprecated if we get this errors then we just have to change  allow_call_time_pass_reference = off    to allow_call_time_pass_reference = on at php.ini file After this don't forget to restart your xampp or wamp or means server. Ways to find the php.ini file Make one file and write <?php echo phpinfo(); ?> and run it in the browser and search for the word "php.ini" According to above mine php.ini file is included in the D:\web\xampp\php folders. By this you will be able to get the php.ini file and change the setting as per your need. Thanking You Rupak Nepali