Questions tagged [activation]

is for questions dealing with the technologies for the activation of software.

Activation is a process that is required by software that uses it to allow the program to work or at least work with full functionality. It is usually done through and online process, though some software will allow you to do it manually.

374 questions
0
votes
3 answers

PHP confirmation email link is takes me to the wrong page

I have a php script :) Basically users signup receive an email and click on an activation link. When they click on the activation link it takes them to the activate.php page and all is done. The problem the link in the email they receive looks…
user1906671
  • 21
  • 1
  • 4
0
votes
1 answer

Maven, switching to a different profile

I have a problem with proper maven profile configuration of a project that is deployed to a continuous integration server. In my project, there are some resources that needs to be included only during tests at the daily building phase and others…
Tomasz Bekas
  • 666
  • 6
  • 15
0
votes
2 answers

javascript keydown combination activates with one key after first use

So, I've got a Keydown combination working to move between divs in a section of my form, but after using the combination the first time, I can only press the ALT key (Keycode 18) and it runs both if statements in the function, and therefore is…
Mac-Gon
  • 240
  • 1
  • 8
  • 18
0
votes
1 answer

PHP Email Not Sending With Activation Key

I cant get this piece of code to work I know how to use the mail part of PHP and cant understand what is wrong with. ##Send activation Email $to = $_POST['email']; $subject = " YOURWEBSITE.com Registration"; $message = "Welcome to our…
maxgee
  • 157
  • 1
  • 4
  • 13
0
votes
2 answers

Unable to create nettcp port binding on IIS website

I have been attempting to create a nettcp port binding on the IIS default website for the port 9999; however always get the following error from the net.tcp listener; An error occurred while parsing the net.tcp binding '9999:' of the site '1', thus…
Nishan
  • 157
  • 1
  • 12
0
votes
1 answer

How to create a serial key-based activation mechanism, and what data to store on the DB?

I am currently in the process of figuring out how to create a serial key-based activation mechanism for a web-based product management platform (the language doesn't matter as this is more of a design question than anything), in which every product…
0
votes
2 answers

jQuery Plugins triggerable by Console, but not by function - why that?

I have a mysterious JS Problem: I activate different jQuery-Plugins with one function. It's called like this: Then, the corresponding function looks like this: function postAjaxCalls() { …
cukabeka
  • 530
  • 2
  • 9
  • 22
0
votes
1 answer

Abap table creation, combination reference table/field does not exist. What could be wrong?

I'm trying to activate my table in the SAP system. As you may tell, i'm only a beginner, anyway, the error log: TABL ZAVG_SO_OO was not activated Check table ZAVG_SO_OO (VARDELEAN/17.07.12/17:27) ZAVG_SO_OO-NETWR (combination reference table/field…
vlad-ardelean
  • 7,480
  • 15
  • 80
  • 124
0
votes
1 answer

Codeigniter form validation won't run

There seems to be many questions about form validation but none answer my problem. Unless I'm missing something obvious, my form validation will not run, but only on a certain page, all other pages are fine. Here is the problem code: public function…
Adam
  • 1,957
  • 3
  • 27
  • 56
0
votes
1 answer

php strange error with if?

hello i am trying to make an account activation page but when i try to activate an account it works 1 out of two times. so basically my activate link uses the users id which is encoded with base64_encode() and the users pass which is encoded with…
jannes braet
  • 1
  • 2
  • 8
0
votes
2 answers

Prevent Wordpress plugin activation on wrong versions of PHP or WP

Is there a way to prevent WordPress from activating a plugin, when I click "Activate", and PHP or WP have the wrong versions?
Marian
  • 1,154
  • 2
  • 15
  • 25
0
votes
2 answers

Prestashop: cannot send email to user after account activation from BackOffice

I've looked everywhere and can't find an answer to my problem. I want to unactivate user account on registration and afterwards activate it in BackOffice. I managed to do this but I want to send user an email when his account is activated so i added…
Anila
  • 1,136
  • 2
  • 18
  • 42
0
votes
1 answer

Adobe AIR trialware creating method

I am creating a window application by using Adobe AIR .I want to make it as trial ware.But I don't know how to achieve this.Please suggest some ideals or link for my reference.Thanks in advance.
Naju
  • 1,541
  • 7
  • 27
  • 59
-1
votes
1 answer

AttributeError: 'User' object has no attribute 'user' while trying to verify user's email

I have django web app with authentication and email verification. I have two options of authentication. One is authenticating with Customer or with Employee. I have User(AbstractUser) to connect them both. models.py from django.db import models from…
-1
votes
1 answer

what is the default activation function of dense layer in keras

i read the documintation for keras, and i found that when we ignore the activation function it will be just a simple linear function activation: Activation function to use. If you don't specify anything, no activation is applied (ie. "linear"…
Osama Mohammed
  • 2,433
  • 13
  • 29
  • 61
1 2 3
24
25