This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Ubercart and Opayo

Hi

We are currently using Ubercart on a Drupal 7 installation.  We use Opayo formally known as Sagepay as the payment processor.

I have started to receive the following error message and payment processing fails

HTTP Status Code:500 HTTP Status Message:The request was unsuccessful due to an unexpected condition encountered by the server.

Error Code :5006 Error Description :Unable to redirect to Vendor's web site. The Vendor failed to provide a RedirectionURL.

How to fork a module?

I have a made an updated version of module animate_css

I tried to push changes to the git, but I don't have push access.

What are my options?

Use AJAX not working when view is rendered programmatically

I have a view that is being rendered like this

$view = Views::getView('view_id');
$view->setDisplay('block_1');
$view->execute();
$render = $view->render(); 
$html = \Drupal::service('renderer')->render($render);

The $html variable is being returned in the build method of a Block

public function build() {
    return array(
      '#theme' => 'theme_template',
      '#view' => $html,
    );
  }

Then being outputted in the twig file {{ view }}

Reset password goes to wrong destination. Refreshing page redirects to login

The password reset/forgot password one-time link goes to the wrong destination when clicked from Gmail. However, when the link is copied and pasted onto the browser tab, it goes to the right location.

**Example:**

Error: Call to a member function hasPermission() on null in comment_node_update_index()

Hello,

I don't know if I'm right in this forum but I didn't find a better one. I need help on the error message above, and I'm not a developer.

Form customization with CSS

I have to customize the input form with CSS. I thought I'd do it with a small example interacting with CSS.
I currently use the bartik theme.
Compared to the normal view of drupal with vertical positioning, below the picture
https://ibb.co/gMpyyqT

I have to position them as indicated by the second image
https://ibb.co/sQ5zYvN

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions