Jump to content

racetoni2

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by racetoni2

  1. it does not contain rows for both Credit and Debit in it. How should i manually repair it?
  2. ????
  3. I have run an upgrade and i get this : SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'addable' on line 124 in ...../lib/model.php Printing Stack Trace: #0 ...../lib/model.php(124): PDOStatement->execute(Array) #1 ...../components/upgrades/tasks/upgrade3_5_0_b1.php(76): Model->query('ALTER TABLE `pa...') #2 ...../components/upgrades/tasks/upgrade3_5_0_b1.php(52): Upgrade3_5_0B1->addPackageOptionPermissions() #3 ...../1bcs/components/upgrades/upgrades.php(226): Upgrade3_5_0B1->process('addPackageOptio...') #4 ...../components/upgrades/upgrades.php(75): Upgrades->processObject(Object(Upgrade3_5_0B1), NULL) #5 ...../app/controllers/admin_upgrade.php(102): Upgrades->start('3.4.3', '3.6.1') #6 ...../lib/dispatcher.php(111): AdminUpgrade->process() #7 ...../index.php(21): Dispatcher::dispatch('/portal/1bcs/ad...') #8 {main}
  4. Recently i have notice whenever i click billing, nothing is showing on the page as you can see on the picture below. This happen after i upgrade to 3.6.1. What is wrong with it?
  5. I have solve the PROBLEM>>>>>> OMG!!!!!!! Ok I took out the old code and replace it with the following: <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] </IfModule>
  6. neither work.....is a mystery
  7. Did that already and still getting the same error
  8. i believe mod_spdy ######################################################## # package: minPHP # filename: .htaccess ######################################################## <Files ~ "\.(pdt)$"> order deny,allow deny from all </Files> # Protect against Clickjacking #Header append X-Frame-Options "SAMEORIGIN" RewriteEngine on # Force HTTPS #RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L] RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php RewriteCond %{REQUEST_URI} ^(.*)/install.php$ RewriteRule install.php %1/install/ [R=301,L]
  9. I get the following error now: This webpage has a redirect loop ERR_TOO_Many _REDIRECTS
  10. Thats what I did and nothing. Is not forcing SSL.
  11. I'm using cPanel.
  12. OK, So i try that already. I open the. htaccess file. It was blank. So i added the wholes entire lines in there and is not forcing SSL.
  13. How can i force blesta to use SSL?
  14. An idea that will be good for some of us. I use blesta for Professional services. I can't find other software like this . It would be awesome if you can create a version for Professional user for ( retail, small business, cleaning business etc.) So basically have one for Hosting Providers and one for Professional/Non hosting providers Users What do you think?
  15. It would be nice instead using Client ID #, it can generate Account Numbers. . So each customer has their own unique account number. Sounds good?
  16. Update to v3.0.2 It will fix that issue.
  17. Hello, I'm having problem with the url tags. For example when sending an email like new invoice the url will be www.domain.com/client instead of www.domain.com/core/client . When clients click on it they redirect back to the home page because www.domain.com/client doesn't exits. So basically any url tag is not reading or something that is inside a folder "core".
×
×
  • Create New...