[web2py] Re: Tables in Appadmin/index have disappeared

2019-08-14 Thread mostwanted
You are not the only one my friend.

On Wednesday, August 14, 2019 at 11:13:08 PM UTC+2, Tom Campbell wrote:
>
> If you can imagine a version of the old song "Strumming My Pain" but about 
> programming ("I felt he'd found my letters and read each one out loud"), 
> yeah, you just told the story of my programming life too. I feel for you!
> Also you still have hair so that's good
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/56213a59-babc-42f2-8852-5cae02205dfa%40googlegroups.com.


[web2py] Re: Tables in Appadmin/index have disappeared

2019-08-14 Thread Tom Campbell
If you can imagine a version of the old song "Strumming My Pain" but about 
programming ("I felt he'd found my letters and read each one out loud"), 
yeah, you just told the story of my programming life too. I feel for you!
Also you still have hair so that's good

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/b897e055-cece-43e5-bb0c-df402f26121b%40googlegroups.com.


[web2py] Re: Tables in Appadmin/index have disappeared

2019-08-03 Thread mostwanted
After thousands of hrs of not bathing looking at a computer monitor with 
blood-shot bulging eyes & going through hundreds & hundreds of lines of 
code pulling my hairs out at the same time I have finally figured out why 
my databases disappeared without a trace from appadmin/index. I had this 
line of code in my CSS file:
.tab-content{
*display: none;*
background: #ededed;
padding: 15px;
border: solid 1px black;
border-radius:10px;
}
The highlighted part caused the databases to disappear because they are 
held inside a tab, i didn't realize this when i wrote that line, I changed 
the tab-content class name and my databases re-appeard.

*This programming thing will kill us!!! I'm goign to bed now! I deserve it, 
i'll wake up after 2 days!*

Regards;

Mostwanted

On Wednesday, July 31, 2019 at 6:43:18 PM UTC+2, mostwanted wrote:
>
> I have somehow suddenly lost my tables in appadmin, they have just 
> disappeared & i don't know where to!!! I can still save information, that 
> shows that the tables are still there, its just that they are not visible 
> in appadmin/index. How can i retrieve them & why have they disappeared??
>
> Regards;
>
> Mostwanted
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/0d2ff8b7-6f27-4164-903e-e83adb6225a8%40googlegroups.com.