Register in order to access new features like "Job Alert" and "Buyer Alert"

Login

Login
No account yet? Register

Latest Articles

Auction Factory Banner
Freelancer Jobs arrow Development Tips
Development Tips


Nov 05 Community builder tabs - not opening the right active tab PDF

And maybe displaying some strange Javascript errors?

 

For instance:

missing ] after element list

cbshowtabsArray.push( [['livre d'or','29','getprofilebooktab'],'tabPanecb_tabmai...

 

or

showCBTab is not defined

Then check your CB tabs captions. You may have one illegal char in there. (in our sample there is the single quote char that's bothering)

 

If it's not that obvious, try unpublishing tabs and publish them one by one until you find the faulty one

 

 

 
Sep 18 Fatal error: Class 'mysqli' not found PDF
If you ever get Fatal error: Class 'mysqli' not found in ...
Try doing the following:
Read more...
 
Jul 09 I'm getting "Restricted access" when i tried to install Joomla PDF
Installation Joomla 1.0.11 or 1.0.12 I was getting "Restricted access" after uploading all installation files to my hosting provider. after trying to set some other rights to the files, i had no success. finally i debugged a little the process and with a define( '_VALID_MOS', 1 ); placed in installation/index.php as the first php code line solved the problem i suppose with it it's not really secure, but you have to delete the installation folder anyway..