Jump to content

arnasfomenko

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by arnasfomenko

  1. 16 hours ago, BlestaStore said:

    how come you have /blesta/4.1.2/ ?

    Two folders in www.

    16 hours ago, WebhostingNZ.com said:

    Could you possibly post your .htaccess and a link to your site?  Are you sure Mod_rewrite is working correctly?

    .htaccess is default Blesta's htaccess , mod_rewrite is on

  2. Hello,

     

        public function validate(array $get, array $post)
        {
            $cgOrder = $this->coingateCallback($this->ifSet($post['id']));
            $return_status = false;
            $status = null;
    
            dd($cgOrder);

     

    Any ideas how to make cgOrder appear on the screen so I could see what values it holds?

     

  3. Hello,

    I do have a problem with htaccess file, which does not let me to go on any on the links. Mod_rewrite on apache2 is on, cache/1 folder deleted.

    So in my case only index.php page works

    AllowOverride All is set

    +FollowSymlinks is set

×
×
  • Create New...