WordPress database error: [Disk full (/tmp/#sql_196a_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT t.*, tt.*, tr.object_id FROM vp_terms AS t INNER JOIN vp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN vp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag', 'post_format', 'language', 'post_translations') AND tr.object_id IN (149, 177) ORDER BY t.name ASC

WordPress database error: [Disk full (/tmp/#sql_196a_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT t.*, tt.* FROM vp_terms AS t INNER JOIN vp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN vp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('term_language', 'term_translations') AND tr.object_id IN (62) ORDER BY t.name ASC

WordPress database error: [Disk full (/tmp/#sql_196a_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")]
SELECT t.*, tt.* FROM vp_terms AS t INNER JOIN vp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN vp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('language', 'post_translations') AND tr.object_id IN (118) ORDER BY t.name ASC

Development - Vulpo.io - nowe internetowe technologie dla każdej firmy
arrow-to-top

Laravel Framework

While learning any programming language always comes a moment in which everyone asks the same question, “what next?”. Unfortunately, there is no unambiguous answer to this question, because everything really depends on what would you like to do in future. In the case of PHP, the most reasonable step will be to learn its frameworks, because these are its strengths. And here comes the next question, which one should you choose?

 

Continue reading “Laravel – framework for web artisans”

Posted in Uncategorised

Single Page Application

Technologies used to create and improve internet applications growing up so dynamically that what’s modern today, tomorrow can be outdated. SPA was created years ago but now programmers still use it to develop modern applications. But what exactly is SPA?  It’s an acronym of “Single Page Application”. Often it’s wrongly interpreted as “One Page” websites and both sounds similar but they are completely different concepts.

 

Continue reading “Single Page Application”

Posted in Uncategorised