![]() |
A puzzle applet has a save function storing puzzle data in a cgi-bin file. When I click on the save button I get an invalid page notice, "The page you requested does not exist!" The page is the web template containing the puzzle which produces the invalid page notice.
The web template page is at https://my site/forums/view.php?pg=crswrdpuz It is not an actual html page stored on my server and I think what the save function needs to do is save the puzzle data somehow for replacement in the puzzle grid the next time a visitor reloads the web template page. <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"> </HEAD> <BODY TEXT="#000000" BGCOLOR="#ffffff"> <TITLE>Crossword Puzzle Test</TITLE> <APPLET CLASS="CCJava" CODE="Grid_int.class" ARCHIVE="ccjava.jar" NAME="CCXWORD" CODEBASE="https://my site /forums/crswrds/" WIDTH=780 HEIGHT=483> <param name="SAVE" value="https://my site/forums/view.php?pg=crswrdpuz?%PROGRESS%"> <PARAM NAME="DATAFILE" VALUE="https://my site /forums/crswrds/1.jpz"> <!--[CCPROGRESS]--> You need Java enabled to view the crossword applet. </APPLET> <HR> </BODY> </HTML> Anyone have a suggestion as to how to save the web template data for replacement in puzzle grid the next time a visitor loads a saved web template page? Thanks. |
Quote:
https://my site/forums/view_crswrdpuz.htm which your script might like better. However please note that if script is trying to overwrite this HTML somehow (to insert score inside it etc), then it will still fail. I'm not sure why that script is trying to access that html file. Quote:
In view.php, find line: PHP Code:
PHP Code:
Quote:
|
Does it work on vB 3.7???
|
Quote:
|
Since upgrading to 3.7 all I get now are pages that say header, any idea how to fix this?
|
If you give me FTP and admin cp access to your problematic board, I can check. But before that please make sure your WTs' content is fine.
|
Quote:
|
Quote:
Your quote above indicates overwriting will fail, and this may be the case. |
Quote:
|
Hi
I am using vB v3.7.0 with Web templates v3.5.0.05 - can someone tell me how I can update my version of Web templates to the latest version without losing any of my pages - thanks! |
Since upgrading to 3.7 all I get now are pages that say header, any idea how to fix this?
Same error here too plz help we are fixed |
Quote:
|
Not that it helps anyone, but WT is still working great for me after an upgrade to 3.7 Gold on a heavily modded board ... :)
|
Quote:
|
Quote:
Edit includes/wt_include.php, find PHP Code:
PHP Code:
@Beermonster: I've already fixed yours, thx! |
Quote:
|
Wow great support FIXED thanks for this awesome product
|
This works perfectly with 3.7. Thank you!
|
I am curious as to how I can call the sidecolumn I use on my forum home on each of my webtemplate pages? I have tried creating a plugin to do this and it works on my regular forum but not in the webtemplate pages.
Basically anywhere I place $sidecolumn my sidecolumn wil show up in my forum, but if I place it in a WT page it does not show up. Thanks |
Thanks!
This is one of the important mods! |
I know it's late and I'm probably missing something stupid, but I just installed/tried this and am getting:
Quote:
Thanks in advance! |
Quote:
It is definetely not a hack issue. ;) |
Hmm... I've reupped the files and I do own the account but still getting the same error...
chmodded to 666 664 755 777 but all still give same error same again after I reimported xml. /confused! |
Ok, figured it out...
Appearently putting php makes it cry a little bit. Code:
<?php I've tried adding the above as straight php and in the phpinclude. Since it's not working, I'm assuming it has to do with the fopen and/or the curl commands and the vB sanitizer is not liking it? |
I installed this on a new site (have used on others with no problems) - for some reason the custom pages stretch across the whole screen instead of staying within the body - I have used the 'default basic theme' on other sites with no alterations and never had a problem - any idea what im doing wrong?
1st picture is the normal site - 2nd picture is what happens with custom page. |
Quote:
|
just started to work with no problems - not sure if it was CACHE or not...
I do have another question though.... I would like to customer the top bar that goes around the page - On the line that shows the page name I would like to add an image to the right and left side to give the box rounded corners...is it possible for you to give me the code to change the default basic them so I can add the images for rounded top corners? |
I get:
Database error in vBulletin 3.7.0: Invalid SQL: navbar; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'navbar' at line 1 Error Number : 1064 I'm using vbseo 3.2.0 RC5. Could that do the error? Edit: The error comes when I try enter mysite.com/view.php?pg=test When I go to mysite.com/view_test.htm i get page not found |
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=855 |
Now it works with view.php?pg=test but now with view_test.htm. I have SEO Friendly URLs turned on and the .htaccess file is edited..... I would be very happy if you have any idea how to get seo links working. Thank you.
|
Quote:
|
Hi Logician...
Just hoping I could get your advice... I've never really used includes with vb because I never really needed to! Now that I've found your modification, I would like to 'wrap' a script around your templates. I've tried to 'wrap' this using the phpinclude section of your modification which returns a blank page and I've tried using <?php include(); ?> method which results in the permissions error I was getting previously when I was trying to stick 'raw' php in the template. Do you have any suggestions or am I just out of luck? Thanks in advance! |
Quote:
So if vbulletin's phpinclude can handle your script, so does webtemplate. But if it does not, unfortunately webtemplate can not do a miracle as well. :) |
Yeah... I finally got it to run, but it was above the header..
It went: Script ---- Header ---- Content ---- Footer I couldn't manage to get it to go: Header ---- Script ---- Footer I couldn't figure it out though so in end I just iframed it in... Not ideal, but atleast it works in the template! :P |
This is fantastic!:up:
I have the count visitors not on but it still displays all this at the bottom: Page Visitors: 0, Last Visitor was Guest at N/A. Edit This Page Page Created at Never, Last Modified : Today - 06:28 AM. How can I get rid of this info or just hide it? Thanks |
I edited the Default Basic Theme to comment out the nowbrowsing as so:
Code:
<!-- $nowbrowsing --> Warning: unserialize() expects parameter 1 to be string, array given in [path]/admincp/wt_wt.php on line 49 Warning: unserialize() expects parameter 1 to be string, array given in [path]/admincp/wt_wt.php on line 50 This is running on a newly installed 3.7.1 vB forum. |
Anyone have any idea how to fix this error?
|
Quote:
|
Quote:
If it does, you can try deleting that line altogether instead of commenting out. If it does not, delete all default webtemplates and webqueries, uninstall hack, reinstall it and see if it will help. |
I installed this on 3.7.1 and it is working great except for one thing...when I was running 3.6, and had a page set to Draft - Yes - the word 'draft' was next to the page in the page list...however with 3.7 (and 3.7.1) the word draft no longer appears...is this something I did or maybe something with 3.7?
|
All times are GMT. The time now is 08:20 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|