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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/0d2ff8b7-6f27-4164-903e-e83adb6225a8%40googlegroups.com.

Reply via email to