Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What's wrong with this picture???


VideoDude

Recommended Posts

  • Replies 87
  • Created
  • Last Reply

it is definately on my target list - i keep scratching my head trying to think what could possibly be causing this error...

 

which version to do you have installed now - i will install it locally and see if i can recreate the error on my end as all of the 'obvious' things don't seem to be the problem. :? :? :? 8)

Link to comment
Share on other sites

ok - i will grab the cvs version later (when I can breathe), install it locally and see what happens...... its about 12 noon here in CA, will get to it in about 4 hours or so......

 

later 8)

Link to comment
Share on other sites

unless you have a specific reason for using it I would recommend using the MS1 release since the CVS versions are works in progress and are prone to potential errors as things get worked out...

Link to comment
Share on other sites

Hey Jeff, Based on the fact that you couldn't recreate the problem, I'm left to assume that this is an issue particular to my machine. The problems that I'm experiencing don't actually stop me from using the software... they're more of an inconvenience. The only screen that's not working at all is the "products attributes" screen... and since I don't have any reason to use this I'm not hurting enough to try yet another reinstallation.

 

One question that I've posed now a couple of times that hasn't been answered is... how do you install a new snapshot over an existing one without overwriting all the mods? Do you just copy the source files over-top of the ones in existence... or do you have to do a complete reinstallation?

Link to comment
Share on other sites

if you are familiar with the unix diff command, that is generally the method used - you should subscribe to the cvs list and this way you will receive via email any updates to the cvs snapshot as they are made and committed to it

 

there should be something on wiki.oscommerce.com/top regarding updating cvs updates or you can go to sourceforge.net and get more info on doing it

Link to comment
Share on other sites

:lol:

 

The Concurrent Versions System (CVS) is a version control system: it keeps track of all changes to a (software) project and allows several distant developers to collaborate. It is popular in the free software world and is itself released under the GNU General Public License.

Link to comment
Share on other sites

Well, I STILL don't know what glitch is causing my problem, but I have been able to cheat my way around by modifying the /admin/includes/configure.php file as follows (and I know this isn't exactly the best way to handle this... but HEY... it worked).

 

Was:

Released under the GNU General Public License

*/





// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

 

Is Now:

  Released under the GNU General Public License

*/



 require('includes/languages/english/backup.php');

 require('includes/languages/english/banner_manager.php');

 require('includes/languages/english/banner_statistics.php');

 require('includes/languages/english/cache.php');

 require('includes/languages/english/categories.php');

 require('includes/languages/english/configuration.php');

 require('includes/languages/english/countries.php');

 require('includes/languages/english/currencies.php');

 require('includes/languages/english/customers.php');

 require('includes/languages/english/define_language.php');

 require('includes/languages/english/file_manager.php');

 require('includes/languages/english/geo_zones.php');

 require('includes/languages/english/index.php'); 

 require('includes/languages/english/invoice.php');

 require('includes/languages/english/itransact.php');

 require('includes/languages/english/languages.php');

 require('includes/languages/english/mail.php');

 require('includes/languages/english/manufacturers.php');

 require('includes/languages/english/modules.php');

 require('includes/languages/english/newsletters.php');

 require('includes/languages/english/orders.php');

 require('includes/languages/english/orders_status.php');

 require('includes/languages/english/packingslip.php');

 require('includes/languages/english/products_attributes.php');

 require('includes/languages/english/cache.php');

 require('includes/languages/english/products_expected.php');

 require('includes/languages/english/reviews.php');

 require('includes/languages/english/server_info.php');

 require('includes/languages/english/specials.php');

 require('includes/languages/english/stats_customers.php');

 require('includes/languages/english/stats_products_purchased.php');

 require('includes/languages/english/stats_products_viewed.php');

 require('includes/languages/english/tax_classes.php');

 require('includes/languages/english/tax_rates.php');

 require('includes/languages/english/whos_online.php');

 require('includes/languages/english/zones.php');



// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...