Setting to 1001 worked. Now, what does this 1001 actually mean?<br><br><br><br><div><span class="gmail_quote">On 3/7/06, <b class="gmail_sendername">Bogdan-Andrei Iancu</b> &lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>depends on what openser version you are using...for 1.0.x you need to
<br>set 1001. For 0.9.x, use 5.<br><br>anyhow, set for the new table the same version as already is set for<br>&quot;subscriber&quot; table.<br><br>regards,<br>bogdan<br><br>Script Head wrote:<br><br>&gt; I have a solid setup of OpenSER and PostgreSQL. My route in question
<br>&gt; looks like this<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(method==&quot;REGISTER&quot;) {<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (!www_authorize(&quot;domain&quot;, &quot;subscriber&quot;)) {<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; www_challenge(&quot;domain&quot;, &quot;0&quot;);
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; save(&quot;location&quot;);<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&gt;<br>&gt; I would like to use a view called subscriber_active instead of table
<br>&gt; subscriber. It's a view that returns a result set identical to SELECT<br>&gt; * FROM subscriber. I also did INSERT INTO<br>&gt; version(table_name,table_version) VALUES('subscriber_active',1). When<br>&gt; I replace the subscriber with subscriber_active in the above route, I get
<br>&gt;<br>&gt; 0(0) auth_db:str_fixup: Invalid table version (use ser_mysql.sh reinstall)<br>&gt;&nbsp;&nbsp;0(0) ERROR: fix_expr : fix_actions error<br>&gt; ERROR: error -1 while trying to fix configuration<br>&gt;<br>&gt;<br>&gt; so can someone explain what the table version is supposed to be?
<br>&gt;<br>&gt;------------------------------------------------------------------------<br>&gt;<br>&gt;_______________________________________________<br>&gt;Users mailing list<br>&gt;<a href="mailto:Users@openser.org">Users@openser.org
</a><br>&gt;<a href="http://openser.org/cgi-bin/mailman/listinfo/users">http://openser.org/cgi-bin/mailman/listinfo/users</a><br>&gt;<br>&gt;<br><br></blockquote></div><br>