Hi Anand,
It gives me a page full of code , fields etc:
{“profile”: {“last_name”: “Thinhat”, “hide_tips”: 0, “can_create”: [“Activity Type”, “Address”, “Appraisal”, “Attendance”, “Authorization Rule”, “Batch”, “Bill Of Materials”, “Branch”, “Brand”, “Budget Distribution”, “Bulk Rename Tool”, “Campaign”, “Comment Widget Record”, “Company”, “Contact”, “Country”, “Currency”, “Custom Field”, “Custom Script”, “Customer”, “Customer Issue”, “Deduction Type”, “Delivery Note”, “Department”, “Designation”, “DocType”, “DocType Label”, “DocType Mapper”, “Earning Type”, “Employee”, “Employment Type”, “Enquiry”, “Expense Type”, “Expense Voucher”, “File”, “File Group”, “Fiscal Year”, “Form 16A”, “Grade”, “Holiday List”, “Indent”, “Industry Type”, “Installation Note”, “IT Checklist”, “Item”, “Journal Voucher”, “KRA Template”, “Landed Cost Master”, “Lead”, “Lease Agreement”, “Leave Allocation”, “Leave Application”, “Leave Type”, “Letter Head”, “Maintenance Schedule”, “Maintenance Visit”, “Mode of Payment”, “Module Def”, “Order Lost Reason”, “Other Charges”, “Page”, “Payable Voucher”, “Period Closing Voucher”, “POS Setting”, “POS Settings”, “Price List”, “Print Format”, “Print Heading”, “Production Order”, “Project”, “Project Activity”, “Property Setter”, “Purchase Order”, “Purchase Other Charges”, “Purchase Receipt”,
and much more like it with username and password details which I did not want to publish here

Thanx
E.
On Friday, 6 April 2012 09:38:00 UTC+3, Anand Doshi wrote:
Hi,Please try and let us know the output of this:
http://localhost:8080/index.cgi?cmd=startup
Thanks,
Anand.
> Hi, thanx for coming back to me.
> Tried several browsers, no joy. The webform is still not showing and I get
> the following error:
>
> {“exc”: “Traceback (innermost last):\n File
> "/home/erpnext/erpnext/wnframework/index.cgi", line 29, in \n
> webnotes.auth.HTTPRequest()\n File
> "/home/erpnext/erpnext/wnframework/cgi-bin/webnotes/auth.py", line 25, in
> init\n self.set_db()\n File
> "/home/erpnext/erpnext/wnframework/cgi-bin/webnotes/auth.py", line 107, in
> set_db\n webnotes.conn = webnotes.db.Database(user = db_name,password =
> getattr(webnotes.defs,‘db_password’, ‘’))\n File
> "/home/erpnext/erpnext/wnframework/cgi-bin/webnotes/db.py", line 31, in
> init\n self.connect()\n File
> "/home/erpnext/erpnext/wnframework/cgi-bin/webnotes/db.py", line 68, in
> connect\n self.conn = MySQLdb.connect(user=self.user, host=self.host,
> passwd=self.password)\n File
> "/usr/lib/pymodules/python2.6/MySQLdb/init.py", line 81, in Connect\n
> return Connection(*args, **kwargs)\n File
> "/usr/lib/pymodules/python2.6/MySQLdb/connections.py", line 170, in
> init\n super(Connection, self).init(*args, **kwargs2)\n
> OperationalError: (1045, "Access denied for user ‘master’@‘localhost’
> (using password: YES)")\n"}
>
>
> Have tried all Anand’s suggestions, no joy either. I can connect to MySQL no
> problem with my credentials.
>
> Any suggestions?
>
>
> E.
>
>
> On Friday, 6 April 2012 08:23:50 UTC+3, rushabh wrote:
>>
>> Hi,
>>
>> You will have to clear your browser cache (cookies) if you change the
>> database.
>>
>> - Rushabh
>>
>>
>> -----------------------------------------------------
>> ERPNext - Business Operating System
>>
>> W: https://erpnext.com
>> T: @rushabh_mehta
>>
>> On 05-Apr-2012, at 2:55 PM, epikouros wrote:
>>
>> Yep, I login no problem
>>
>> On Thursday, 5 April 2012 12:13:42 UTC+3, Anand Doshi wrote:
>>>
>>> Hi,
>>>
>>> You defs.py file will be located here:
>>> /home/erpnext/erpnext/wnframework/cgi-bin/webnotes/
>>> I think the installer sets the db_name and db_password variables for
>>> you. Please check and confirm the same.
>>>
>>> Note the db_name and db_password values and try to login into mysql
>>> using:
>>> mysql -u {db_name variable value} -p
>>>
>>> it will ask for password. Here type the value of db_password variable.
>>>
>>> Please check if you are able to log into mysql and let me know.
>>>
>>> Ideally, if the installation goes smoothly, you need to go to
>>> http://localhost:8080/ and login as ‘Administrator’ with password
>>> ‘admin’, if you have not tried this already.
>>>
>>> Installing V2 will require a bit of unix knowledge. You can try
>>> reading this guide:
>>> https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext
>>>
>>> Thanks,
>>> Anand.
>>>
>>> > Also, cant find the defs.py file.
>>> >
>>> >
>>> > On Thursday, 5 April 2012 11:34:37 UTC+3, epikouros wrote:
>>> >>
>>> >> Hi guys,
>>> >>
>>> >> Have installed on our server and going through the motions to get to
>>> >> grips
>>> >> with your product and so far its looking great.
>>> >> We have your latest version installed, v1.0. You have a feature to
>>> >> embed
>>> >> a form for lead capturing, support etc which I have embedded and I get
>>> >> the
>>> >> following message:
>>> >> {“exc”: "Traceback (innermost last):\n File
>>> >> "/home/erpnext/erpnext/wnframework/index.cgi", line 29, in \n
>>> >> webnotes.auth.HTTPRequest()\n File
>>> >> "/home/erpnext/erpnext/wnframework/cgi-bin/webnotes/auth.py", line
>>> >> 25, in
>>> >> init\n self.set_db()\n File
>>> >> "/home/erpnext/erpnext/wnframework/cgi-bin/webnotes/auth.py", line
>>> >> 107, in
>>> >> set_db\n webnotes.conn = webnotes.db.Database(user = db_name,password
>>> >> =
>>> >> getattr(webnotes.defs,'dbpassword’, ‘’))\n File
>>> >> "/home/erpnext/erpnext/wnframework/cgi-bin/webnotes/db.py", line 31,
>>> >> in
>>> >> init\n self.connect()\n File
>>> >> "/home/erpnext/erpnext/wnframework/cgi-bin/webnotes/db.py", line 68,
>>> >> in
>>> >> connect\n self._conn = MySQLdb.connect(user=self.user, host=self.host,
>>> >> passwd=self.password)\n File
>>> >> "/usr/lib/pymodules/python2.6/MySQLdb/init.py", line 81, in
>>> >> Connect\n
>>> >> return Connection(*args, **kwargs)\n File
>>> >> "/usr/lib/pymodules/python2.6/MySQLdb/connections.py", line 170, in
>>> >> init\n super(Connection, self).init(*args, **kwargs2)\n
>>> >> OperationalError: (1045, "Access denied for user ‘master’@‘localhost’
>>> >> (using password: YES)")\n”}
>>> >>
>>> >> As I’m not a developer, can you please let me know what I’m doing
>>> >> wrong
>>> >> and what are the steps to fix it?
>>> >>
>>> >> Thanx
>>> >>
>>> >> E.
>>> >
>>> > –
>>> > You received this message because you are subscribed to the Google
>>> > Groups
>>> > “ERPNext Technical Forum” group.
>>> > To view this discussion on the web visit
>>> > https://groups.google.com/d/msg/wnframework/-/erIdJMJdTogJ.
>>> >
>>> > To post to this group, send email to wn…@googlegroups.com.
>>> > To unsubscribe from this group, send email to
>>> > wnframework+unsubscribe@googlegroups.com.
>>> > For more options, visit this group at
>>> > http://groups.google.com/group/wnframework?hl=en.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>> –
>> You received this message because you are subscribed to the Google Groups
>> “ERPNext Technical Forum” group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/wnframework/-/tx78kEODNh0J.
>> To post to this group, send email to wn…@googlegroups.com.
>> To unsubscribe from this group, send email to
>> wnframework+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/wnframework?hl=en.
>>
>>
> –
> You received this message because you are subscribed to the Google Groups
> “ERPNext Technical Forum” group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/wnframework/-/NWvH8s6jmXEJ.
>
> To post to this group, send email to wn…@googlegroups.com.
> To unsubscribe from this group, send email to
> wnframework+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/wnframework?hl=en.
–
You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.
To view this discussion on the web visit https://groups.google.com/d/msg/wnframework/-/6tkXKqCfxd4J.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.