Wiccle.com in Facebook Wiccle.com in Twitter Wiccle.com in LinkedIn Wiccle.com in Youtube RSS from Wiccle.com Wiccle.com in Atom
 
 
 

Thread: When trying to create link page gives errors !!!

Started: August 8, 2009, 08:46 PM  ⋅  Zone: Public Forums  ⋅  Category: Install & Modification  ⋅  Posts: 11  ⋅  Views 541
Started by: Technoman  ⋅  Description: No description.
Post #1
Member: Technoman  ⋅  Date: August 8, 2009, 08:46 PM  ⋅ Subject: "When pushing the create Links " 404 Not Found"" "

when i go to create a link directory it gives 404 no found page Frown

 

Create Directory

To start sharing content, you should create a new directory.

 

 

Post #2
Member: Technoman  ⋅  Date: August 8, 2009, 08:51 PM  ⋅ Subject: "(No title)"

can you also please fix the upload side bar so i can post uploaded pictures of different error & bugs!

Post #3
Member: Markus  ⋅  Date: August 8, 2009, 09:01 PM  ⋅ Subject: "(No title)"

It's not an error page --- but why don't you have a button for creating a directory there? It's the same prompt you get if you try to make a blog post before having a blog, for example.


It should look like this, no? Or do you mean here, at Wiccle.Com? Wiccle.Com will be updated shortly with the new core.

Post #4
Member: Technoman  ⋅  Date: August 8, 2009, 09:15 PM  ⋅ Subject: "(No title)"

these pictures show there is buttons but once pressing on create it gives a bad url error

 

Post #5
Member: Technoman  ⋅  Date: August 8, 2009, 09:50 PM  ⋅ Subject: "(No title)"

is it just me ?

Post #6
Member: Markus  ⋅  Date: August 8, 2009, 10:01 PM  ⋅ Subject: "(No title)"

I can replicate this problem with IE and Smart URLs on.


It appears that the base_href isn't being correctly understood. By default, when using directory-styled URLs and base_href tag, the necessary evil that comes along, to rewrite relative URLs without trailing slash into absolute URLs.


I now see this piece of JavaScript behaves unexpectedly with IE when Smart URLs are enabled. Evidently IE doesn't understand to apply the base_href value to the redirection from the javascript. Firefox, Chrome and Opera behave in the expected way.


You can fix this by editing /templates/default/skin_parents.php, line 352. This:

goTo('index.php?module=forums&show=add_parent

Add a leading slash to make it relevant to base directory:

goTo('/index.php?module=forums&show=add_parent

I will have to write a cross-browser fix (and I suspect an IE exception) for this into the main javascript file and test it with URL rewriting on, to make sure this issue isn't repeated anywhere else where goTo() is used.


Thanks for reporting! We may still have a few cross-browser issues lurking somewhere (and I know HTML doesn't validate 100% right now), I've been so busy with the actual code and debugging features to dedicate extensive amounts of time to cross-browser debugging yet. It's on my list! And in the meantime, reports are welcome --- as always.

Post #7
Member: Technoman  ⋅  Date: August 8, 2009, 10:53 PM  ⋅ Subject: "(No title)"

ok so ill go into it a little later by editing it, as of now im going out for a bit as im getting sick of looking at my computer Cool

Post #8
Member: Technoman  ⋅  Date: August 10, 2009, 02:08 AM  ⋅ Subject: "(No title)"

ok so added the "" without the quotes!

now Im getting "object requiered" ?

Internet Explorer

 

Post #9
Member: Markus  ⋅  Date: August 10, 2009, 11:25 AM  ⋅ Subject: "(No title)"

Just hang on until I have the IE fix bundle ready.


N.B. Internet Explorer is good at producing arbitrary "Object required" errors. On some page loads, they appear --- and on others, they don't. More than half of the time the error messages are completely obscure and irrelevant --- a lot of the time the error line number you see mentioned doesn't even exist, or is a blank space in between HTML elements.


Have the following for an example. Pray tell, what Javascript object is IE expecting at this location? To say nothing of Javascript objects, this section has nothing to do with javascript, at all! It's a good idea to not pay too much attention to JS "errors" IE reports. I have already fixed everything that has to do with functinality (not that much to fix), but I can't guarantee a priority on hunting down and eliminating every meaningless error that has nothing to do with anything.


Post #10
Member: Technoman  ⋅  Date: August 10, 2009, 09:55 PM  ⋅ Subject: "(No title)"

ok its very new to me and very nice of you to show me pictures & diagrams on things your working on, I like also your concept about taking your time and going that extra mile in everything around you.

cheers!

 

Install & Modification

Add to Favorites
Public Forums
Category  ⋅  Deploying iWiccle and Wiccle into unique solutions that match your needs.
 

Public Forums

Add to Favorites
Public Forums
Zone  ⋅ Public forum sections for support and discussions. Available for everyone.
 

Zone Categories

 
Questions? Ask us!
Back to Top