Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
Too many products?
Is there a set number products the system can handle? I have 302 products entered so far. I've been building my store and all of a sudden this afternoon, when I try to create a new product, and save it, I get a "Page not found" message. I was able to add products yesterday with out issue. This site is running 2.3.4.
View article...
View article...
Comments
View article...
View article...
http://mysite.com/store/edit/product_type/product
View article...
View article...
Basically this broke immediately after updating to v2.3.4, correct?
An immediate fix for you would be to open/edit /framework/modules/ecommerce/products/models/product.php and comment out (place two slashes at the beginning of each line or delete them) lines #783 to 786
if (empty($params['id'])) {
eDebug($params);
return;
}
View article...
View article...
View article...
View article...
View article...
The site was fine until about 1 PM eastern time yesterday. I just found out about the issue this morning.
View article...
View article...
(other basic troubleshooting) You might try checking your server error log, and/or viewing the source of the 'blank' page to see if it has any content/markup at all (if it's completely empty then it's likely a server error), and/or opening up the browser console to look for any javascript errors. Were there any changes made recently including adding/editing new content?
My first inclination is that it's NOT the manage products view, or it would only affect the main content area. The 'manage products' action is a pretty simple task which only pulls out some data and displays it in a table which is managed by a jquery widget (DataTables).
You might try temporarily renaming the /themes/yourcustomtheme/action_maps.php and /themes/yourcustomtheme/router_maps.php files to rule out any of those customizations. Or temporarily switching to another 'shipped' theme.
View article...
View article...
View article...
View article...
The site is running code from the develop branch now. Has the code been added to that branch yet?
View article...
1. cd to root of web folder
2. git stash save
3. git pull
4. git stash pop
Now the test site is displays a blank white page. The test site was only a basic Exponent install, no content yet. The site that I am doing all the e-commerce work with hasn't been attempted to update since I did the initial switch to the develop branch.
View article...
View article...
View article...
View article...
However, after going into site configuration, and on the ecommerce tab turning on the new 'Allow Large e-Commerce Tables?' setting, I still get a blank page when attempting to use Manage Products.
View article...
View article...
---
[25-May-2015 20:13:26 UTC] PHP Notice: Undefined index: controller in /home/shevet0/buyplasmaparts.com/framework/core/subsystems/expHistory.php on line 213
[25-May-2015 20:13:26 UTC] PHP Notice: Undefined index: controller in /home/shevet0/buyplasmaparts.com/framework/core/subsystems/expHistory.php on line 213
[25-May-2015 20:13:26 UTC] PHP Notice: Undefined index: action in /home/shevet0/buyplasmaparts.com/framework/core/subsystems/expHistory.php on line 213
[25-May-2015 20:13:26 UTC] PHP Notice: Undefined index: action in /home/shevet0/buyplasmaparts.com/framework/core/subsystems/expHistory.php on line 213
---
View article...
---
Mon May 25 12:08:25 2015] [error] [client 66.249.67.33] File does not exist: /home/shevet0/buyplasmaparts.com/external/html5forms/modernizr-262.js, referer: http://www.buyplasmaparts.com/store/show/title/shield/src/@random54e38110aafd0
[Mon May 25 12:30:25 2015] [error] [client 76.76.36.227] File does not exist: /home/shevet0/buyplasmaparts.com/ecomconfig, referer: http://www.buyplasmaparts.com/ecomconfig/configure
[Mon May 25 12:33:24 2015] [error] [client 76.76.36.227] File does not exist: /home/shevet0/buyplasmaparts.com/store, referer: http://www.buyplasmaparts.com/store/showall/title/mechanized-plasma-systems/src/@random54e38110aafd0
[Mon May 25 12:33:33 2015] [error] [client 76.76.36.227] File does not exist: /home/shevet0/buyplasmaparts.com/store, referer: http://www.buyplasmaparts.com/store/showall/title/hydefinition-hd4070/src/@random54e38110aafd0
[Mon May 25 12:33:38 2015] [error] [client 76.76.36.227] File does not exist: /home/shevet0/buyplasmaparts.com/store, referer: http://www.buyplasmaparts.com/store/showall/title/hydefinition-hd4070-consumables/src/@random54e38110aafd0[Mon May 25 12:42:41 2015] [error] [client 76.76.36.227] File does not exist: /home/shevet0/buyplasmaparts.com/administration, referer: http://www.buyplasmaparts.com/administration/configure_site
---
I turned error reporting on, but am not seeing any errors showing on the screen. What more can I do to make the error show up?
View article...
However the server log seems to indicate that part of the url is being dropped (at the server)...e.g., the 'File does not exist: /home/shevet0/buyplasmaparts.com/store' error indicates the 'action' was dropped off the url??? AND, it means the rewrite isn't working as it should because the server is looking for a path/filename on the server instead of as a browser rewrite (e.g., home/shevet0/buyplasmaparts.com/index.php?controller=store&action=manage
View article...
What more can I do to get Exponent working properly?
View article...
What setting do you have within the General Store settings for 'Default # of products to show per page' under the 'Display' tab?
View article...
According to DreamHost's status site, there wasn't any upgrade or maintenance to the server this past weekend.
View article...
I setup a test site on the same shared server, but removed about half the products we had entered. This allowed the manage products feature to work. To me this means that I'm going to have to move to a VPS.
View article...
I'm thinking the issue is with DreamHost's shared hosting configuration. I setup a Ubuntu 12.04 Virtual Machine on my local machine and was able to use the manage products feature buy going into site configuration, and on the ecommerce tab turning on the new 'Allow Large e-Commerce Tables?' setting.
My VM has 1 GB of ram available to it. The shared server only has about 2 GB of RAM free.
View article...