Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Combnations of v5.4 and v5.6 error message! (http://www.bvlist.com/showthread.php?t=2887)

Syn 27th June 2009 21:44

Combnations of v5.4 and v5.6 error message!
 
Hi, I am just playing around with files, some combinations were succesfull like "Whats going on?" colour explanation. now I am trying other things, And i ussualy get the message!

"Direct initialization of this file is not allowed. Please use settings panel." Or similar message to this one depending on files i am combining.

how do i evercome this error, or its really hard?

mmisu120000 29th June 2009 13:45

Quote:

Originally Posted by Syn (Post 12738)
Hi, I am just playing around with files, some combinations were succesfull like "Whats going on?" colour explanation. now I am trying other things, And i ussualy get the message!

"Direct initialization of this file is not allowed. Please use settings panel." Or similar message to this one depending on files i am combining.

how do i evercome this error, or its really hard?

if you will look closely you will see that each version has in pages something like
PHP Code:

if (!defined ('IN_SCRIPT_TSSEv53')) 

- for versions 5.3 till 5.4.1, and


PHP Code:

if (!defined ('IN_SCRIPT_TSSEv56')) 

- for version 5.6

If you will modify "TSSEv53" to "TSSEv56" , or viceversa, you should not see that error any more ....

simple as that!

Syn 29th June 2009 14:22

yup, cheeers. I had figured it out myself just haven had a chance to come here :]

anyways this will help others too :bubble:


All times are GMT +2. The time now is 13:48.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.