Jump to content

Z2Dave

Member
  • Posts

    32
  • Joined

  • Last visited

Posts posted by Z2Dave

  1. I have had CC3 running for 10 years without too much trouble, (very heavily modified) as "sellingtoyou.com" but it all went TU last week after some corruption on hard disk. Tried to re-install but cannot find installation file nor the one that sets the permissions. Have the original program.

    All I get now isĀ  "

    You don't have permission to access / on this server.
    Server unable to read htaccess file, denying access to be safe

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request." I have also gone Win10 this week but still nothing. Can anyone help please.

    Dave - [email protected]

  2. Thanks for reply Brian.

    I agree that this requirement can be set in Explorer (or others) but I can't instruct the browser that prints the file individually. What I want to do is remotely send the instruction to change their printer settings.

  3. Generally, reports created and displayed within CC are simply web pages. Use your browser's Print Setup... dialog to set the print orientation to Landscape. In addition, I believe one of the later versions of Internet Explorer can scale the web page so that the entire table will fit the width of the page.

  4. Cheers on that. Sounds like an answer they will have to accept.

    Dave

    Hi Z2Dave,

    This may help:

    In the General Settings in the admin panel there is a session length setting in seconds (Max Session Length:) you could alter that to say 1800 that would give a half an hour session before being required to log in again, so if someone does forget to log out then its only the remainder of the 30 mins that the admin panel is live.

    Or alternative is to ensure that their browsers are set to clear recent history, clear cookies etc on close.

    Hope it helps.

    Fandango

  5. I agree with the link but what they are saying is that it is not a secure audit trail if someone forgets to log out. I think they are being over paranoid but they do have a point, and it's public money they are dealing with.

    Their is a logout link at the top of the admin page. They should click that before they close the window. The cookie will expire - not sure how long it does - but if they are concerned about it, just click on logout. Not sure if there is a way to automate it.

  6. I have a problem with retained passwords for a CC3 application to be run by a charity.

    If you are browsing with FFX or IE6/7 or similar, once you have closed the page that was displaying admin you should of course have logged out. But if you haven't then anyone on the same browser/computer can, it seems, go back into admin without logging on. The system therefore is not fail safe and the 'committee' of this charity are demanding an automatic logout once the browser page is shut.

    I don't know whether I have explained it properly, however has anyone any ideas or am I doing something wrong

    Cheers

  7. That explains me not being able to find them! Thanks Jason.

    Even so the client, who's nearly as dumb as me, still needs to be able to clear the 'views' data simply and without delving into MySQL databases. Is is possible?

    This must be so simple I can't find the solution. My client needs to be able to easily clear out the standard stats log files. Any ideas. CC3.016

    What Stat logs?

    CubeCart does not create log files (product views etc are stored in the database).

    Jason

  8. I have an application where a customer enters their order normally, BUT some customers are not online so send in a paper order complete with either cheque or cash. My question is - when we enter these paper orders manually using the Postal Order Form via admin, is there a way that we do not need to completely fill out a login page, including a seperate password per customer? I would like to be able to entere a 'master' password that would be assigned to admin.

    I should say that the reason for entering the 'paper' orders into the shops audit trail is that we sell tickets, the quantity of which are limited, and so the ticket quantities available are based on online AND paper orders.

    Sorry about this being a bit garbled but that's life at the moment.

  9. CC3 heavily modded, EasyPHP1-8 on stick for testing, winxp.

    This has been reported by someone else a while ago but there was never a reply. Have tried complete virgin un-moddified installation and also on hard drive, but always the same.

    When a second purchase is made of the same product but different options or adifferent productin the same session you can go right through to cart pay and then :-

    MySQL Error Occured

    1062: Duplicate entry '100301-113457-4192' for key 1

    QUERY = INSERT INTO CubeCart_order_sum (`cart_order_id`, `cus........................................

    Help desparately needed quickly.

  10. CC3 heavily modded, EasyPHP1-8 on stick for testing, winxp.

    Both these have been reported by someone else a while ago but there was never a reply. Have tried complete virgin un-moddified installation and also on hard drive, but always the same.

    When a second purchase is made of the same product but different options you can go right through to cart pay and then :-

    MySQL Error Occured

    1062: Duplicate entry '100301-113457-4192' for key 1

    QUERY = INSERT INTO CubeCart_order_sum (`cart_order_id`, `cus........................................

    Will also add that the following appeares when looking at 'Server info' from admin panel:-

    Notice: Undefined index: rootRel in j:\easyphp1-8\www\rspb\admin\misc\info.php on line 3

    Notice: Undefined index: rootRel in j:\easyphp1-8\www\rspb\admin\misc\info.php on line 3

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at j:\easyphp1-8\www\rspb\admin\misc\info.php:3) in j:\easyphp1-8\www\rspb\admin\misc\info.php on line 13

    Can anyone help please

  11. This part of the error message, "output started at c:\easyphp1-8\www\rspb\admin\misc\info.php:3," tells me to look for a file that has blank lines above the line that contain the opening PHP script tag, like this:

    -blank line-
    
    <?php

    Also, I would make sure that any file I edit for CC3 is with a plain text editor (Notepad) or a programmer's editor that is set to save as plain text. If your editor can do UTF-8 with or without a Byte Order Mark (BOM), turn all that off.

    You didn't report what your store location variables were set to in /includes/global.inc.php.

    If you are running Apache, have made any changes to any Apache config files or htaccess files?

    Have searched for blanks but none.

    Have removed all existing installations and sticks, and installed a fresh EasyPHP1-8 and CC3.016. on a new stick. No mods or data. Still get the same error on 'server info'.

    Always use Notetab, never any probs before.

    Sorry about global. I seem to have a problem with this screen or it's just me cos it was included. However 'ere tis again.

    <?php

    $glob['dbdatabase'] = 'rspb';

    $glob['dbhost'] = 'localhost';

    $glob['dbpassword'] = '*****';

    $glob['dbprefix'] = '';

    $glob['dbusername'] = 'rspb_user';

    $glob['installed'] = '1';

    $glob['rootDir'] = 'i:\\\\easyphp1-8\\\\www\\\\rspb';

    $glob['rootRel'] = '/rspb/';

    $glob['storeURL'] = 'http://127.0.0.1/rspb';

    ?>

    Should also say I mtd cookie cache before installing

  12. You will need to tell us the exact URL you are using when you get this error message.

    If you do this:

    http://localhost/rspb/admin/misc/info.php

    you might get this as I don't know if $GLOBALS are defined.

    But if you log in to your admin section normally, and click the link to Server Info, what do you get?

    What are your values for the three $glob variables that pertain to your installation?

    Does your thumbdrive access the PHP language interpreter on your C: drive, or the interpreter on the thumbdrive?

    Did you suddenly change anything else recently?

    Do these error messages come from the virgin install on the hard drive or from the install on the thumbdrive?

    I am using ...127.0.0.1/rspb/admin

    Entering /rspb/admin/misc/info.php gives

    Notice: Undefined index: rootRel in c:\easyphp1-8\www\rspb\admin\misc\info.php on line 3

    Notice: Undefined index: rootRel in c:\easyphp1-8\www\rspb\admin\misc\info.php on line 3

    Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\easyphp1-8\www\rspb\admin\misc\info.php:3) in c:\easyphp1-8\www\rspb\admin\misc\info.php on line 13

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\easyphp1-8\www\rspb\admin\misc\info.php:3) in c:\easyphp1-8\www\rspb\admin\misc\info.php on line 13

    These errors, together with some on upload images and postal orderform, occur on stick and also c drive.

    'SERVER INFO' on both systems give

    Notice: Undefined index: rootRel in c:\easyphp1-8\www\rspb\admin\misc\info.php on line 3

    Notice: Undefined index: rootRel in c:\easyphp1-8\www\rspb\admin\misc\info.php on line 3

    Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\easyphp1-8\www\rspb\admin\misc\info.php:3) in c:\easyphp1-8\www\rspb\admin\misc\info.php on line 13

    Separate PHP on each location. Removing stick and accessing c drive makes no difference.

    Yes have added several mods lately.

    I'm lost.

  13. The above suddenly occured in my cc3 on a thumbdrive. I setup a virgin cc3 on hard drive and same errors even with no mods to cc3. Any help please.

    WHEN IN SERVER IN

    ================

    Notice: Undefined index: rootRel in C:\Program Files\EasyPHP5.3.0\www\rspb\admin\misc\info.php on line 3

    Notice: Undefined index: rootRel in C:\Program Files\EasyPHP5.3.0\www\rspb\admin\misc\info.php on line 3

    WHEN IN UPLOAD IMAGES

    =====================

    Notice: Undefined index: host in C:\Program Files\EasyPHP5.3.0\www\rspb\classes\db.inc.php on line 48

    Notice: Undefined variable: HTTP_SERVER_VARS in C:\Program Files\EasyPHP5.3.0\www\rspb\includes\sslSwitch.inc.php on line 30

    Deprecated: Function eregi() is deprecated in C:\Program Files\EasyPHP5.3.0\www\rspb\includes\sslSwitch.inc.php on line 30

    Deprecated: Function eregi() is deprecated in C:\Program Files\EasyPHP5.3.0\www\rspb\includes\sslSwitch.inc.php on line 30

    Notice: Undefined index: HTTPS in C:\Program Files\EasyPHP5.3.0\www\rspb\includes\functions.inc.php on line 36

    Notice: Undefined index: HTTPS in C:\Program Files\EasyPHP5.3.0\www\rspb\includes\functions.inc.php on line 40

    Notice: Undefined index: HTTPS in C:\Program Files\EasyPHP5.3.0\www\rspb\includes\functions.inc.php on line 36

    Notice: Undefined index: HTTPS in C:\Program Files\EasyPHP5.3.0\www\rspb\includes\functions.inc.php on line 40

    Notice: Undefined index: HTTPS in C:\Program Files\EasyPHP5.3.0\www\rspb\includes\functions.inc.php on line 36

    Notice: Undefined index: HTTPS in C:\Program Files\EasyPHP5.3.0\www\rspb\includes\functions.inc.php on line 40

    Notice: Undefined variable: HTTP_SERVER_VARS in C:\Program Files\EasyPHP5.3.0\www\rspb\admin\includes\auth.inc.php on line 30

    Deprecated: Function eregi() is deprecated in C:\Program Files\EasyPHP5.3.0\www\rspb\admin\includes\auth.inc.php on line 30

    Deprecated: Function eregi() is deprecated in C:\Program Files\EasyPHP5.3.0\www\rspb\admin\includes\auth.inc.php on line 30

    Notice: Undefined index: host in C:\Program Files\EasyPHP5.3.0\www\rspb\classes\db.inc.php on line 48

    Upload Image

  14. Thanks for reply.

    It's more simple than that. I have created a database using EasyPHP/PHPAdmin with a name and password and that's it.

    From Jersey Joe he say:-

    "1) create the database

    2) add a user name / password for that database

    3) actually ADD THE USER to that database. The form for doing that is simply not clear about the need to do that".

    The article that I can't find explains how to do item 3 in EasyPHP/PHPAdmin. That's the information I desperately need.

    Sorry if I wasn't clear first time.

  15. I know this has been covered somewhere else but I can't find it despite spending hours looking.

    When I create a new database (using Jersey Joe's tutorial on a thumbdrive) and then start to install cc3 I get to page 3 and then when I try to go to page 4 the following error shows:-

    MySQL Error Occured

    1045: Access denied for user '*****_user'@'localhost' (using password: YES)

    Is there anyone that could help me through this with full instructions please.

  16. The problem is a totally inadequate GUI in cPanel that - as I have said before - is an object lesson in the pitfalls of allowing programmers to write instructions or design user interfaces. Their superior knowledge leads to the assumption that everyone else knows what is required. In simple terms, this is called "arrogance."

    The cPanel interface for creating a database is perhaps one of the worst ever. It would be greatly improved by the simple addition of a numerical sequence label next to each of the FOUR buttons. The problem is that the FOURTH step in creating a new Db is not obvious.

    Here's the cure:

    http://buildinghosting.com/CC_Step3_cure.htm

    Hope this helps.

    I am trying to load it all on a 'stick' but come up with the same error message. The link above is 404'ed. Does anyone have the current location or a copy they could email me direct?

    Dave

    Thanks for email Jerseyjoe. Have googled for CC_Step3 and searched site but cannot find. Have semi installed on stick but get to '3' and the page then fills with:-

    Deprecated: Function eregi() is deprecated in J:\EasyPHP5.3.0\www\upload\includes\ini.inc.php on line 76

    Am trying to install CC3.016 via EasyPHP5.0.1

    Can you or anyone help please

    I have come across another problem on the stick. I get the following when emails should be sent:-

    Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in j:\easyphp1-8\www\rspb\classes\htmlMimeMail.php on line 704

    How do I overcome this?

  17. The problem is a totally inadequate GUI in cPanel that - as I have said before - is an object lesson in the pitfalls of allowing programmers to write instructions or design user interfaces. Their superior knowledge leads to the assumption that everyone else knows what is required. In simple terms, this is called "arrogance."

    The cPanel interface for creating a database is perhaps one of the worst ever. It would be greatly improved by the simple addition of a numerical sequence label next to each of the FOUR buttons. The problem is that the FOURTH step in creating a new Db is not obvious.

    Here's the cure:

    http://buildinghosting.com/CC_Step3_cure.htm

    Hope this helps.

    I am trying to load it all on a 'stick' but come up with the same error message. The link above is 404'ed. Does anyone have the current location or a copy they could email me direct?

    Dave

    Thanks for email Jerseyjoe. Have googled for CC_Step3 and searched site but cannot find. Have semi installed on stick but get to '3' and the page then fills with:-

    Deprecated: Function eregi() is deprecated in J:\EasyPHP5.3.0\www\upload\includes\ini.inc.php on line 76

    Am trying to install CC3.016 via EasyPHP5.0.1

    Can you or anyone help please

  18. Great Work Trenillo.... this fix worked a treat!

    I had the same problem so I can tell you what I did to get mine up and running. First you need to turn off the "Safe Mode" function by editing the "htmlMimeMail.php" located in the "classes" folder. Once you've opening the file in what ever PHP editor you have find this code of line:

    if(@ini_get('safe_mode')==TRUE){

    and change it to:

    if(@ini_get('safe_mode')==FALSE){

    (Please make sure that you make a backup copy of this file just in case it doen't work for you)

    Okay, now log into your CC Admin and go to "General Settings" and scroll down until you get to the email portion of the form. This is what i have set up:

    Email Name: My Store Name

    Email Address: [email protected] (what every your site admin email is)

    Mail Sending Method: mail()

    SMTP Host: leave blank

    SMTP Port: leave blank (it should be defaulted at 25, if it doesn't work try 26)

    SMTP Username: leave blank

    SMTP Password: leave blank

    I have two CC sites up and both wasn't sending emails until I did this simple change and now they're both working %100. You can test it by doing the "Tell A Friend" function in one of your products.

    This should work for you. Let me know.

    Hi

    I tried this but it screwed up my Paypal interface whereby no orders were sent for payment.

  19. The problem is a totally inadequate GUI in cPanel that - as I have said before - is an object lesson in the pitfalls of allowing programmers to write instructions or design user interfaces. Their superior knowledge leads to the assumption that everyone else knows what is required. In simple terms, this is called "arrogance."

    The cPanel interface for creating a database is perhaps one of the worst ever. It would be greatly improved by the simple addition of a numerical sequence label next to each of the FOUR buttons. The problem is that the FOURTH step in creating a new Db is not obvious.

    Here's the cure:

    http://buildinghosting.com/CC_Step3_cure.htm

    Hope this helps.

    I am trying to load it all on a 'stick' but come up with the same error message. The link above is 404'ed. Does anyone have the current location or a copy they could email me direct?

    Dave

×
×
  • Create New...