Jump to content

racetoni2

Members
  • Posts

    17
  • Joined

  • Last visited

racetoni2's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. it does not contain rows for both Credit and Debit in it. How should i manually repair it?
  2. 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}
  3. 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?
  4. 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>
  5. neither work.....is a mystery
  6. Did that already and still getting the same error
  7. 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]
  8. I get the following error now: This webpage has a redirect loop ERR_TOO_Many _REDIRECTS
  9. Thats what I did and nothing. Is not forcing SSL.
  10. 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.
  11. How can i force blesta to use SSL?
  12. 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?
  13. It would be nice instead using Client ID #, it can generate Account Numbers. . So each customer has their own unique account number. Sounds good?
×
×
  • Create New...