![]() |
1.3.2 - the tabs...
I've installed it yet, but If I want to take a look at "profile.php" I get this
Quote:
I've no modification, it's all original. |
probaly you can fix it by going to that line and see if a closing tag is missing
so far i can see it only includes a JS script ( javascript ) and are the tags closed like they need to be maybe i see the problem do you got short tags enabled or disabled ?? if disabled then use this change open the file search for this text Code:
<? PHP Code:
let me know if that works Greetings From PowerChaos |
Weird, if this is a glitch the others would have spotted it a long time ago. Did you install the script or upgrade from it? If you did an upgrade, make sure to overwrite all old files.
|
@Hall of Farmer
most hosts got short tags enabled in there php settings there are always exeptions and based on the error code i read ( on line 20 ) aka end of the file or the closing tag ?> does it seems that short tags are not enabled if you start php with <? then it is a short tag , so it is better to always start with <?php there is nothing more i can see in the script or that file Greetings From PowerChaos |
I see, I will keep this in mind then, thanks for bringing this up. It just never happens before, guess thats because I build my site on a dedicated host while most users are running with Nemesis' 99webs.info. I believe only a small number of webhosts disable short tags?
|
short tags are enabled by default but can provide some compatibility problems
because it is enabled by default do i think that only a small number of company's disable it Greetings From PowerChaos |
first ... thank you both for brainstorming :D
@ Powerchaos it startet with <?php and ends with ?> unfortunately that’s not the problem. :( @ HoF I installed it new. no upgrade. I only use the database from Mys 1.3.1. all the other side run perfect… only the profle don’t want to work … mhhh… any idea, how to solve this ? |
Well the database from Mys v1.3.1 wont work since there are differences in database structure, you have to run the upgrader.
|
ohhhhh... I started the upgrade an got this
Quote:
edit: okay, I've changed the tables manually. But the problem with the tabs still exist. :cfrown: |
if it is a fresh install , can you try somehting for me to debug it a bit more
can you install version 1.3.1 complete and see if the tabs give that problem if yes , can i take then a look at your php info file to see if some settings are enabled that should be disabled ( like magic quotes ) if that solves the error , then we know it is a bug in the version 1.3.2 script and probaly not even in tabs.php but a possibility that it is in the js script file php only returns the error code it founds in the php script , it says line 20 and that is the end of the script (unexpted end ... sounds normal that it is on end of the script ) that part also means that there is a closing tag missing , so it loops true all code and never close the final code and provide that error also you say it is only on the profile page so it is also possible that the profile page is generating that error and not the tabs.php , but the tabs.php does not get closed it depends when the tabs.php get called ( start or end of the website ) if it get called after the profile script get called , then it means that the profile script does not close a tag anyway , before we start to search we need to be sure if it is only on 1.3.2 or that it is also before and not related to php that open/close tags with there rewrite rules/safety rules ( like magic_quotes and stuff ) to make a php info file use the folllowing information PHP Code:
Greetings From PowerChaos |
@ powerchaos
yes, the tabs seems to be the main problem. I've a running site with mys 1.3.1 and just deleted this part, which defines the tabs. PHP Code:
by the way ... at mys 1.3.1 the overview works, but not the detailed view at the user. in mys 1.3.2 works not even the overview :catfish: I actually use the original-profile-php. (1.3.1) PHP Code:
thank you for helping :smile: |
well i got the same problem at 1.3.1
but that is because the css is out of his context in first place and for the rest i dit not debug it the only thing i see in the php info is the short open tags Code:
short_open_tag Off the thing you could try in the code is to define the real location of the files for example profile.php is located in the home dir ( website/profile.php ) so you can put this text before it to get it working in case it gives errors ../profile.php ( for main root ) or ./profile.php (same as profile.php but still a bit differend as it returns back to home instead adding profile.php to it ) example of what i mean Code:
<img src='templates/icons/star.gif' Code:
<img src='../templates/icons/star.gif' Code:
<img src='http://".$_SERVER['SERVER_NAME']."/templates/icons/star.gif'> hopely this can help to debug Greetings From PowerChaos |
@ powerchaos
and did you solve the problem at your own site ? Maybe another css would be helpful ? all codes start with "<?php" I suppose, that's not the problem. :el: mmmmmmhhhhh..... I've changed profile.php to Quote:
|
i use version 1.3.1 and i am doing a rewrite of the script , so i got no idea what bugs are left in the current script
for the css , use the same fix Code:
http://".$_SERVER['SERVER_NAME']." i putted that variable in the array for easy include , but the template of me looks like this Code:
<head> :URL: = ".$_SERVER['SERVER_NAME']." also i am not sure if it is fixed for me , if you go to the profile page then it is still out of his context ( seems to be in a wrong table or it is just the tempalte ) i only fixed a part so the seo url would work with out messing up the context ( like pets.demonpower.com/1/test_egg ) as it refused to load the css file , the above fix force the css file to be loaded from the http:// instead of just trying to find it in a folder after that i started to write from scratch , so i dit not solve any other bugs in it at current moment Greetigns From PowerChaos |
ok, I found out, that the problem obviously in inc/tabs.php
PHP Code:
First I thought, the problem is on my webspace, but it works fine with another tabs script. |
All times are GMT -5. The time now is 03:15 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.