2013-03-02, 07:43:28
Hi all, I have a really strange problem and unable to see or find any fixes.
Ok, my problem is that on of my family members goes onto my website and finds that the texts have duplicated itself.
My setup on the webpage is 2 page contents in 1 single page. Meaning I have the get_page_content() and getpagecontent('slogin').
The getpagecontent is conflicting and duplicating itself in the get_page_content() page.
Now, I have tried to get this error but it looks totally fine. I had other people try it and looks totally fine. My family member was using her work and phone browser and it was the same error for her. She stated that Googleing the webpage would make this happen and typing in the URL itself makes everything work!
Yes, very confusing! I was at first and wasnt to sure what was actually happening.
So, just a summary -
I have the code and have another code . I placed this extra code to allow 2 pages within 1 page.
This error was found on the Galaxy S2 (same as mine which I did not have any errors) and was also found on Internet Explorer.
I did however add the generated sitemap.xml to google web master tool to allow Google to find the website. I was only testing.
Here is the link - http://zoedebbiewhiteley.net16.net/.
Any ideas why this error is only on 1 persons phone and computer and not other peoples?
Thanks,
Shane
Ok, my problem is that on of my family members goes onto my website and finds that the texts have duplicated itself.
My setup on the webpage is 2 page contents in 1 single page. Meaning I have the get_page_content() and getpagecontent('slogin').
The getpagecontent is conflicting and duplicating itself in the get_page_content() page.
Now, I have tried to get this error but it looks totally fine. I had other people try it and looks totally fine. My family member was using her work and phone browser and it was the same error for her. She stated that Googleing the webpage would make this happen and typing in the URL itself makes everything work!
Yes, very confusing! I was at first and wasnt to sure what was actually happening.
So, just a summary -
I have the code
PHP Code:
<?php get_page_content(); ?>
PHP Code:
<?php getpagecontent('home'); ?>
This error was found on the Galaxy S2 (same as mine which I did not have any errors) and was also found on Internet Explorer.
I did however add the generated sitemap.xml to google web master tool to allow Google to find the website. I was only testing.
Here is the link - http://zoedebbiewhiteley.net16.net/.
Any ideas why this error is only on 1 persons phone and computer and not other peoples?
Thanks,
Shane