You'll need to provide a lot more information for people to help you. Is this on hosting or local? What steps have you tried to install? Have you unzipped the package? Is your DNS pointing to the right folder? Is your virtual host file correct?
virtualhost *:8080>
servername www.newsmalik.com
documentroot /var/www/backdrop
<Directory /var/www/backdrop>
AllowOverride All
allow from all
</Directory>
</virtualhost>
Tried and successfully applied DrAlbany's method with the form https://www.drupal.org/sandbox/grobot/2105379stickman hook. I also encountered the same situation. Thanks DrAlbany
Since before migration you need to prepare the Drupal site - disabling and removing all modules, disabling themes, as part of the preparation you can clear the cache and logs, delete the search...
QuickTabs is now available!!!
But does not work as expected, already reported (https://github.com/backdrop-contrib/quicktabs/issues/14).
Maybe an alternative solution using Views...
SKU = Stock Control Unit... meaning an easy way to identify stock...
Depending on the type of stock item you have, would dictate the SKU.
So, for example, in the IT industry,...
Comments
Hi @Newsmalik.
You'll need to provide a lot more information for people to help you. Is this on hosting or local? What steps have you tried to install? Have you unzipped the package? Is your DNS pointing to the right folder? Is your virtual host file correct?
virtualhost *:8080>
servername www.newsmalik.com
documentroot /var/www/backdrop
<Directory /var/www/backdrop>
AllowOverride All
allow from all
</Directory>
</virtualhost>