View Single Post
  #16  
Old 05-15-2014, 06:56 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Mobile view of my site looks weird on an android phone

Quote:
Originally Posted by verizona
Hi Tony,
I created the Main.php in XLite\Module\Osman\Bluejay folder
then I run Re-build cache and got the error ERROR: "23000" (code N/A)

SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'majorVersion' cannot be null

Could you please check your Main.php file and let me know whether you have the following line there?

PHP Code:
namespace XLite\Module\Tony\Example

If so, please replace it with the following one:
PHP Code:
namespace XLite\Module\Osman\Bluejay

After that, please remove the <X-Cart 5>/var/run folder and <X-Cart 5>/var/.rebuildStarted file. Finally, run your admin.php script in the browser and everything should work out properly.

Tony.
Reply With Quote